diff options
author | Chuck Short <zul@gentoo.org> | 2003-11-14 02:15:12 +0000 |
---|---|---|
committer | Chuck Short <zul@gentoo.org> | 2003-11-14 02:15:12 +0000 |
commit | 52f103b1319b970e512762097876ca154e0fc0a5 (patch) | |
tree | ae27762a67a8c5e030ba34244aeebbf6fde8252d /net-analyzer/iftop | |
parent | New version, closs bug #33250. (diff) | |
download | historical-52f103b1319b970e512762097876ca154e0fc0a5.tar.gz historical-52f103b1319b970e512762097876ca154e0fc0a5.tar.bz2 historical-52f103b1319b970e512762097876ca154e0fc0a5.zip |
New version, closs bug #33250.
Diffstat (limited to 'net-analyzer/iftop')
-rw-r--r-- | net-analyzer/iftop/Manifest | 6 | ||||
-rw-r--r-- | net-analyzer/iftop/files/digest-iftop-0.15 | 1 | ||||
-rw-r--r-- | net-analyzer/iftop/files/iftoprc | 59 | ||||
-rw-r--r-- | net-analyzer/iftop/iftop-0.14.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/iftop/iftop-0.15.ebuild | 35 |
5 files changed, 100 insertions, 5 deletions
diff --git a/net-analyzer/iftop/Manifest b/net-analyzer/iftop/Manifest index 926eb72cedc0..0cfb852e6eb6 100644 --- a/net-analyzer/iftop/Manifest +++ b/net-analyzer/iftop/Manifest @@ -1,9 +1,9 @@ MD5 891c4c950b310381e7baaf8ba8fe685b iftop-0.11.ebuild 636 MD5 7745118475b5e29242747397b167c77c iftop-0.13.ebuild 680 -MD5 91a2c449ef8a9e691bb234b98391a392 iftop-0.15.ebuild 705 +MD5 863bcb8f473e491e042eaa3a5ed109d9 iftop-0.15.ebuild 704 MD5 1d81b0a9451cab7b37aa85395af30025 iftop-0.12.ebuild 681 -MD5 c78abb4f4fa2def2cca8f85ccd83bb04 iftop-0.14.ebuild 681 -MD5 c7a4ef9821a8052cd586efc022effbb0 ChangeLog 1403 +MD5 dd87661364b69ef94cf5b97b08a9287d iftop-0.14.ebuild 680 +MD5 7949867781768f80f1a7ae4c16ca7922 ChangeLog 1626 MD5 7e285f080272b311b0eb8b0028928e07 metadata.xml 219 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.15 b/net-analyzer/iftop/files/digest-iftop-0.15 new file mode 100644 index 000000000000..265d21f8a2ea --- /dev/null +++ b/net-analyzer/iftop/files/digest-iftop-0.15 @@ -0,0 +1 @@ +MD5 87a0a93b023d73429b0bfc5965a66d2e iftop-0.15.tar.gz 153146 diff --git a/net-analyzer/iftop/files/iftoprc b/net-analyzer/iftop/files/iftoprc new file mode 100644 index 000000000000..83b136952734 --- /dev/null +++ b/net-analyzer/iftop/files/iftoprc @@ -0,0 +1,59 @@ + +# Sets the network interface to if. +# interface: if +interface: ppp0 + +# Controls reverse lookup of IP addresses. +# dns-resolution: (yes|no) +dns-resolution: yes + +# Controls conversion of port numbers to service names. +# port-resolution: (yes|no) +port-resolution: yes + +# Sets the filter code to bpf. +# filter-code: bpf + +# Controls display of bar graphs. +# show-bars: (yes|no) +show-bars: yes + +# Puts the interface into promiscuous mode. +# promiscuous: (yes|no) + +# Controls display of port numbers. +# port-display: (off|source-only|destination-only|on) +port-display: on + +# Hides source host names. +# hide-source: (yes|no) + +# Hides destination host names. +# hide-destination: (yes|no) + +# Use bytes for bandwidth display, rather than bits. +# use-bytes: (yes|no) +use-bytes: yes + +# Sets which column is used to sort the display. +# sort: (2s|10s|40s|source|destination) + +# Controls the appearance of each item in the display. +# line-display: (two-line|one-line-both|one-line-sent|one-line-received) + +# Shows cummulative total for each item. +# show-totals: (yes|no) +show-totals: yes + +# Use a logarithmic scale for bar graphs. +# log-scale: (yes|no) + +# Fixes the maximum for the bar graph scale to bw, e.g. "10M" +# max-bandwidth: bw + +# Defines an IP network boundary for determining packet direction. +# net-filter: net/mask + +# Sets a regular expression to filter screen output. +# screen-filter: regexp + diff --git a/net-analyzer/iftop/iftop-0.14.ebuild b/net-analyzer/iftop/iftop-0.14.ebuild index 5c7d01a6a88f..ceb13fc58063 100644 --- a/net-analyzer/iftop/iftop-0.14.ebuild +++ b/net-analyzer/iftop/iftop-0.14.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.14.ebuild,v 1.1 2003/09/25 03:18:39 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/iftop-0.14.ebuild,v 1.2 2003/11/14 02:14:58 zul 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" diff --git a/net-analyzer/iftop/iftop-0.15.ebuild b/net-analyzer/iftop/iftop-0.15.ebuild new file mode 100644 index 000000000000..18ba877b127a --- /dev/null +++ b/net-analyzer/iftop/iftop-0.15.ebuild @@ -0,0 +1,35 @@ +# 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.15.ebuild,v 1.1 2003/11/14 02:14:58 zul Exp $ + +IUSE="" + +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" + econf ${myconf} || die + emake +} + +src_install() { + dosbin iftop + doman iftop.8 + + insinto /etc + doins ${FILESDIR}/iftoprc + + dodoc COPYING ChangeLog README +} + |