From d52981f6abde535486222fae7299735298f499ee Mon Sep 17 00:00:00 2001 From: krion Date: Mon, 2 Aug 2004 14:31:20 +0000 Subject: Update to 0.7.2 o VLAN accounting has been added. o Distributed accounting support has been added. o When using "pmacctd", assigning an Agent ID to the daemon is allowed; when using "nfacctd", mapping the IP address of a router exporting Netflow packets to an ID is allowed. o MAC address query capabilties were added to the pmacct client. --- net-mgmt/pmacct/Makefile | 2 +- net-mgmt/pmacct/distinfo | 4 ++-- net-mgmt/pmacct/pkg-plist | 5 +++++ 3 files changed, 8 insertions(+), 3 deletions(-) (limited to 'net-mgmt') diff --git a/net-mgmt/pmacct/Makefile b/net-mgmt/pmacct/Makefile index 64a6c53aa630..4d18fa6dcb5d 100644 --- a/net-mgmt/pmacct/Makefile +++ b/net-mgmt/pmacct/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pmacct -PORTVERSION= 0.7.1 +PORTVERSION= 0.7.2 CATEGORIES= net-mgmt MASTER_SITES= http://www.ba.cnr.it/~paolo/pmacct/ diff --git a/net-mgmt/pmacct/distinfo b/net-mgmt/pmacct/distinfo index 21fbd7d1535a..6745af869394 100644 --- a/net-mgmt/pmacct/distinfo +++ b/net-mgmt/pmacct/distinfo @@ -1,2 +1,2 @@ -MD5 (pmacct-0.7.1.tar.gz) = 5fa26df1d70f6895453ad72a6d039545 -SIZE (pmacct-0.7.1.tar.gz) = 159832 +MD5 (pmacct-0.7.2.tar.gz) = 29247676b468131ab5310cb289b91b6c +SIZE (pmacct-0.7.2.tar.gz) = 166096 diff --git a/net-mgmt/pmacct/pkg-plist b/net-mgmt/pmacct/pkg-plist index 730bb66a1f5a..099a153e9ecb 100644 --- a/net-mgmt/pmacct/pkg-plist +++ b/net-mgmt/pmacct/pkg-plist @@ -8,13 +8,18 @@ sbin/pmacctd %%PORTDOCS%%%%DOCSDIR%%/FAQS %%PORTDOCS%%%%DOCSDIR%%/README %%EXAMPLESDIR%%/allow-list.example +%%EXAMPLESDIR%%/id_map.example %%EXAMPLESDIR%%/mrtg.conf.hosts.example %%EXAMPLESDIR%%/mrtg.conf.ports.example %%EXAMPLESDIR%%/networks.example %%EXAMPLESDIR%%/nfacctd-print.conf.example %%EXAMPLESDIR%%/nfacctd-sql.conf.example +%%EXAMPLESDIR%%/nfacctd-sql_v1.conf.example +%%EXAMPLESDIR%%/nfacctd-sql_v2.conf.example %%EXAMPLESDIR%%/pmacctd-imt.conf.example %%EXAMPLESDIR%%/pmacctd-names.conf.example %%EXAMPLESDIR%%/pmacctd-sql.conf.example +%%EXAMPLESDIR%%/pmacctd-sql_v1.conf.example +%%EXAMPLESDIR%%/pmacctd-sql_v2.conf.example @dirrm %%EXAMPLESDIR%% %%PORTDOCS%%@dirrm %%DOCSDIR%% -- cgit