SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
18
devel/p5-Log-Dispatch-FileRotate/Makefile
Normal file
18
devel/p5-Log-Dispatch-FileRotate/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
COMMENT= log to files that archive/rotate themselves
|
||||
|
||||
MODULES= cpan
|
||||
PKG_ARCH= *
|
||||
DISTNAME = Log-Dispatch-FileRotate-1.38
|
||||
CATEGORIES= devel
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
RUN_DEPENDS= converters/p5-DateManip \
|
||||
devel/p5-Log-Dispatch \
|
||||
devel/p5-Params-Validate \
|
||||
devel/p5-Log-Log4perl
|
||||
TEST_DEPENDS = devel/p5-Path-Tiny \
|
||||
devel/p5-Test-Warn
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Log-Dispatch-FileRotate/distinfo
Normal file
2
devel/p5-Log-Dispatch-FileRotate/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Log-Dispatch-FileRotate-1.38.tar.gz) = tV1s7ePwoGQmSI+/pVT0VhMgsBTBAjiTztKVCOW85Ow=
|
||||
SIZE (Log-Dispatch-FileRotate-1.38.tar.gz) = 30103
|
7
devel/p5-Log-Dispatch-FileRotate/pkg/DESCR
Normal file
7
devel/p5-Log-Dispatch-FileRotate/pkg/DESCR
Normal 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)
|
7
devel/p5-Log-Dispatch-FileRotate/pkg/PLIST
Normal file
7
devel/p5-Log-Dispatch-FileRotate/pkg/PLIST
Normal file
|
@ -0,0 +1,7 @@
|
|||
${P5SITE}/Log/Dispatch/FileRotate/
|
||||
${P5SITE}/Log/Dispatch/FileRotate.pm
|
||||
${P5SITE}/Log/Dispatch/FileRotate/Flock.pm
|
||||
${P5SITE}/Log/Dispatch/FileRotate/Mutex.pm
|
||||
@man man/man3p/Log::Dispatch::FileRotate.3p
|
||||
@man man/man3p/Log::Dispatch::FileRotate::Flock.3p
|
||||
@man man/man3p/Log::Dispatch::FileRotate::Mutex.3p
|
Loading…
Add table
Add a link
Reference in a new issue