svn commit: r319538 - in head/www: . p5-Dancer-Logger-Log4perl

Tom Judge tj at FreeBSD.org
Fri May 31 17:08:23 UTC 2013


Author: tj
Date: Fri May 31 17:08:22 2013
New Revision: 319538
URL: http://svnweb.freebsd.org/changeset/ports/319538

Log:
  New port: www/p5-Dancer-Logger-Log4perl
  
  An interface between Dancer's logging engine abstraction layer and the
  Log::Log4perl library.
  
  WWW: http://search.cpan.org/dist/Dancer-Logger-Log4perl/

Added:
  head/www/p5-Dancer-Logger-Log4perl/
  head/www/p5-Dancer-Logger-Log4perl/Makefile   (contents, props changed)
  head/www/p5-Dancer-Logger-Log4perl/distinfo   (contents, props changed)
  head/www/p5-Dancer-Logger-Log4perl/pkg-descr   (contents, props changed)
  head/www/p5-Dancer-Logger-Log4perl/pkg-plist   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Fri May 31 16:45:41 2013	(r319537)
+++ head/www/Makefile	Fri May 31 17:08:22 2013	(r319538)
@@ -852,6 +852,7 @@
     SUBDIR += p5-Continuity
     SUBDIR += p5-Corona
     SUBDIR += p5-Dancer
+    SUBDIR += p5-Dancer-Logger-Log4perl
     SUBDIR += p5-Dancer-Plugin-Feed
     SUBDIR += p5-Dancer-Plugin-SiteMap
     SUBDIR += p5-Dancer-Plugin-ValidationClass

Added: head/www/p5-Dancer-Logger-Log4perl/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-Dancer-Logger-Log4perl/Makefile	Fri May 31 17:08:22 2013	(r319538)
@@ -0,0 +1,23 @@
+# Created by: Tom Judge <tj at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	Dancer-Logger-Log4perl
+PORTVERSION=	0.8.1
+CATEGORIES=	www perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	tj at FreeBSD.org
+COMMENT=	Dancer logging adapter for Log::Log4perl
+
+LICENSE=	ART20
+
+BUILD_DEPENDS=	p5-Dancer>=1.2001:${PORTSDIR}/www/p5-Dancer \
+		p5-Log-Log4perl>=0:${PORTSDIR}/devel/p5-Log-Log4perl
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+
+PERL_CONFIGURE=	yes
+
+MAN3=	Dancer::Logger::Log4perl.3
+
+.include <bsd.port.mk>

Added: head/www/p5-Dancer-Logger-Log4perl/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-Dancer-Logger-Log4perl/distinfo	Fri May 31 17:08:22 2013	(r319538)
@@ -0,0 +1,2 @@
+SHA256 (Dancer-Logger-Log4perl-0.8.1.tar.gz) = e880bde9bf24cf196360dfe0072a2301220b6faddf4a9d2ba7bcff1bb96f84ed
+SIZE (Dancer-Logger-Log4perl-0.8.1.tar.gz) = 10549

Added: head/www/p5-Dancer-Logger-Log4perl/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-Dancer-Logger-Log4perl/pkg-descr	Fri May 31 17:08:22 2013	(r319538)
@@ -0,0 +1,4 @@
+An interface between Dancer's logging engine abstraction layer and the
+Log::Log4perl library. 
+
+WWW: http://search.cpan.org/dist/Dancer-Logger-Log4perl/

Added: head/www/p5-Dancer-Logger-Log4perl/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-Dancer-Logger-Log4perl/pkg-plist	Fri May 31 17:08:22 2013	(r319538)
@@ -0,0 +1,7 @@
+%%SITE_PERL%%/Dancer/Logger/Log4perl.pm
+%%SITE_PERL%%/mach/auto/Dancer/Logger/Log4perl/.packlist
+ at dirrm %%SITE_PERL%%/mach/auto/Dancer/Logger/Log4perl
+ at dirrmtry %%SITE_PERL%%/mach/auto/Dancer/Logger
+ at dirrmtry %%SITE_PERL%%/mach/auto/Dancer
+ at dirrmtry %%SITE_PERL%%/Dancer/Logger
+ at dirrmtry %%SITE_PERL%%/Dancer


More information about the svn-ports-all mailing list