svn commit: r305997 - in head/devel: . p5-Log-Dispatch-File-Rolling
Tom Judge
tj at FreeBSD.org
Wed Oct 17 02:06:44 UTC 2012
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 at 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
+ at dirrm %%SITE_PERL%%/Log/Dispatch/File/Rolling
+ at dirrmtry %%SITE_PERL%%/Log/Dispatch/File
+ at dirrmtry %%SITE_PERL%%/Log/Dispatch
+ at dirrmtry %%SITE_PERL%%/Log
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Dispatch/File/Rolling
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Dispatch/File
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Dispatch
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log
More information about the svn-ports-head
mailing list