- Due to popular demand on ports@ add a knob to disable manual building and installing which can
add a lot of build dependencies.
- Bump PORTREVISION
PR: 153352
Submitted by: "Pawel Pekala" <c0rn@o2.pl> (maintainer)
- Fix a plist generation bug when no files are installed into a directory.
PR: 152059 152055
Submitted by: Tom Judge <tom@tomjudge.com>
Tested via: pointyhat
"cronolog" is a simple program that reads log messages from its input
and writes them to a set of output files, the names of which are
constructed using template and the current date and time.
"cronolog" is intended to be used in conjunction with a Web server, such
as Apache to split the access log into daily or monthly logs. E.g.:
TransferLog "|/www/sbin/cronolog /www/logs/%Y/%m/%d/access.log"
ErrorLog "|/www/sbin/cronolog /www/logs/%Y/%m/%d/errors.log"
would instruct Apache to pipe its access and error log messages into
separate copies of cronolog, which would create new log files each day
in a directory hierarchy structured by date, i.e. on 31 December 1996
messages would be written to:
/www/logs/1996/12/31/access.log
/www/logs/1996/12/31/errors.log
After midnight the following files would be used:
/www/logs/1997/01/01/access.log
/www/logs/1997/01/01/errors.log
WWW: http://cronolog.org/
PR: ports/152794
Submitted by: Jason Helfman <jhelfman at experts-exchange.com>
Approved by: itetcu (mentor) (implicit)
Changelog (there were no 0.6.8 and 0.6.9):
- Feature: Add RRDTool Option ?only-graph if graph height is below
32px to create thumbnails
- Feature: RRDTool Option ?width and ?height is now allowed in
templates
- Feature: RRDTool DS Type for UOM of ?c? changed from COUNTER
to DERIVE
- Feature: Pass query string from special controller to image
controller ( Matthew Garrett )
- Feature: Authorisation against mk_livestatus API added
- Feature: Sample nginx webserver config added
(by evax@users.sourceforge.net)
- Feature: Kohana backport to support PHP 5.1.6 (Kudos to
Andreas Ericsson)
- Bugfix: Sort list of special templates
- Bugfix: Urlencode hostname and service description (Reported
by Yannick)
- Bugfix: corrected warning/critical thresholds in ticker/alerter
functions
Also sorted pkg-plist entries by name.
PR: ports/153283 (based on)
Submitted by: ohauer
Feature safe: yes
Approved by: garga (mentor)
Disable on amd64, building has compile and runtime errors.
PR: ports/153443
Submitted by: Jin-Sih Lin <linpct@gmail.com>
Approved by: Jin-Sih Lin <linpct@gmail.com> (maintainer)