diff options
author | will <will@FreeBSD.org> | 2000-12-26 05:46:55 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-12-26 05:46:55 +0000 |
commit | 17851423f639a37f17f9af779c464b859de22d45 (patch) | |
tree | b56a7cc24e392b7097a19c7538454b0f573d6e00 /net-mgmt | |
parent | 45db84ff62220cb6258d1360cee2727f7cfb7079 (diff) | |
download | FreeBSD-ports-17851423f639a37f17f9af779c464b859de22d45.zip FreeBSD-ports-17851423f639a37f17f9af779c464b859de22d45.tar.gz |
Add tas 1.0, a traffic accounting system that picks up ip and application
level traffic statistics, stores it and builds reports.
PR: 23824
Submitted by: Anton Voronin <anton@urc.ac.ru>
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/tas/Makefile | 20 | ||||
-rw-r--r-- | net-mgmt/tas/distinfo | 1 | ||||
-rw-r--r-- | net-mgmt/tas/pkg-comment | 1 | ||||
-rw-r--r-- | net-mgmt/tas/pkg-descr | 6 | ||||
-rw-r--r-- | net-mgmt/tas/pkg-plist | 10 |
5 files changed, 38 insertions, 0 deletions
diff --git a/net-mgmt/tas/Makefile b/net-mgmt/tas/Makefile new file mode 100644 index 0000000..85b6023 --- /dev/null +++ b/net-mgmt/tas/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: tas +# Date created: 25 December 2000 +# Whom: anton +# +# $FreeBSD$ +# + +PORTNAME= tas +PORTVERSION= 1.0 +CATEGORIES= net +MASTER_SITES= http://rnoc.urc.ac.ru:8001/~anton/projects/files/ +DISTNAME= tas-${PORTVERSION} + +MAINTAINER= anton@urc.ac.ru + +WRKSRC= ${WRKDIR}/tas + +NO_BUILD= YES + +.include <bsd.port.mk> diff --git a/net-mgmt/tas/distinfo b/net-mgmt/tas/distinfo new file mode 100644 index 0000000..dcc469b --- /dev/null +++ b/net-mgmt/tas/distinfo @@ -0,0 +1 @@ +MD5 (tas-1.0.tar.gz) = aeb8399e2c6f15910c1d5b5f4a81917a diff --git a/net-mgmt/tas/pkg-comment b/net-mgmt/tas/pkg-comment new file mode 100644 index 0000000..a6687b9 --- /dev/null +++ b/net-mgmt/tas/pkg-comment @@ -0,0 +1 @@ +Traffic accounting system diff --git a/net-mgmt/tas/pkg-descr b/net-mgmt/tas/pkg-descr new file mode 100644 index 0000000..7b434c7 --- /dev/null +++ b/net-mgmt/tas/pkg-descr @@ -0,0 +1,6 @@ +TAS is a traffic accounting system that picks up ip and application level +traffic statistics, stores it and builds reports. Report is a set of +user-defined tables. Table columns and rows are groups of hosts (traffic +sources or destinations) aggregated according to the rules defined by user. + +WWW: http://rnoc.urc.ac.ru/~anton/projects/tas/TAS.html diff --git a/net-mgmt/tas/pkg-plist b/net-mgmt/tas/pkg-plist new file mode 100644 index 0000000..d30cccb --- /dev/null +++ b/net-mgmt/tas/pkg-plist @@ -0,0 +1,10 @@ +etc/periodic/daily/accounting +etc/periodic/monthly/accounting +sbin/AcctFetch +sbin/AcctJoin +sbin/AcctLog +sbin/AcctMailgate +sbin/AcctMax +sbin/AcctSendmail +sbin/AcctSquid +share/doc/tas/TAS.html |