Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Sep 2013 18:04:48 +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: r326306 - in head/www: . p5-Dancer-Plugin-ExtDirect
Message-ID:  <201309041804.r84I4m6q046718@svn.freebsd.org>

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



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