import of cronolog 1.6.2

--
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: http://www.cronolog.org
This commit is contained in:
danh 2003-02-23 21:51:53 +00:00
parent 930cb22e5b
commit 077af361df
4 changed files with 40 additions and 0 deletions

21
www/cronolog/Makefile Normal file
View File

@ -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 <danh@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>

3
www/cronolog/distinfo Normal file
View File

@ -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

8
www/cronolog/pkg/DESCR Normal file
View File

@ -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}

8
www/cronolog/pkg/PLIST Normal file
View File

@ -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