[20932] trunk/dports/sysutils

source_changes at macosforge.org source_changes at macosforge.org
Mon Dec 11 21:25:09 PST 2006


Revision: 20932
          http://trac.macosforge.org/projects/macports/changeset/20932
Author:   jberry at macports.org
Date:     2006-12-11 21:25:09 -0800 (Mon, 11 Dec 2006)

Log Message:
-----------
Add new port cronolog-devel, which provides the updated cronolog 1.7.0-beta which has lingered in beta for ages

Added Paths:
-----------
    trunk/dports/sysutils/cronolog-devel/
    trunk/dports/sysutils/cronolog-devel/Portfile

Added: trunk/dports/sysutils/cronolog-devel/Portfile
===================================================================
--- trunk/dports/sysutils/cronolog-devel/Portfile	                        (rev 0)
+++ trunk/dports/sysutils/cronolog-devel/Portfile	2006-12-12 05:25:09 UTC (rev 20932)
@@ -0,0 +1,33 @@
+# $Id: Portfile 20466 2006-11-03 15:22:34Z blair at macports.org $
+
+PortSystem 1.0
+
+name			cronolog-devel
+version			1.7.0-beta
+categories		sysutils
+platforms		darwin
+maintainers		jberry at macports.org openmaintainer at macports.org
+description		cronolog is a web log rotation program
+long_description	cronolog is a simple filter program that reads log file \
+				entries from standard input and writes each entry to the \
+				output file specified by a filename template and the current \
+				date and time. When the expanded filename changes, the \
+				current file is closed and a new one opened. \
+				This development release of 1.7 adds patches to support \
+				helper programs that can process a log after it is rolled. \
+				Run cronolog with no options for help.
+
+homepage		http://cronolog.org/
+master_sites	${homepage}/patches/
+
+platform darwin {
+	# Work around a linuxism in the code
+	configure.env CFLAGS=-DO_LARGEFILE=0
+}
+
+distname		cronolog-${version}
+worksrcdir		cronolog-1.7.0
+checksums		md5 4a53cc3d44984b292f33b73da365cd3e
+
+configure.args	--mandir=${prefix}/share/man \
+				--infodir=${prefix}/share/info

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20061211/e1afe5ec/attachment.html


More information about the macports-changes mailing list