import p5-Log-Dispatch-FileRotate 1.16

This module provides a simple object for logging to files under the
Log::Dispatch::* system, and automatically rotating them according
to different constraints. This is basically a Log::Dispatch::File
wrapper with additions. To that end the arguments:
        name, min_level, filename and mode
behave the same as Log::Dispatch::File. So see its man page (perldoc
Log::Dispatch::File)

help and ok from simon@
This commit is contained in:
merdely 2007-11-20 18:43:21 +00:00
parent 79ef00d88c
commit e3211c8ba3
4 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,21 @@
# $OpenBSD: Makefile,v 1.1.1.1 2007/11/20 18:43:21 merdely Exp $
COMMENT= log to files that archive/rotate themselves
MODULES= cpan
DISTNAME= Log-Dispatch-FileRotate-1.16
CATEGORIES= devel
# Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= ::converters/p5-DateManip \
::devel/p5-Log-Dispatch \
::devel/p5-Params-Validate
REGRESS_DEPENDS= ::devel/p5-Log-Log4perl
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (Log-Dispatch-FileRotate-1.16.tar.gz) = PNHXVRCmKX30h8oBZ2O9vg==
RMD160 (Log-Dispatch-FileRotate-1.16.tar.gz) = ASGCLZZw02n/3T1LL0wJBQ6id8Y=
SHA1 (Log-Dispatch-FileRotate-1.16.tar.gz) = Cfp/lGqS3a8NdFo7oiYPHZe56/U=
SHA256 (Log-Dispatch-FileRotate-1.16.tar.gz) = bcWL6KEHhtvgw0fez5PEDigCw9I7Gd3wY/oaOFk5z2s=
SIZE (Log-Dispatch-FileRotate-1.16.tar.gz) = 14686

View File

@ -0,0 +1,7 @@
This module provides a simple object for logging to files under the
Log::Dispatch::* system, and automatically rotating them according
to different constraints. This is basically a Log::Dispatch::File
wrapper with additions. To that end the arguments:
name, min_level, filename and mode
behave the same as Log::Dispatch::File. So see its man page (perldoc
Log::Dispatch::File)

View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/11/20 18:43:21 merdely Exp $
${P5SITE}/Log/Dispatch/FileRotate.pm
@man man/man3p/Log::Dispatch::FileRotate.3p