diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-01-06 14:02:36 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-01-06 14:02:36 +0000 |
commit | bfbea251722ea9354d67d98b9228e4459400d73c (patch) | |
tree | 30d79a9fb3b2e0b96b95c33ede90b944d4eef44e /net/Makefile | |
parent | Correct a logic error in construction of configuration arguments, (diff) |
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>
Notes
Notes:
svn path=/head/; revision=97474
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 |