1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

- Add p5-Log-Dispatch-FileWriteRotate 0.02

Log::Dispatch::FileWriteRotate functions similarly to Log::Dispatch::FileRotate,
but uses File::Write::Rotate as backend, thus interoperates more easily with
other modules which use File::Write::Rotate as backend, e.g.
Tie::Handle::FileWriteRotate or Process::Govern.

WWW: http://search.cpan.org/dist/Log-Dispatch-FileWriteRotate/
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-01-01 18:53:18 +00:00
parent 6f5410443b
commit 4089290476
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=376021
5 changed files with 34 additions and 0 deletions

View File

@ -2324,6 +2324,7 @@
SUBDIR += p5-Log-Dispatch-File-Stamped
SUBDIR += p5-Log-Dispatch-FileRotate
SUBDIR += p5-Log-Dispatch-FileShared
SUBDIR += p5-Log-Dispatch-FileWriteRotate
SUBDIR += p5-Log-Dispatch-Perl
SUBDIR += p5-Log-Dispatch-Screen-Color
SUBDIR += p5-Log-Dispatch-Scribe

View File

@ -0,0 +1,23 @@
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= Log-Dispatch-FileWriteRotate
PORTVERSION= 0.02
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Log to files that archive/rotate themselves, w/ File::Write::Rotate
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-File-Write-Rotate>=0:${PORTSDIR}/devel/p5-File-Write-Rotate \
p5-Log-Dispatch>=0:${PORTSDIR}/devel/p5-Log-Dispatch
RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (Log-Dispatch-FileWriteRotate-0.02.tar.gz) = 8ac2b25d3e516f5a16df6c053b1c235b6001e46bcd02cd83b2b5b4c9f8beaf81
SIZE (Log-Dispatch-FileWriteRotate-0.02.tar.gz) = 11001

View File

@ -0,0 +1,6 @@
Log::Dispatch::FileWriteRotate functions similarly to Log::Dispatch::FileRotate,
but uses File::Write::Rotate as backend, thus interoperates more easily with
other modules which use File::Write::Rotate as backend, e.g.
Tie::Handle::FileWriteRotate or Process::Govern.
WWW: http://search.cpan.org/dist/Log-Dispatch-FileWriteRotate/

View File

@ -0,0 +1,2 @@
%%SITE_PERL%%/Log/Dispatch/FileWriteRotate.pm
%%PERL5_MAN3%%/Log::Dispatch::FileWriteRotate.3.gz