Date: Wed, 17 Oct 2012 02:06:43 +0000 (UTC) From: Tom Judge <tj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305997 - in head/devel: . p5-Log-Dispatch-File-Rolling Message-ID: <201210170206.q9H26hJx070481@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tj Date: Wed Oct 17 02:06:42 2012 New Revision: 305997 URL: http://svn.freebsd.org/changeset/ports/305997 Log: This module subclasses Log::Dispatch::File for logging to date/time stamped files. WWW: http://search.cpan.org/dist/Log-Dispatch-File-Rolling/ Feature safe: yes Approved by: eadler (mentor) Added: head/devel/p5-Log-Dispatch-File-Rolling/ head/devel/p5-Log-Dispatch-File-Rolling/Makefile (contents, props changed) head/devel/p5-Log-Dispatch-File-Rolling/distinfo (contents, props changed) head/devel/p5-Log-Dispatch-File-Rolling/pkg-descr (contents, props changed) head/devel/p5-Log-Dispatch-File-Rolling/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Oct 17 01:51:38 2012 (r305996) +++ head/devel/Makefile Wed Oct 17 02:06:42 2012 (r305997) @@ -2122,6 +2122,7 @@ SUBDIR += p5-Log-Dispatch-DBI SUBDIR += p5-Log-Dispatch-Dir SUBDIR += p5-Log-Dispatch-Email-EmailSend + SUBDIR += p5-Log-Dispatch-File-Rolling SUBDIR += p5-Log-Dispatch-File-Stamped SUBDIR += p5-Log-Dispatch-FileRotate SUBDIR += p5-Log-Dispatch-FileShared Added: head/devel/p5-Log-Dispatch-File-Rolling/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Log-Dispatch-File-Rolling/Makefile Wed Oct 17 02:06:42 2012 (r305997) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= Log-Dispatch-File-Rolling +PORTVERSION= 1.06 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= tj@FreeBSD.org +COMMENT= Object for logging to date/time/pid stamped files + +BUILD_DEPENDS= p5-Log-Dispatch>=0:${PORTSDIR}/devel/p5-Log-Dispatch \ + p5-Log-Log4perl>=1.38:${PORTSDIR}/devel/p5-Log-Log4perl +RUN_DEPENDS= p5-Log-Dispatch>=0:${PORTSDIR}/devel/p5-Log-Dispatch \ + p5-Log-Log4perl>=1.38:${PORTSDIR}/devel/p5-Log-Log4perl + +PERL_CONFIGURE= yes + +MAN3= Log::Dispatch::File::Rolling.3 + +.include <bsd.port.mk> Added: head/devel/p5-Log-Dispatch-File-Rolling/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Log-Dispatch-File-Rolling/distinfo Wed Oct 17 02:06:42 2012 (r305997) @@ -0,0 +1,2 @@ +SHA256 (Log-Dispatch-File-Rolling-1.06.tar.gz) = 8475ded190eea61654c570a06179e01462b9e9a5c3c36007c0306e5d113ce119 +SIZE (Log-Dispatch-File-Rolling-1.06.tar.gz) = 6574 Added: head/devel/p5-Log-Dispatch-File-Rolling/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Log-Dispatch-File-Rolling/pkg-descr Wed Oct 17 02:06:42 2012 (r305997) @@ -0,0 +1,4 @@ +This module subclasses Log::Dispatch::File for logging to date/time stamped +files. + +WWW: http://search.cpan.org/dist/Log-Dispatch-File-Rolling/ Added: head/devel/p5-Log-Dispatch-File-Rolling/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Log-Dispatch-File-Rolling/pkg-plist Wed Oct 17 02:06:42 2012 (r305997) @@ -0,0 +1,10 @@ +%%SITE_PERL%%/Log/Dispatch/File/Rolling.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Dispatch/File/Rolling/.packlist +@dirrm %%SITE_PERL%%/Log/Dispatch/File/Rolling +@dirrmtry %%SITE_PERL%%/Log/Dispatch/File +@dirrmtry %%SITE_PERL%%/Log/Dispatch +@dirrmtry %%SITE_PERL%%/Log +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Dispatch/File/Rolling +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Dispatch/File +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Dispatch +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210170206.q9H26hJx070481>