pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/iftop Initial import of iftop-0.16.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/305991844a58
branches:  trunk
changeset: 469795:305991844a58
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Sun Feb 29 03:31:14 2004 +0000

description:
Initial import of iftop-0.16.

iftop does for network usage what top(1) does for CPU usage. It listens to
network traffic on a named interface and displays a table of current
bandwidth usage by pairs of hosts.

diffstat:

 net/iftop/DESCR    |   3 +++
 net/iftop/Makefile |  18 ++++++++++++++++++
 net/iftop/PLIST    |   3 +++
 net/iftop/distinfo |   4 ++++
 4 files changed, 28 insertions(+), 0 deletions(-)

diffs (44 lines):

diff -r 7d70152698b6 -r 305991844a58 net/iftop/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/iftop/DESCR   Sun Feb 29 03:31:14 2004 +0000
@@ -0,0 +1,3 @@
+iftop does for network usage what top(1) does for CPU usage. It listens to 
+network traffic on a named interface and displays a table of current 
+bandwidth usage by pairs of hosts.
diff -r 7d70152698b6 -r 305991844a58 net/iftop/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/iftop/Makefile        Sun Feb 29 03:31:14 2004 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/02/29 03:31:14 xtraeme Exp $
+#
+
+DISTNAME=      iftop-0.16
+CATEGORIES=    net
+MASTER_SITES=  http://www.ex-parrot.com/~pdw/iftop/download/
+
+MAINTAINER=    xtraeme%NetBSD.org@localhost
+HOMEPAGE=      http://www.ex-parrot.com/~pdw/iftop/download/
+COMMENT=       Display bandwidth usage on an interface
+
+USE_BUILDLINK3=                yes
+USE_NCURSES=           # mvchgat()
+GNU_CONFIGURE=         yes
+
+.include "../../devel/ncurses/buildlink3.mk"
+.include "../../net/libpcap/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 7d70152698b6 -r 305991844a58 net/iftop/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/iftop/PLIST   Sun Feb 29 03:31:14 2004 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/29 03:31:14 xtraeme Exp $
+man/man8/iftop.8
+sbin/iftop
diff -r 7d70152698b6 -r 305991844a58 net/iftop/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/iftop/distinfo        Sun Feb 29 03:31:14 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/02/29 03:31:15 xtraeme Exp $
+
+SHA1 (iftop-0.16.tar.gz) = 6ac701e87b9ed3b7ce4d6e0a286006889d956701
+Size (iftop-0.16.tar.gz) = 153446 bytes



Home | Main Index | Thread Index | Old Index