summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-analyzer/iftop/ChangeLog11
-rw-r--r--net-analyzer/iftop/Manifest6
-rw-r--r--net-analyzer/iftop/files/digest-iftop-0.121
-rw-r--r--net-analyzer/iftop/iftop-0.11.ebuild5
-rw-r--r--net-analyzer/iftop/iftop-0.12.ebuild31
5 files changed, 47 insertions, 7 deletions
diff --git a/net-analyzer/iftop/ChangeLog b/net-analyzer/iftop/ChangeLog
index 5ac485bdb598..5fc90f2b1912 100644
--- a/net-analyzer/iftop/ChangeLog
+++ b/net-analyzer/iftop/ChangeLog
@@ -1,9 +1,18 @@
# ChangeLog for net-analyzer/iftop
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/ChangeLog,v 1.4 2003/02/13 10:19:02 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/ChangeLog,v 1.5 2003/05/22 20:06:21 mholzer Exp $
+
+*iftop-0.12 (22 May 2003)
+
+ 22 May 2003; Martin Holzer <mholzer@gentoo.org> iftop-0.12.ebuild:
+ Version bumped. Ebuild submitted by Torben Janssen <torben@teejot.net> in
+ #21497
*iftop-0.11 (13 Feb 2003)
+ 22 May 2003; Martin Holzer <mholzer@gentoo.org> iftop-0.11.ebuild:
+ Marked as stable.
+
13 Feb 2003; Daniel Ahlberg <aliz@gentoo.org> iftop-0.11.ebuild :
Version bump. Found by Torben Janssen <torben@teejot.net> in #13514.
Deleted 0.11.2 ebuild since it was a pre version but wasn't named that way.
diff --git a/net-analyzer/iftop/Manifest b/net-analyzer/iftop/Manifest
index 217ddc9ce077..a8ac63942fc8 100644
--- a/net-analyzer/iftop/Manifest
+++ b/net-analyzer/iftop/Manifest
@@ -1,7 +1,7 @@
-MD5 23994dc5966dd2daad1337e5378e606b ChangeLog 876
+MD5 83c8dcb7b9e281d3fd8ab957b4d930b6 ChangeLog 1151
MD5 7a77cbf6e09cc0d500f3f79be8d77913 iftop-0.10.ebuild 757
-MD5 f1fc8a7bb51f9516e042cf7c9c0fb61d iftop-0.11.ebuild 637
-MD5 27b05b31aefa27df717869bb2cf6c306 iftop-0.12.ebuild 682
+MD5 891c4c950b310381e7baaf8ba8fe685b iftop-0.11.ebuild 636
+MD5 dd0dbdd68d763d6a1e885ffd60140dbb iftop-0.12.ebuild 685
MD5 e8aac029782f05c2d63a41d0f2d7f165 files/digest-iftop-0.10 61
MD5 2eeabc736f57ec2c18f114ae2d96127a files/digest-iftop-0.11 61
MD5 c760d86756f23c96fdc594ee4b27ccfb files/digest-iftop-0.12 62
diff --git a/net-analyzer/iftop/files/digest-iftop-0.12 b/net-analyzer/iftop/files/digest-iftop-0.12
new file mode 100644
index 000000000000..648b2340b21c
--- /dev/null
+++ b/net-analyzer/iftop/files/digest-iftop-0.12
@@ -0,0 +1 @@
+MD5 5bebdc96f775420c314f037182c3a993 iftop-0.12.tar.gz 121745
diff --git a/net-analyzer/iftop/iftop-0.11.ebuild b/net-analyzer/iftop/iftop-0.11.ebuild
index fa7879cab364..c93953c03bc5 100644
--- a/net-analyzer/iftop/iftop-0.11.ebuild
+++ b/net-analyzer/iftop/iftop-0.11.ebuild
@@ -1,6 +1,6 @@
# 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.11.ebuild,v 1.2 2003/02/13 20:15:53 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/iftop-0.11.ebuild,v 1.3 2003/05/22 20:06:21 mholzer Exp $
IUSE=""
@@ -11,7 +11,7 @@ HOMEPAGE="http://www.ex-parrot.com/~pdw/iftop/"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~x86"
+KEYWORDS="x86"
DEPEND="sys-libs/ncurses
net-libs/libpcap"
@@ -26,4 +26,3 @@ src_install() {
doman iftop.8
dodoc COPYING CHANGES README
}
-
diff --git a/net-analyzer/iftop/iftop-0.12.ebuild b/net-analyzer/iftop/iftop-0.12.ebuild
new file mode 100644
index 000000000000..885213b80e69
--- /dev/null
+++ b/net-analyzer/iftop/iftop-0.12.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.12.ebuild,v 1.1 2003/05/22 20:06:21 mholzer 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
+}