aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2005-06-07 10:41:21 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2005-06-07 10:41:21 +0000
commit2a4b804c71e8d8817fc4e42a234791bf4615a926 (patch)
tree3a60782fe2b190df19e80e641ef87a1714d935dd /net
parent8e6b1c900e12f813f610ad8a5afa10fcd9924b48 (diff)
downloadports-2a4b804c71e8d8817fc4e42a234791bf4615a926.tar.gz
ports-2a4b804c71e8d8817fc4e42a234791bf4615a926.zip
Notes
Diffstat (limited to 'net')
-rw-r--r--net/Makefile1
-rw-r--r--net/traffic/Makefile22
-rw-r--r--net/traffic/distinfo2
-rw-r--r--net/traffic/pkg-descr5
4 files changed, 30 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile
index 11e56408df57..b25825a0c05f 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -808,6 +808,7 @@
SUBDIR += tptest
SUBDIR += traceroute
SUBDIR += trackerbt
+ SUBDIR += traffic
SUBDIR += trafshow
SUBDIR += trafshow4
SUBDIR += tramp
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/