- fix CONFLICTS glob
- reinstate LATEST_LINK and name it squid24
- correct CFLAGS/LDFLAGS handling
- remove SQUID_SSL, it does no longer compile
- prefer /bin/sh's features over external programs
- reduce the number of variables in pkg-{de,}install
- no longer hardcode the path to nologin(8)
- inform about squid.sh's rcNG-ness when /etc/rc.subr is present
at installation time
- other miscellaneous fixes
- schedule removal for the 31st October 2004
- bump PORTREVISION
PR: ports/66142
Submitted by: Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
mod_log_mysql is a module for the Apache 2 webserver which permits
request logging into a MySQL database.
Key features are:
* Seamless integration into the standard Apache logging
configuration.
* Only one configuration line needed to start logging.
* Free SQL use.
* Multiple databases, database users and/or database servers.
* Connection pooling, only one connection per log target per
child process.
* Logs data as it is: e.g. times as SQL DATETIME and n/a items
as SQL NULL.
* Won't loose data if the database server is down.
Note: this module requires mod_log_config-st
WWW: http://bitbrook.de/software/mod_log_mysql/
mod_log_config-st is a patched version of mod_log_config by Sonke
Tesch. It's fully backward-compatible and it adds logic to give
other log writers a more detailed view of the data to be logged.
WWW: http://bitbrook.de/software/mod_log_mysql/
+ clarify the meaning of the ERR keyword in digest authentication
+ correct a spelling error in the Turkish ERR_DNS_FAIL error page
(squid bug #950)
+ fix a problem regarding negatively cached 404 replies with VARY: header
(squid bug #616)
+ correct a parsing bug which rejected a 'range_offset_limit -1 KB'
statement in squid.conf (squid bug #968)
- Bump PORTREVISION
PR: ports/66139
Submitted by: maintainer
Get rid of a bunch of patch-files which can be easily replaced by a
REINPLACE_CMD invocation.
PR: ports/65975
Suggested by: Andrey Slusar
Approved by: linimon (mentor)
- Bump PORTREVISION
- Clean up pkg-deinstall:
+ remove an unnecessary variable
+ replace rmdir -p with two distinct rmdir calls since we
do not want to delete $PKG_PREFIX too if it happens to be empty
PR: ports/65918
Submitted by: maintainer
* An integrated system for managing software projects
* An enhanced wiki
* A flexible web-based issue tracker
* An interface to the Subversion revision control system
PR: ports/65690
Submitted by: <thinker@branda.to>
In both static content sites and dynamic HTML applications, it provides
a separation between presentation code and application logic which makes
working with your project easier.
Add clearsilver-python, a slave port that enabled python extension in clearsilver.
WWW: http://www.clearsilver.net/
PR: ports/65652, ports/65653
Submitted by: thinker <thinker@branda.to> (original submission)
Rui Lopes (fixes)