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.
This commit is contained in:
Donald Burr 2000-02-29 04:00:55 +00:00
parent f48ae2b09c
commit 681c2f8225
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26428
5 changed files with 35 additions and 0 deletions

17
net/ppptraf/Makefile Normal file
View File

@ -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>

1
net/ppptraf/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (ppptraf-1.0.tar.gz) = 9c397c199cde9009cbd2cd69cbbb191a

1
net/ppptraf/pkg-comment Normal file
View File

@ -0,0 +1 @@
A ncurses based PPP Traffic (bytes in/out) monitoring program.

14
net/ppptraf/pkg-descr Normal file
View File

@ -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)

2
net/ppptraf/pkg-plist Normal file
View File

@ -0,0 +1,2 @@
sbin/ppptraf
etc/ppptraf.conf.sample