diff options
author | edwin <edwin@FreeBSD.org> | 2006-01-11 13:10:58 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-01-11 13:10:58 +0800 |
commit | af750547944c35b237635f192dae260ddf2bf504 (patch) | |
tree | c82688f49b6385d8e4d9f9fde37d1bbca1189e24 /www/Makefile | |
parent | 0eefe6e516407b6b868b3af9583fbc2bb7bb6392 (diff) | |
download | freebsd-ports-graphics-af750547944c35b237635f192dae260ddf2bf504.tar.gz freebsd-ports-graphics-af750547944c35b237635f192dae260ddf2bf504.tar.zst freebsd-ports-graphics-af750547944c35b237635f192dae260ddf2bf504.zip |
MySQL Squid Access Report, mysar for short, is a reporting system
for user web traffic activity, as logged from a squid proxy.
MySAR consists of two parts:
* Command line utilities which import a squid log file in a
MySQL database and maintain the databas.
* A web interface for accessing the reports.
WWW: http://giannis.stoilis.gr/software/mysar/index.php?id=16
Author: Giannis Stoilis <giannis@stoilis.gr>
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 5b8c72a72ca..575597499e1 100644 --- a/www/Makefile +++ b/www/Makefile @@ -386,6 +386,7 @@ SUBDIR += mplayer-plugin SUBDIR += myfaces SUBDIR += myghty + SUBDIR += mysar SUBDIR += nanoblogger SUBDIR += nd SUBDIR += neon |