svn commit: r326306 - in head/www: . p5-Dancer-Plugin-ExtDirect
Tom Judge
tj at FreeBSD.org
Wed Sep 4 18:04:49 UTC 2013
Author: tj
Date: Wed Sep 4 18:04:48 2013
New Revision: 326306
URL: http://svnweb.freebsd.org/changeset/ports/326306
Log:
Dancer plugin which provides an easy way implement ExtDirect APIs.
WWW: http://search.cpan.org/dist/Dancer-Plugin-ExtDirect/
Added:
head/www/p5-Dancer-Plugin-ExtDirect/
head/www/p5-Dancer-Plugin-ExtDirect/Makefile (contents, props changed)
head/www/p5-Dancer-Plugin-ExtDirect/distinfo (contents, props changed)
head/www/p5-Dancer-Plugin-ExtDirect/pkg-descr (contents, props changed)
head/www/p5-Dancer-Plugin-ExtDirect/pkg-plist (contents, props changed)
Modified:
head/www/Makefile
Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile Wed Sep 4 17:40:25 2013 (r326305)
+++ head/www/Makefile Wed Sep 4 18:04:48 2013 (r326306)
@@ -845,6 +845,7 @@
SUBDIR += p5-Corona
SUBDIR += p5-Dancer
SUBDIR += p5-Dancer-Logger-Log4perl
+ SUBDIR += p5-Dancer-Plugin-ExtDirect
SUBDIR += p5-Dancer-Plugin-Feed
SUBDIR += p5-Dancer-Plugin-SiteMap
SUBDIR += p5-Dancer-Plugin-ValidationClass
Added: head/www/p5-Dancer-Plugin-ExtDirect/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/p5-Dancer-Plugin-ExtDirect/Makefile Wed Sep 4 18:04:48 2013 (r326306)
@@ -0,0 +1,25 @@
+# Created by: Tom Judge <tj at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= Dancer-Plugin-ExtDirect
+PORTVERSION= 1.03
+CATEGORIES= www perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= tj at FreeBSD.org
+COMMENT= Dancer plugin for implementing ExtDirect APIs
+
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
+BUILD_DEPENDS= p5-Dancer>=1.2001:${PORTSDIR}/www/p5-Dancer \
+ p5-JSON>=0:${PORTSDIR}/converters/p5-JSON
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+
+USES= perl5
+USE_PERL5= configure
+
+MAN3= Dancer::Plugin::ExtDirect.3
+
+.include <bsd.port.mk>
Added: head/www/p5-Dancer-Plugin-ExtDirect/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/p5-Dancer-Plugin-ExtDirect/distinfo Wed Sep 4 18:04:48 2013 (r326306)
@@ -0,0 +1,2 @@
+SHA256 (Dancer-Plugin-ExtDirect-1.03.tar.gz) = 4c6f5d8033a39c9687a9cf99902976788cc1e966814fe1871e84b2fb206e02d7
+SIZE (Dancer-Plugin-ExtDirect-1.03.tar.gz) = 11720
Added: head/www/p5-Dancer-Plugin-ExtDirect/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/p5-Dancer-Plugin-ExtDirect/pkg-descr Wed Sep 4 18:04:48 2013 (r326306)
@@ -0,0 +1,3 @@
+Dancer plugin which provides an easy way implement ExtDirect APIs.
+
+WWW: http://search.cpan.org/dist/Dancer-Plugin-ExtDirect/
Added: head/www/p5-Dancer-Plugin-ExtDirect/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/p5-Dancer-Plugin-ExtDirect/pkg-plist Wed Sep 4 18:04:48 2013 (r326306)
@@ -0,0 +1,7 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer/Plugin/ExtDirect/.packlist
+%%SITE_PERL%%/Dancer/Plugin/ExtDirect.pm
+ at dirrmtry %%SITE_PERL%%/Dancer/Plugin
+ at dirrmtry %%SITE_PERL%%/Dancer
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer/Plugin/ExtDirect
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer/Plugin
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer
More information about the svn-ports-head
mailing list