summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Noberasco <s4t4n@gentoo.org>2004-12-06 19:45:11 +0000
committerMichele Noberasco <s4t4n@gentoo.org>2004-12-06 19:45:11 +0000
commit5adc062f62d3952c45b01809752a40c08def0b32 (patch)
tree48fc7b107d1bea5a12f4c0bf5a73a703667e2435 /net-analyzer/ethstatus
parentfriendly SLOT for upgrading (diff)
downloadhistorical-5adc062f62d3952c45b01809752a40c08def0b32.tar.gz
historical-5adc062f62d3952c45b01809752a40c08def0b32.tar.bz2
historical-5adc062f62d3952c45b01809752a40c08def0b32.zip
Initial import of net-analyzer/ethstatus, a ncurses based utility to display real time statistics about network traffic
Diffstat (limited to 'net-analyzer/ethstatus')
-rw-r--r--net-analyzer/ethstatus/ChangeLog8
-rw-r--r--net-analyzer/ethstatus/Manifest4
-rw-r--r--net-analyzer/ethstatus/ethstatus-0.4.2-r2.ebuild26
-rw-r--r--net-analyzer/ethstatus/files/digest-ethstatus-0.4.2-r21
-rw-r--r--net-analyzer/ethstatus/metadata.xml8
5 files changed, 47 insertions, 0 deletions
diff --git a/net-analyzer/ethstatus/ChangeLog b/net-analyzer/ethstatus/ChangeLog
new file mode 100644
index 000000000000..a139da0afd16
--- /dev/null
+++ b/net-analyzer/ethstatus/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for x11-plugins/wmpower
+# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ethstatus/ChangeLog,v 1.1 2004/12/06 19:45:11 s4t4n Exp $
+
+*ethstatus-0.4.2-r2 (06 Dec 2004)
+
+ 06 Dec 2004; Michele Noberasco <s4t4n@gentoo.org> ethstatus-0.4.2-r2.ebuild:
+ Initial import. This is a debian-enhanced version of the package.
diff --git a/net-analyzer/ethstatus/Manifest b/net-analyzer/ethstatus/Manifest
new file mode 100644
index 000000000000..971c18249179
--- /dev/null
+++ b/net-analyzer/ethstatus/Manifest
@@ -0,0 +1,4 @@
+MD5 36b79e9f337c0cf4eb6bfef40522f5eb ethstatus-0.4.2-r2.ebuild 672
+MD5 55e15b7534133b2ae6e677b5e66b095c ChangeLog 395
+MD5 3627d7378552f7fce06d331ddeae2926 metadata.xml 219
+MD5 43b28edd9eb20ab82774f4c17f2554c4 files/digest-ethstatus-0.4.2-r2 71
diff --git a/net-analyzer/ethstatus/ethstatus-0.4.2-r2.ebuild b/net-analyzer/ethstatus/ethstatus-0.4.2-r2.ebuild
new file mode 100644
index 000000000000..39fca3d935b4
--- /dev/null
+++ b/net-analyzer/ethstatus/ethstatus-0.4.2-r2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ethstatus/ethstatus-0.4.2-r2.ebuild,v 1.1 2004/12/06 19:45:11 s4t4n Exp $
+
+DESCRIPTION="ncurses based utility to display real time statistics about network traffic."
+HOMEPAGE="http://ethstatus.calle69.net/"
+SRC_URI="mirror://debian/pool/main/e/ethstatus/${PN}_${PV}.orig.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND=">=sys-libs/ncurses-5.4-r1"
+
+src_compile()
+{
+ emake CFLAGS="${CFLAGS}" || die "Compilation failed"
+}
+
+src_install()
+{
+ dobin ethstatus
+ doman ethstatus.1
+ dodoc CHANGELOG README
+}
diff --git a/net-analyzer/ethstatus/files/digest-ethstatus-0.4.2-r2 b/net-analyzer/ethstatus/files/digest-ethstatus-0.4.2-r2
new file mode 100644
index 000000000000..d358c65b82b0
--- /dev/null
+++ b/net-analyzer/ethstatus/files/digest-ethstatus-0.4.2-r2
@@ -0,0 +1 @@
+MD5 d517860563e915c5104c52b1074085ae ethstatus_0.4.2.orig.tar.gz 17012
diff --git a/net-analyzer/ethstatus/metadata.xml b/net-analyzer/ethstatus/metadata.xml
new file mode 100644
index 000000000000..aecabc94f727
--- /dev/null
+++ b/net-analyzer/ethstatus/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>netmon</herd>
+<maintainer>
+ <email>s4t4n@gentoo.org</email>
+</maintainer>
+</pkgmetadata>