From owner-svn-ports-all@FreeBSD.ORG Wed Oct 17 02:06:43 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B2AD2E58; Wed, 17 Oct 2012 02:06:43 +0000 (UTC) (envelope-from tj@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 968BC8FC0A; Wed, 17 Oct 2012 02:06:43 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9H26hJm070487; Wed, 17 Oct 2012 02:06:43 GMT (envelope-from tj@svn.freebsd.org) Received: (from tj@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9H26hJx070481; Wed, 17 Oct 2012 02:06:43 GMT (envelope-from tj@svn.freebsd.org) Message-Id: <201210170206.q9H26hJx070481@svn.freebsd.org> From: Tom Judge Date: Wed, 17 Oct 2012 02:06:43 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Oct 2012 02:06:44 -0000 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 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