summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChuck Short <zul@gentoo.org>2003-09-25 03:18:49 +0000
committerChuck Short <zul@gentoo.org>2003-09-25 03:18:49 +0000
commit6e6727cf53491182c84ed4e4e4ea3ff128b7900b (patch)
tree14274c2c09ae0d76c0f8d633c4eca4caaef14344 /net-analyzer/iftop
parentVersion bump (diff)
downloadhistorical-6e6727cf53491182c84ed4e4e4ea3ff128b7900b.tar.gz
historical-6e6727cf53491182c84ed4e4e4ea3ff128b7900b.tar.bz2
historical-6e6727cf53491182c84ed4e4e4ea3ff128b7900b.zip
Version bump
Diffstat (limited to 'net-analyzer/iftop')
-rw-r--r--net-analyzer/iftop/Manifest4
-rw-r--r--net-analyzer/iftop/files/digest-iftop-0.141
-rw-r--r--net-analyzer/iftop/iftop-0.14.ebuild31
3 files changed, 34 insertions, 2 deletions
diff --git a/net-analyzer/iftop/Manifest b/net-analyzer/iftop/Manifest
index c3065459bf6c..1fb8d4b4e811 100644
--- a/net-analyzer/iftop/Manifest
+++ b/net-analyzer/iftop/Manifest
@@ -1,8 +1,8 @@
MD5 891c4c950b310381e7baaf8ba8fe685b iftop-0.11.ebuild 636
MD5 7745118475b5e29242747397b167c77c iftop-0.13.ebuild 680
MD5 1d81b0a9451cab7b37aa85395af30025 iftop-0.12.ebuild 681
-MD5 7745118475b5e29242747397b167c77c iftop-0.14.ebuild 680
-MD5 f42999233cbc095f319caf6f7d1090f6 ChangeLog 1321
+MD5 c78abb4f4fa2def2cca8f85ccd83bb04 iftop-0.14.ebuild 681
+MD5 c7a4ef9821a8052cd586efc022effbb0 ChangeLog 1403
MD5 2eeabc736f57ec2c18f114ae2d96127a files/digest-iftop-0.11 61
MD5 c760d86756f23c96fdc594ee4b27ccfb files/digest-iftop-0.12 62
MD5 766dde5066ae59435dd9b2765d5ee11b files/digest-iftop-0.13 62
diff --git a/net-analyzer/iftop/files/digest-iftop-0.14 b/net-analyzer/iftop/files/digest-iftop-0.14
new file mode 100644
index 000000000000..32d9ff140533
--- /dev/null
+++ b/net-analyzer/iftop/files/digest-iftop-0.14
@@ -0,0 +1 @@
+MD5 6f5197ffbd678565902f4f4d4977512b iftop-0.14.tar.gz 148989
diff --git a/net-analyzer/iftop/iftop-0.14.ebuild b/net-analyzer/iftop/iftop-0.14.ebuild
new file mode 100644
index 000000000000..5c7d01a6a88f
--- /dev/null
+++ b/net-analyzer/iftop/iftop-0.14.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/iftop-0.14.ebuild,v 1.1 2003/09/25 03:18:39 zul Exp $
+
+IUSE=""
+
+S=${WORKDIR}/${P}
+DESCRIPTION="display bandwidth usage on an interface"
+SRC_URI="http://www.ex-parrot.com/~pdw/iftop/download/${P}.tar.gz"
+HOMEPAGE="http://www.ex-parrot.com/~pdw/iftop/"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86"
+
+DEPEND="sys-libs/ncurses
+ net-libs/libpcap"
+
+
+src_compile() {
+ local myconf
+ myconf="--prefix=/usr"
+ ./configure ${myconf} || die
+ emake
+}
+
+src_install() {
+ dosbin iftop
+ doman iftop.8
+ dodoc COPYING CHANGES README
+}