in scripts
- Remove deprecated mktime() usages from php files
- Fix build with clang by using USE_CSTD=gnu89
- While here I trim Makefile headers
- Also remove a REINPLACE expression which is not needed anymore
- Bumped PORTREVISION
PR: ports/176336
Submitted by: Myself
Approved by: Maintainer timeout (30 days)
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues
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>