# $Id: Portfile,v 1.1 2004/07/20 10:24:49 mww Exp $

PortSystem 1.0

name			cronolog
version			1.6.2
categories		sysutils
platforms		darwin
maintainers		mww@opendarwin.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.

homepage		http://cronolog.org/
master_sites	${homepage}/download/
checksums		md5 a44564fd5a5b061a5691b9a837d04979

configure.args	--mandir=${prefix}/share/man \
				--infodir=${prefix}/share/info
