diff options
author | Garrett Wollman <wollman@FreeBSD.org> | 2004-02-23 04:42:13 +0000 |
---|---|---|
committer | Garrett Wollman <wollman@FreeBSD.org> | 2004-02-23 04:42:13 +0000 |
commit | 60aab665670e50cb18bba45ee25f2ed091759741 (patch) | |
tree | 924c1af9c149083e0626ceb279b67ad6ca69e630 /net/tas | |
parent | BROKEN on !i386: Does not compile (diff) |
Say hello to the new "net-mgmt" category. There are probably more
ports that belong here than the ones I have identified and moved in
this, first, pass.
Approved in principle by: marcus
Diffstat (limited to 'net/tas')
-rw-r--r-- | net/tas/distinfo | 1 | ||||
-rw-r--r-- | net/tas/pkg-descr | 24 | ||||
-rw-r--r-- | net/tas/pkg-plist | 27 |
3 files changed, 0 insertions, 52 deletions
diff --git a/net/tas/distinfo b/net/tas/distinfo deleted file mode 100644 index 4f9de33e50bf..000000000000 --- a/net/tas/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (tas-1.2.1.tar.gz) = 82d6c8b3b1ec8b8f1444f5bc0fc42760 diff --git a/net/tas/pkg-descr b/net/tas/pkg-descr deleted file mode 100644 index 3df3cfb0b076..000000000000 --- a/net/tas/pkg-descr +++ /dev/null @@ -1,24 +0,0 @@ -TAS is a traffic accounting system that picks up ip and application level -traffic statistics, stores it and processes to build 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. -What TAS can let you, in a few words: -- Do traffic accounting on IP-level and application level -- Store all accounting data for the desirable number of months for later - data extraction -- Generate complex reports (in HTML or plain text) according to the - specified rules either on periodic basis or on demand -- Have a convinient web interface for easy definition of report rules and - quick report generation -What TAS is not intended for: -- Time accounting -- Accounting for non IP or IP-based traffic -- Accounting by username (in case of password-based internet access) -- Charging/Pricing/Billing/Client management -- Gathering traffic accounting information from the router interfaces - like trafd, bpft, ipacctd, or ipa do (TAS is just a front-end for such kind - of programs) -- Reports generation for arbitrary time intervals - -WWW: http://tas.net-conex.com - http://rnoc.urc.ac.ru/~anton/projects/tas/TAS.html diff --git a/net/tas/pkg-plist b/net/tas/pkg-plist deleted file mode 100644 index a18e11a95350..000000000000 --- a/net/tas/pkg-plist +++ /dev/null @@ -1,27 +0,0 @@ -etc/periodic/daily/accounting -etc/periodic/monthly/accounting -etc/tas/AcctLog.conf.sample -etc/tas/accounting.conf.sample -etc/tas/cgi.conf.en -etc/tas/cgi.conf.ru -etc/tas/tas.conf.sample -sbin/AcctConvert -sbin/AcctFetch -sbin/AcctJoin -sbin/AcctLog -sbin/AcctMailgate -sbin/AcctMax -sbin/AcctSendmail -sbin/AcctSquid -share/doc/tas/TAS.html -share/doc/tas/model.png -share/doc/tas/newcolumn.png -share/doc/tas/newlist.png -share/doc/tas/report.html -share/tas/cgi/AcctLog.cgi -share/tas/cgi/Client.cgi -@unexec if [ -L %D/etc/tas/cgi.conf ] ; then /bin/rm %D/etc/tas/cgi.conf ; fi -@dirrm etc/tas -@dirrm share/doc/tas -@dirrm share/tas/cgi -@dirrm share/tas |