diff options
author | Donald Burr <dburr@FreeBSD.org> | 2000-02-29 04:00:55 +0000 |
---|---|---|
committer | Donald Burr <dburr@FreeBSD.org> | 2000-02-29 04:00:55 +0000 |
commit | 681c2f822521c1b10b3ea353664497e89e8e95b9 (patch) | |
tree | 52f31a9a65cb3d53e9659a65f197b97d2451c80d /net/ppptraf | |
parent | f48ae2b09c646305c01a476c189d3d589a15bb73 (diff) | |
download | ports-681c2f822521c1b10b3ea353664497e89e8e95b9.tar.gz ports-681c2f822521c1b10b3ea353664497e89e8e95b9.zip |
Notes
Diffstat (limited to 'net/ppptraf')
-rw-r--r-- | net/ppptraf/Makefile | 17 | ||||
-rw-r--r-- | net/ppptraf/distinfo | 1 | ||||
-rw-r--r-- | net/ppptraf/pkg-comment | 1 | ||||
-rw-r--r-- | net/ppptraf/pkg-descr | 14 | ||||
-rw-r--r-- | net/ppptraf/pkg-plist | 2 |
5 files changed, 35 insertions, 0 deletions
diff --git a/net/ppptraf/Makefile b/net/ppptraf/Makefile new file mode 100644 index 000000000000..895e653cdec0 --- /dev/null +++ b/net/ppptraf/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: ppptraf +# Version required: 1.0 +# Date created: 9 February 2000 +# Whom: diskiller@cnbinc.com +# +# $FreeBSD$ +# + +DISTNAME= ppptraf-1.0 +CATEGORIES= net +MASTER_SITES= ftp://ftp.borg-cube.com/users/diskiller/distfiles/ + +MAINTAINER= diskiller@cnbinc.com + +#MAN1= ppptraf.1 + +.include <bsd.port.mk> diff --git a/net/ppptraf/distinfo b/net/ppptraf/distinfo new file mode 100644 index 000000000000..9a366a030f68 --- /dev/null +++ b/net/ppptraf/distinfo @@ -0,0 +1 @@ +MD5 (ppptraf-1.0.tar.gz) = 9c397c199cde9009cbd2cd69cbbb191a diff --git a/net/ppptraf/pkg-comment b/net/ppptraf/pkg-comment new file mode 100644 index 000000000000..a42afa1c3399 --- /dev/null +++ b/net/ppptraf/pkg-comment @@ -0,0 +1 @@ +A ncurses based PPP Traffic (bytes in/out) monitoring program. diff --git a/net/ppptraf/pkg-descr b/net/ppptraf/pkg-descr new file mode 100644 index 000000000000..3139393393e9 --- /dev/null +++ b/net/ppptraf/pkg-descr @@ -0,0 +1,14 @@ +This is PPPTraf 1.0 + +PPPTraf is a ncurses program used to monitor bytes in/out over a PPP +connection. If ran on a router, and supplied with all IPs on the lan, +a table is drawn showing the bytes in/out (sent/received) for all +hosts on the LAN, and a total. This program was primarily written for +people that are charged by volume (bytes recieved). + +I'm looking for feedback, as i have some big improvements planned. + +WWW: http://www.diskiller.net/projects/ppptraf + +- diskiller +(diskiller@cnbinc.com) diff --git a/net/ppptraf/pkg-plist b/net/ppptraf/pkg-plist new file mode 100644 index 000000000000..7f6ceec24bb2 --- /dev/null +++ b/net/ppptraf/pkg-plist @@ -0,0 +1,2 @@ +sbin/ppptraf +etc/ppptraf.conf.sample |