From ebdafce343bf9ab3be107f196e1cd9dd1c6618ae Mon Sep 17 00:00:00 2001 From: xtraeme Date: Sun, 29 Feb 2004 03:31:14 +0000 Subject: 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. --- net/iftop/DESCR | 3 +++ net/iftop/Makefile | 18 ++++++++++++++++++ net/iftop/PLIST | 3 +++ net/iftop/distinfo | 4 ++++ 4 files changed, 28 insertions(+) create mode 100644 net/iftop/DESCR create mode 100644 net/iftop/Makefile create mode 100644 net/iftop/PLIST create mode 100644 net/iftop/distinfo (limited to 'net/iftop') diff --git a/net/iftop/DESCR b/net/iftop/DESCR new file mode 100644 index 00000000000..8247cafeac4 --- /dev/null +++ b/net/iftop/DESCR @@ -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 --git a/net/iftop/Makefile b/net/iftop/Makefile new file mode 100644 index 00000000000..acfd1d943c1 --- /dev/null +++ b/net/iftop/Makefile @@ -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 +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 --git a/net/iftop/PLIST b/net/iftop/PLIST new file mode 100644 index 00000000000..f432c32242d --- /dev/null +++ b/net/iftop/PLIST @@ -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 --git a/net/iftop/distinfo b/net/iftop/distinfo new file mode 100644 index 00000000000..cf084ad3b71 --- /dev/null +++ b/net/iftop/distinfo @@ -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 -- cgit v1.2.3