diff --git a/devel/Makefile b/devel/Makefile index 406c65747cbe..30186ef56a22 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -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 diff --git a/devel/p5-Log-Dispatch-FileWriteRotate/Makefile b/devel/p5-Log-Dispatch-FileWriteRotate/Makefile new file mode 100644 index 000000000000..b040b5608a4b --- /dev/null +++ b/devel/p5-Log-Dispatch-FileWriteRotate/Makefile @@ -0,0 +1,23 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $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 diff --git a/devel/p5-Log-Dispatch-FileWriteRotate/distinfo b/devel/p5-Log-Dispatch-FileWriteRotate/distinfo new file mode 100644 index 000000000000..c515dc84cebc --- /dev/null +++ b/devel/p5-Log-Dispatch-FileWriteRotate/distinfo @@ -0,0 +1,2 @@ +SHA256 (Log-Dispatch-FileWriteRotate-0.02.tar.gz) = 8ac2b25d3e516f5a16df6c053b1c235b6001e46bcd02cd83b2b5b4c9f8beaf81 +SIZE (Log-Dispatch-FileWriteRotate-0.02.tar.gz) = 11001 diff --git a/devel/p5-Log-Dispatch-FileWriteRotate/pkg-descr b/devel/p5-Log-Dispatch-FileWriteRotate/pkg-descr new file mode 100644 index 000000000000..2fa4f634ef92 --- /dev/null +++ b/devel/p5-Log-Dispatch-FileWriteRotate/pkg-descr @@ -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/ diff --git a/devel/p5-Log-Dispatch-FileWriteRotate/pkg-plist b/devel/p5-Log-Dispatch-FileWriteRotate/pkg-plist new file mode 100644 index 000000000000..4953dd66430a --- /dev/null +++ b/devel/p5-Log-Dispatch-FileWriteRotate/pkg-plist @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Log/Dispatch/FileWriteRotate.pm +%%PERL5_MAN3%%/Log::Dispatch::FileWriteRotate.3.gz