diff options
Diffstat (limited to 'net/tcpstat')
-rw-r--r-- | net/tcpstat/Makefile | 19 | ||||
-rw-r--r-- | net/tcpstat/distinfo | 1 | ||||
-rw-r--r-- | net/tcpstat/pkg-comment | 1 | ||||
-rw-r--r-- | net/tcpstat/pkg-descr | 10 | ||||
-rw-r--r-- | net/tcpstat/pkg-plist | 1 |
5 files changed, 32 insertions, 0 deletions
diff --git a/net/tcpstat/Makefile b/net/tcpstat/Makefile new file mode 100644 index 000000000000..da1844cac2e9 --- /dev/null +++ b/net/tcpstat/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: tcpstat +# Date created: 29 January 2001 +# Whom: George Reid <greid@ukug.uk.freebsd.org> +# +# $FreeBSD$ +# + +PORTNAME= tcpstat +PORTVERSION= 1.4 +CATEGORIES= net +MASTER_SITES= http://www.frenchfries.net/paul/tcpstat/ + +MAINTAINER= greid@ukug.uk.freebsd.org + +GNU_CONFIGURE= yes + +MAN1= tcpstat.1 + +.include <bsd.port.mk> diff --git a/net/tcpstat/distinfo b/net/tcpstat/distinfo new file mode 100644 index 000000000000..ca77f2457070 --- /dev/null +++ b/net/tcpstat/distinfo @@ -0,0 +1 @@ +MD5 (tcpstat-1.4.tar.gz) = 74696fee92396e000efa9cc48283af71 diff --git a/net/tcpstat/pkg-comment b/net/tcpstat/pkg-comment new file mode 100644 index 000000000000..c84cc48ee3b4 --- /dev/null +++ b/net/tcpstat/pkg-comment @@ -0,0 +1 @@ +A program to report various network statistics diff --git a/net/tcpstat/pkg-descr b/net/tcpstat/pkg-descr new file mode 100644 index 000000000000..82d1349b6c03 --- /dev/null +++ b/net/tcpstat/pkg-descr @@ -0,0 +1,10 @@ +tcpstat reports certain network interface statistics (such as +bandwidth) much like vmstat does for system statistics. It gets its +information by either monitoring a specific interface, or by reading +previously-saved tcpdump data from a file. It has been tested under +Linux, Solaris, FreeBSD, NetBSD, and BSD/OS. + +WWW: http://www.frenchfries.net/paul/tcpstat/ + +- George Reid +greid@ukug.uk.freebsd.org diff --git a/net/tcpstat/pkg-plist b/net/tcpstat/pkg-plist new file mode 100644 index 000000000000..ee9966ff9930 --- /dev/null +++ b/net/tcpstat/pkg-plist @@ -0,0 +1 @@ +bin/tcpstat |