diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-07-03 03:26:42 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-07-03 03:26:42 +0800 |
commit | 238db35e9f24b1dabfcf0671639e38bb3f94a8c2 (patch) | |
tree | 4083537f4ef06269119176f690fcf394b74d35dc /net-mgmt/ipacco/pkg-plist | |
parent | 52f6bc049c5248a2e9448ced4a11a609aae49e81 (diff) | |
download | freebsd-ports-gnome-238db35e9f24b1dabfcf0671639e38bb3f94a8c2.tar.gz freebsd-ports-gnome-238db35e9f24b1dabfcf0671639e38bb3f94a8c2.tar.zst freebsd-ports-gnome-238db35e9f24b1dabfcf0671639e38bb3f94a8c2.zip |
IPAcco is a free software package that helps a network admin
to collect, visualize and analyze IP accounting data from the
Cisco routers.
Cisco routers themselves are capable of collecting IP accounting
information . i.e. an unordered set of IP source-destination
pairs along with a byte and packet counters corresponding to all
network traffic flows that passed through the router's interfaces.
These data can be a useful source for various analysis procedures
and billing systems but by itself, in their raw form they are
rather difficult to read and understand. In addition, a router
cannot keep a lot of data . its memory is needed for purposes
other than remembering what traffic, from what sources and where
it forwarded two month ago.
WWW: http://ipacco.sourceforge.net/
- Babak Farrokhi
babak@farrokhi.net
PR: ports/99451
Submitted by: Babak Farrokhi <babak@farrokhi.net>
Diffstat (limited to 'net-mgmt/ipacco/pkg-plist')
-rw-r--r-- | net-mgmt/ipacco/pkg-plist | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/net-mgmt/ipacco/pkg-plist b/net-mgmt/ipacco/pkg-plist new file mode 100644 index 000000000000..dbb69a505485 --- /dev/null +++ b/net-mgmt/ipacco/pkg-plist @@ -0,0 +1,59 @@ +etc/ipacco/ipacco-datapump.cfg +sbin/ipacco-datapump.tcl +%%PORTDOCS%%%%DOCSDIR%%/CreateDB.sql +%%PORTDOCS%%%%DOCSDIR%%/INSTALL.html +%%PORTDOCS%%%%DOCSDIR%%/INSTALL.txt +%%PORTDOCS%%%%DOCSDIR%%/LICENSE +%%PORTDOCS%%%%DOCSDIR%%/README.html +%%PORTDOCS%%%%DOCSDIR%%/README.txt +%%PORTDOCS%%%%DOCSDIR%%/RELNOTES.html +%%PORTDOCS%%%%DOCSDIR%%/RELNOTES.txt +%%IPACCO_WEB%%/AddrCondition.php +%%IPACCO_WEB%%/AddrFilter.php +%%IPACCO_WEB%%/AddrGraph.php +%%IPACCO_WEB%%/BrightnessPicker.php +%%IPACCO_WEB%%/BrightnessSelector.php +%%IPACCO_WEB%%/ByAddress.php +%%IPACCO_WEB%%/ByTime.php +%%IPACCO_WEB%%/ChangeSettings.php +%%IPACCO_WEB%%/ColorBrightnessPicker.php +%%IPACCO_WEB%%/ColorPicker.php +%%IPACCO_WEB%%/ColorSelector.php +%%IPACCO_WEB%%/Colors.php +%%IPACCO_WEB%%/Globals.php +%%IPACCO_WEB%%/Help.php +%%IPACCO_WEB%%/IPAcco.css +%%IPACCO_WEB%%/MainMenu.php +%%IPACCO_WEB%%/PageBottom.php +%%IPACCO_WEB%%/PageHeader.php +%%IPACCO_WEB%%/PageMiddle.php +%%IPACCO_WEB%%/PageTop.php +%%IPACCO_WEB%%/ServerError.php +%%IPACCO_WEB%%/Settings.php +%%IPACCO_WEB%%/SiteDefs.php +%%IPACCO_WEB%%/TimeGraph.php +%%IPACCO_WEB%%/TimeSelector.php +%%IPACCO_WEB%%/Utils.php +%%IPACCO_WEB%%/help/AddressFiltering.html +%%IPACCO_WEB%%/help/AddressGraph.html +%%IPACCO_WEB%%/help/Overview.html +%%IPACCO_WEB%%/help/Settings.html +%%IPACCO_WEB%%/help/StatusPage.html +%%IPACCO_WEB%%/help/TimeGraph.html +%%IPACCO_WEB%%/help/TimeNavigation.html +%%IPACCO_WEB%%/images/ArrowLeftButton.png +%%IPACCO_WEB%%/images/ArrowLeftButtonDisabled.png +%%IPACCO_WEB%%/images/ArrowRightButton.png +%%IPACCO_WEB%%/images/ColorPicker.png +%%IPACCO_WEB%%/images/MinusButton.png +%%IPACCO_WEB%%/images/MinusButtonDisabled.png +%%IPACCO_WEB%%/images/PlusButton.png +%%IPACCO_WEB%%/images/php-power-black.gif +%%IPACCO_WEB%%/images/poweredbymysql-88.png +%%IPACCO_WEB%%/index.html +%%IPACCO_WEB%%/index.php +@dirrm %%IPACCO_WEB%%/images +@dirrm %%IPACCO_WEB%%/help +@dirrmtry %%IPACCO_WEB%% +@dirrm etc/ipacco +%%PORTDOCS%%@dirrm %%DOCSDIR%% |