diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-05-22 20:06:34 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-05-22 20:06:34 +0000 |
commit | d1fd30d698aad90a82d7806e96144b9c1b5a3a96 (patch) | |
tree | e2084f89e1d9274824a7baa9580288031adad37a /net-analyzer/iftop | |
parent | version bumped & stable (diff) | |
download | historical-d1fd30d698aad90a82d7806e96144b9c1b5a3a96.tar.gz historical-d1fd30d698aad90a82d7806e96144b9c1b5a3a96.tar.bz2 historical-d1fd30d698aad90a82d7806e96144b9c1b5a3a96.zip |
version bumped & stable
Diffstat (limited to 'net-analyzer/iftop')
-rw-r--r-- | net-analyzer/iftop/Manifest | 6 | ||||
-rw-r--r-- | net-analyzer/iftop/files/digest-iftop-0.12 | 1 | ||||
-rw-r--r-- | net-analyzer/iftop/iftop-0.11.ebuild | 5 | ||||
-rw-r--r-- | net-analyzer/iftop/iftop-0.12.ebuild | 31 |
4 files changed, 37 insertions, 6 deletions
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 +} |