SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

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

View file

@ -0,0 +1,2 @@
SHA256 (Log-Dispatch-FileRotate-1.38.tar.gz) = tV1s7ePwoGQmSI+/pVT0VhMgsBTBAjiTztKVCOW85Ow=
SIZE (Log-Dispatch-FileRotate-1.38.tar.gz) = 30103

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