1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

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>
This commit is contained in:
Will Andrews 2000-12-26 05:46:55 +00:00
parent e6f6ab9a54
commit 8fe68fd01c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36365
11 changed files with 77 additions and 0 deletions

20
net-mgmt/tas/Makefile Normal file
View File

@ -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>

1
net-mgmt/tas/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (tas-1.0.tar.gz) = aeb8399e2c6f15910c1d5b5f4a81917a

1
net-mgmt/tas/pkg-comment Normal file
View File

@ -0,0 +1 @@
Traffic accounting system

6
net-mgmt/tas/pkg-descr Normal file
View File

@ -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

10
net-mgmt/tas/pkg-plist Normal file
View File

@ -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

View File

@ -263,6 +263,7 @@
SUBDIR += sup
SUBDIR += svnc
SUBDIR += tac_plus4
SUBDIR += tas
SUBDIR += tcpcat
SUBDIR += tcpflow
SUBDIR += tcpillust

20
net/tas/Makefile Normal file
View File

@ -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>

1
net/tas/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (tas-1.0.tar.gz) = aeb8399e2c6f15910c1d5b5f4a81917a

1
net/tas/pkg-comment Normal file
View File

@ -0,0 +1 @@
Traffic accounting system

6
net/tas/pkg-descr Normal file
View File

@ -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

10
net/tas/pkg-plist Normal file
View File

@ -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