Port details |
- cronolog Web log rotation utility that provides datestamp filenames
- 1.6.2_7 sysutils =28 1.6.2_7Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: unknown
- Last Update: 2024-02-25 17:18:50
- Commit Hash: a484847
- People watching this port, also watch:: gmake, libiconv, expat, m4, png
- License: GPLv2
- WWW:
- https://github.com/fordmason/cronolog
- Description:
- "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
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- cronolog>0:sysutils/cronolog
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/sysutils/cronolog/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/cronolog
- pkg install cronolog
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: cronolog
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (fordmason-cronolog-1.6.2-8ea64c0_GH0.tar.gz) = 1270ab6b55d5ff10eaa9b29e4c8afd127748f7a6797290ff89febb5eaa7a9030
SIZE (fordmason-cronolog-1.6.2-8ea64c0_GH0.tar.gz) = 131271
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- indexinfo : print/indexinfo
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for cronolog-1.6.2_7:
SETUID_PATCH=on: Build with setuid functionality
===> Use 'make config' to modify these settings
- Options name:
- sysutils_cronolog
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.6.2_7 25 Feb 2024 17:18:50 |
Muhammad Moinur Rahman (bofh) |
sysutils/cronolog: Moved man to share/man
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.6.2_6 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.6.2_6 20 Jul 2022 14:23:05 |
Tobias C. Berner (tcberner) |
sysutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <jsmith@resonatingmedia.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Landwehr <aaron@snaphat.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Adrian Chadd
* Adrian Chadd <adrian@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Deiter <alex.deiter@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
1.6.2_6 23 Nov 2021 22:11:40 |
Stefan Eßer (se) |
*/*: Remove redundant '-[0-9]*' from CONFLICTS_INSTALL
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Approved by: portmgr (blanket) |
1.6.2_6 16 Oct 2021 09:51:39 |
Jimmy Olgeni (olgeni) |
*: fix tab vs. space issues, and comments according to the guide. |
1.6.2_6 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.6.2_6 10 Nov 2018 18:12:58 |
bapt |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
1.6.2_5 16 Jul 2017 19:46:25 |
pawel |
- Add LICENSE_FILE
- Use option helper |
1.6.2_5 29 Dec 2015 14:30:47 |
mat |
Cleanup GH_* and variables order.
Sponsored by: Absolight |
1.6.2_5 29 Nov 2015 15:41:08 |
ohauer |
- original MASTER_SITE is gone.
Author pushed the source to github, use it as new site [1]
- add extra-patch to PATCHDIR
- use new post-patch target
- unbreak the port
- bump PORTREVISION
[1] verified there is no difference between old 1.6.2 and github 8ea64c0 |
1.6.2_4 09 Nov 2015 12:59:04 |
antoine |
Mark a few ports BROKEN: unfetchable |
1.6.2_4 01 May 2015 21:47:22 |
bdrewery |
Release maintainership |
1.6.2_4 26 May 2014 09:24:47 |
bapt |
Convert to USES=dos2unix
With hat: portmgr |
1.6.2_4 20 Oct 2013 00:40:34 |
bdrewery |
Support staging |
1.6.2_4 20 Sep 2013 15:58:09 |
bdrewery |
- Add NO_STAGE until validated to be safe for upcoming staging support |
1.6.2_4 05 Jul 2013 12:46:46 |
bdrewery |
Add LICENSE |
1.6.2_4 12 Dec 2012 02:28:49 |
bdrewery |
Remove indefinite article from COMMENT |
1.6.2_4 12 Dec 2012 02:27:26 |
bdrewery |
Take maintainership |
1.6.2_4 05 Oct 2012 14:52:52 |
bapt |
Convert to new options framework |
1.6.2_4 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
1.6.2_4 07 Jan 2011 12:14:55 |
swills |
- Add conflict for cronolog-devel
Approved by: wxs (mentor) |
1.6.2_3 15 Sep 2010 18:35:24 |
ade |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
1.6.2_2 13 May 2010 18:47:13 |
johans |
Remove unnecessary dependency on autoconf/automake |
1.6.2_2 13 Mar 2009 23:27:19 |
shaun |
Free most of my ports, since they aren't being maintained to a
reasonable standard. |
1.6.2_2 20 Aug 2008 00:57:32 |
ade |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin) |
1.6.2_2 29 Oct 2007 14:22:06 |
shaun |
Depend on autotools, to fix the problem noted in the PR below.
PR: ports/117116
Submitted by: "Richard A. Secor" <rsecor@seqlogic.com> |
1.6.2_2 11 Dec 2006 01:00:20 |
shaun |
Fix bug in symlinked log file handling.
PR: ports/104919
Submitted by: David Wood <david@wood2.org.uk>
Obtained from: http://cronolog.org/patches/cronolog-missing-symlink-patch.txt |
1.6.2_1 19 Jun 2006 20:06:59 |
shaun |
Switch to my @FreeBSD.org address.
Approved by: ahze (mentor) |
1.6.2_1 07 May 2006 15:00:10 |
nork |
Fix build error when cronolog-setugid-patch.txt is not. |
1.6.2_1 04 May 2006 14:53:33 |
vd |
* Add setuid patch [1]
* Shorten pkg-descr [2]
PR: ports/92830 [1], ports/96289 [2]
Submitted by: Shaun Amott <shaun@inerd.com> |
1.6.2 29 Apr 2006 15:30:48 |
linimon |
Assign to new maintainer.
PR: ports/96289 (partial)
Approved by: outgoing maintainer |
1.6.2 24 Jan 2006 01:06:45 |
edwin |
SHA256ify
Approved by: krion@ |
1.6.2 26 Nov 2005 08:04:39 |
linimon |
Chase URLs per distfile survey. |
1.6.2 11 Jul 2005 19:28:19 |
pav |
- Fix fetch
PR: ports/83233
Submitted by: Mark Blackman <mark@blackmans.org> (maintainer) |
1.6.2 31 Mar 2004 13:57:33 |
pav |
- Use INFO macro
PR: ports/64872 (based on)
Submitted by: Mark Blackman <freebsd-ports@exonetric.com> |
1.6.2 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
1.6.2 21 Feb 2003 13:28:59 |
knu |
De-pkg-comment. |
1.6.2 31 Aug 2002 16:25:51 |
dwcjr |
Change maintainer's email
PR: 42248
Submitted by: maintainer |
1.6.2 31 Mar 2002 04:41:55 |
pat |
Oops, remove obsolete patch |
1.6.2 31 Mar 2002 04:40:13 |
pat |
Update to 1.6.2
PR: 36540
Submitted by: Sean Chittenden <sean@chittenden.org>
Approved by: mail to maintainer bounces |
06 Jan 2002 06:20:22 |
will |
First round of auto* cleanups: - USE_AUTO* -> USE_AUTO*_VER=* where required
- USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK -
Other minor changes to fix things |
12 Mar 2001 13:56:49 |
kevlo |
Fix mtree problem |
08 Oct 2000 07:23:57 |
asami |
Convert category sysutils to new layout. |