diff --git a/www/cronolog/Makefile b/www/cronolog/Makefile new file mode 100644 index 00000000000..cfe0e5991f8 --- /dev/null +++ b/www/cronolog/Makefile @@ -0,0 +1,21 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2003/02/23 21:51:53 danh Exp $ + +COMMENT= "web log rotation program" + +DISTNAME= cronolog-1.6.2 +CATEGORIES= www +MASTER_SITES= http://www.cronolog.org/download/ + +HOMEPAGE= http://www.cronolog.org/ + +MAINTAINER= Dan Harnett + +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes + +SEPARATE_BUILD= concurrent +CONFIGURE_STYLE= gnu + +.include diff --git a/www/cronolog/distinfo b/www/cronolog/distinfo new file mode 100644 index 00000000000..67c0f219748 --- /dev/null +++ b/www/cronolog/distinfo @@ -0,0 +1,3 @@ +MD5 (cronolog-1.6.2.tar.gz) = a44564fd5a5b061a5691b9a837d04979 +RMD160 (cronolog-1.6.2.tar.gz) = 6181c14e69a419c633950274c3c112f6bd784f9e +SHA1 (cronolog-1.6.2.tar.gz) = 6422b7c5e87241eb31d76809a2e0eea77ae4c64e diff --git a/www/cronolog/pkg/DESCR b/www/cronolog/pkg/DESCR new file mode 100644 index 00000000000..bda0834d18e --- /dev/null +++ b/www/cronolog/pkg/DESCR @@ -0,0 +1,8 @@ +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. +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. + +WWW: ${HOMEPAGE} diff --git a/www/cronolog/pkg/PLIST b/www/cronolog/pkg/PLIST new file mode 100644 index 00000000000..8e228e65568 --- /dev/null +++ b/www/cronolog/pkg/PLIST @@ -0,0 +1,8 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2003/02/23 21:51:53 danh Exp $ +@unexec install-info --delete --info-dir=%D/info %D/info/cronolog.info +info/cronolog.info +man/man1/cronolog.1m +man/man1/cronosplit.1m +sbin/cronolog +sbin/cronosplit +@exec install-info --info-dir=%D/info %D/info/cronolog.info