Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 May 2013 17:08:22 +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: r319538 - in head/www: . p5-Dancer-Logger-Log4perl
Message-ID:  <201305311708.r4VH8M4f081111@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	Dancer-Logger-Log4perl
+PORTVERSION=	0.8.1
+CATEGORIES=	www perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	tj@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
+@dirrm %%SITE_PERL%%/mach/auto/Dancer/Logger/Log4perl
+@dirrmtry %%SITE_PERL%%/mach/auto/Dancer/Logger
+@dirrmtry %%SITE_PERL%%/mach/auto/Dancer
+@dirrmtry %%SITE_PERL%%/Dancer/Logger
+@dirrmtry %%SITE_PERL%%/Dancer



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305311708.r4VH8M4f081111>