Date: Thu, 1 Jan 2015 18:53:20 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376021 - in head/devel: . p5-Log-Dispatch-FileWriteRotate Message-ID: <201501011853.t01IrKlA091398@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Jan 1 18:53:18 2015 New Revision: 376021 URL: https://svnweb.freebsd.org/changeset/ports/376021 QAT: https://qat.redports.org/buildarchive/r376021/ Log: - 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/ Added: head/devel/p5-Log-Dispatch-FileWriteRotate/ head/devel/p5-Log-Dispatch-FileWriteRotate/Makefile (contents, props changed) head/devel/p5-Log-Dispatch-FileWriteRotate/distinfo (contents, props changed) head/devel/p5-Log-Dispatch-FileWriteRotate/pkg-descr (contents, props changed) head/devel/p5-Log-Dispatch-FileWriteRotate/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Jan 1 18:33:14 2015 (r376020) +++ head/devel/Makefile Thu Jan 1 18:53:18 2015 (r376021) @@ -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 Added: head/devel/p5-Log-Dispatch-FileWriteRotate/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Log-Dispatch-FileWriteRotate/Makefile Thu Jan 1 18:53:18 2015 (r376021) @@ -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> Added: head/devel/p5-Log-Dispatch-FileWriteRotate/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Log-Dispatch-FileWriteRotate/distinfo Thu Jan 1 18:53:18 2015 (r376021) @@ -0,0 +1,2 @@ +SHA256 (Log-Dispatch-FileWriteRotate-0.02.tar.gz) = 8ac2b25d3e516f5a16df6c053b1c235b6001e46bcd02cd83b2b5b4c9f8beaf81 +SIZE (Log-Dispatch-FileWriteRotate-0.02.tar.gz) = 11001 Added: head/devel/p5-Log-Dispatch-FileWriteRotate/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Log-Dispatch-FileWriteRotate/pkg-descr Thu Jan 1 18:53:18 2015 (r376021) @@ -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/ Added: head/devel/p5-Log-Dispatch-FileWriteRotate/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Log-Dispatch-FileWriteRotate/pkg-plist Thu Jan 1 18:53:18 2015 (r376021) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Log/Dispatch/FileWriteRotate.pm +%%PERL5_MAN3%%/Log::Dispatch::FileWriteRotate.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501011853.t01IrKlA091398>