diff options
author | leeym <leeym@FreeBSD.org> | 2004-01-06 22:02:36 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2004-01-06 22:02:36 +0800 |
commit | 63e3a839108fbe5a0c7e435dbb3cc77872f69896 (patch) | |
tree | 715c5e5f861af0c660c021277da904327075bac7 /net/Makefile | |
parent | 56ba0c285fdf065a9c3e9cfbbaec60625dd0b30e (diff) | |
download | freebsd-ports-gnome-63e3a839108fbe5a0c7e435dbb3cc77872f69896.tar.gz freebsd-ports-gnome-63e3a839108fbe5a0c7e435dbb3cc77872f69896.tar.zst freebsd-ports-gnome-63e3a839108fbe5a0c7e435dbb3cc77872f69896.zip |
add scr_ipfm-0.64
scr_ipfm is a script written in php, used to graphically show amount of data
downloaded by users in local network. To do that, it uses logs generated by
ipfm program (ipfm is available at the address: http://robert.cheramy.net/ipfm/)
scr_ipfm features:
- sorting by field in, out, host and total
- aggregated data of downloaded amount of data
- daily, monthly, annually and global statistics
WWW: http://scripfm.sourceforge.net/
PR: 58566
Submitted by: HSIN-HSIUNG CHANG <sexbear@tmu.edu.tw>
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index a906876e9a2e..7e4f51046e02 100644 --- a/net/Makefile +++ b/net/Makefile @@ -651,6 +651,7 @@ SUBDIR += scdp SUBDIR += scli SUBDIR += scotty3 + SUBDIR += scr_ipfm SUBDIR += sdl_net SUBDIR += sendfile SUBDIR += sendip |