From 681c2f822521c1b10b3ea353664497e89e8e95b9 Mon Sep 17 00:00:00 2001 From: Donald Burr Date: Tue, 29 Feb 2000 04:00:55 +0000 Subject: 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. --- net/ppptraf/Makefile | 17 +++++++++++++++++ net/ppptraf/distinfo | 1 + net/ppptraf/pkg-comment | 1 + net/ppptraf/pkg-descr | 14 ++++++++++++++ net/ppptraf/pkg-plist | 2 ++ 5 files changed, 35 insertions(+) create mode 100644 net/ppptraf/Makefile create mode 100644 net/ppptraf/distinfo create mode 100644 net/ppptraf/pkg-comment create mode 100644 net/ppptraf/pkg-descr create mode 100644 net/ppptraf/pkg-plist (limited to 'net') 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 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 -- cgit v1.2.3