diff options
author | dburr <dburr@FreeBSD.org> | 2000-02-29 12:00:55 +0800 |
---|---|---|
committer | dburr <dburr@FreeBSD.org> | 2000-02-29 12:00:55 +0800 |
commit | 660c9a53ddb3142ba8bc8c9920c360434f605799 (patch) | |
tree | 4d91d3337fd7fe2639516e18d44143d91cc392cc /net/ppptraf | |
parent | 129d439d2b40c2cceaefc85102dc44c119f1b17f (diff) | |
download | freebsd-ports-gnome-660c9a53ddb3142ba8bc8c9920c360434f605799.tar.gz freebsd-ports-gnome-660c9a53ddb3142ba8bc8c9920c360434f605799.tar.zst freebsd-ports-gnome-660c9a53ddb3142ba8bc8c9920c360434f605799.zip |
PR: ports/15375
Submitted by: diskiller@cnbinc.com
Reviewed by: dburr@FreeBSD.ORG
Import of new port net/ppptraf, a PPP bytes in/out monitoring tool.
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 |