diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2005-06-07 10:41:21 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2005-06-07 10:41:21 +0000 |
commit | 2a4b804c71e8d8817fc4e42a234791bf4615a926 (patch) | |
tree | 3a60782fe2b190df19e80e641ef87a1714d935dd /net/traffic | |
parent | - Update to version 0.18 (diff) |
Add traffic, a program which counts bandwidth usage by IP.
PR: ports/81970
Submitted by: Krzysztof Pawlowski <msciciel(at)darkzone.ma.cx>
Diffstat (limited to 'net/traffic')
-rw-r--r-- | net/traffic/Makefile | 22 | ||||
-rw-r--r-- | net/traffic/distinfo | 2 | ||||
-rw-r--r-- | net/traffic/pkg-descr | 5 |
3 files changed, 29 insertions, 0 deletions
diff --git a/net/traffic/Makefile b/net/traffic/Makefile new file mode 100644 index 000000000000..4ef2adc1d4b0 --- /dev/null +++ b/net/traffic/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: Traffic Analyzer +# Date created: 6 June 2005 +# Whom: Krzysztof Pawlowski <msciciel@darkzone.ma.cx> +# +# $FreeBSD$ +# + +PORTNAME= traffic +DISTVERSION= 0.1rc4 +CATEGORIES= net +MASTER_SITES= http://darkzone.ma.cx/resources/unix/traffic/ + +MAINTAINER= msciciel@darkzone.ma.cx +COMMENT= The main goal of this program is to count bandwidth usage by IP + +GNU_CONFIGURE= yes + +PLIST_FILES= bin/traffic + +MAN1= traffic.1 + +.include <bsd.port.mk> diff --git a/net/traffic/distinfo b/net/traffic/distinfo new file mode 100644 index 000000000000..fea0b29db32b --- /dev/null +++ b/net/traffic/distinfo @@ -0,0 +1,2 @@ +MD5 (traffic-0.1rc4.tar.gz) = f8f1473639e24e8c9ff74eb457014b31 +SIZE (traffic-0.1rc4.tar.gz) = 159833 diff --git a/net/traffic/pkg-descr b/net/traffic/pkg-descr new file mode 100644 index 000000000000..9020173435ad --- /dev/null +++ b/net/traffic/pkg-descr @@ -0,0 +1,5 @@ +The main goal of this program is to count bandwidth usage by IP. +It can be categorized by TCP, ICMP, etc. +It can sort data, display only specified columns, and much more. + +WWW: http://darkzone.ma.cx/resources/unix/traffic/ |