diff options
author | Will Andrews <will@FreeBSD.org> | 2000-12-26 05:46:55 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-12-26 05:46:55 +0000 |
commit | 8fe68fd01cfb02c81f4592081ffd44ff8dbaf87e (patch) | |
tree | ff764c387b8fc67c50319cbd3656989c67d7bbfc /net-mgmt | |
parent | Add dmalloc 4.8.1, a version of the malloc(3) library that provides (diff) |
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 000000000000..85b60236b268 --- /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 000000000000..dcc469bd51ed --- /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 000000000000..a6687b9c936b --- /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 000000000000..7b434c73bfcb --- /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 000000000000..d30cccb9352a --- /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 |