summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorDonald Burr <dburr@FreeBSD.org>2000-02-29 04:00:55 +0000
committerDonald Burr <dburr@FreeBSD.org>2000-02-29 04:00:55 +0000
commit681c2f822521c1b10b3ea353664497e89e8e95b9 (patch)
tree52f31a9a65cb3d53e9659a65f197b97d2451c80d /net
parentSupport CC/CFLAGS/X11BASE properly (diff)
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.
Notes
Notes: svn path=/head/; revision=26428
Diffstat (limited to 'net')
-rw-r--r--net/ppptraf/Makefile17
-rw-r--r--net/ppptraf/distinfo1
-rw-r--r--net/ppptraf/pkg-comment1
-rw-r--r--net/ppptraf/pkg-descr14
-rw-r--r--net/ppptraf/pkg-plist2
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