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 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 diff --git a/net/Makefile b/net/Makefile index 5d73bcd0276b..80f624c6fe8b 100644 --- a/net/Makefile +++ b/net/Makefile @@ -263,6 +263,7 @@ SUBDIR += sup SUBDIR += svnc SUBDIR += tac_plus4 + SUBDIR += tas SUBDIR += tcpcat SUBDIR += tcpflow SUBDIR += tcpillust diff --git a/net/tas/Makefile b/net/tas/Makefile new file mode 100644 index 000000000000..85b60236b268 --- /dev/null +++ b/net/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 diff --git a/net/tas/distinfo b/net/tas/distinfo new file mode 100644 index 000000000000..dcc469bd51ed --- /dev/null +++ b/net/tas/distinfo @@ -0,0 +1 @@ +MD5 (tas-1.0.tar.gz) = aeb8399e2c6f15910c1d5b5f4a81917a diff --git a/net/tas/pkg-comment b/net/tas/pkg-comment new file mode 100644 index 000000000000..a6687b9c936b --- /dev/null +++ b/net/tas/pkg-comment @@ -0,0 +1 @@ +Traffic accounting system diff --git a/net/tas/pkg-descr b/net/tas/pkg-descr new file mode 100644 index 000000000000..7b434c73bfcb --- /dev/null +++ b/net/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/tas/pkg-plist b/net/tas/pkg-plist new file mode 100644 index 000000000000..d30cccb9352a --- /dev/null +++ b/net/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