svn commit: r421011 - in head/www: . p5-Catalyst-View-TT-Alloy

Kurt Jaeger pi at FreeBSD.org
Sun Aug 28 08:05:48 UTC 2016


Author: pi
Date: Sun Aug 28 08:05:47 2016
New Revision: 421011
URL: https://svnweb.freebsd.org/changeset/ports/421011

Log:
  New port: www/p5-Catalyst-View-TT-Alloy
  
  Catalyst::View::TT::Alloy
  Template::Alloy views for Catalyst
  
  WWW: http://search.cpan.org/dist/Catalyst-View-TT-Alloy/
  
  PR:		209191
  Submitted by:	Danny Warren <danny at dannywarren.com>

Added:
  head/www/p5-Catalyst-View-TT-Alloy/
  head/www/p5-Catalyst-View-TT-Alloy/Makefile   (contents, props changed)
  head/www/p5-Catalyst-View-TT-Alloy/distinfo   (contents, props changed)
  head/www/p5-Catalyst-View-TT-Alloy/pkg-descr   (contents, props changed)
  head/www/p5-Catalyst-View-TT-Alloy/pkg-plist   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Sun Aug 28 07:45:52 2016	(r421010)
+++ head/www/Makefile	Sun Aug 28 08:05:47 2016	(r421011)
@@ -790,6 +790,7 @@
     SUBDIR += p5-Catalyst-View-REST-XML
     SUBDIR += p5-Catalyst-View-RRDGraph
     SUBDIR += p5-Catalyst-View-TT
+    SUBDIR += p5-Catalyst-View-TT-Alloy
     SUBDIR += p5-Catalyst-View-TT-ControllerLocal
     SUBDIR += p5-Catalyst-View-Template-Declare
     SUBDIR += p5-Catalyst-View-Templated

Added: head/www/p5-Catalyst-View-TT-Alloy/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-Catalyst-View-TT-Alloy/Makefile	Sun Aug 28 08:05:47 2016	(r421011)
@@ -0,0 +1,26 @@
+# Created by: Danny Warren <danny at dannywarren.com>
+# $FreeBSD$
+
+PORTNAME=	Catalyst-View-TT-Alloy
+PORTVERSION=	0.00007
+CATEGORIES=	www perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	danny at dannywarren.com
+COMMENT=	Template::Alloy views for Catalyst
+
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-Catalyst-Runtime>=5.7:www/p5-Catalyst-Runtime \
+		p5-Data-Dump>=0:devel/p5-Data-Dump \
+		p5-Path-Class>=0:devel/p5-Path-Class \
+		p5-Template-Alloy>=0:www/p5-Template-Alloy \
+		p5-parent>=0:devel/p5-parent
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+
+USES=		perl5
+USE_PERL5=	configure
+
+.include <bsd.port.mk>

Added: head/www/p5-Catalyst-View-TT-Alloy/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-Catalyst-View-TT-Alloy/distinfo	Sun Aug 28 08:05:47 2016	(r421011)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1472367823
+SHA256 (Catalyst-View-TT-Alloy-0.00007.tar.gz) = c52b6afc0f276b50a067f606bc5b3e24cf5ae55c596545b923f0109c1e015709
+SIZE (Catalyst-View-TT-Alloy-0.00007.tar.gz) = 16329

Added: head/www/p5-Catalyst-View-TT-Alloy/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-Catalyst-View-TT-Alloy/pkg-descr	Sun Aug 28 08:05:47 2016	(r421011)
@@ -0,0 +1,4 @@
+Catalyst::View::TT::Alloy
+Template::Alloy views for Catalyst
+
+WWW: http://search.cpan.org/dist/Catalyst-View-TT-Alloy/

Added: head/www/p5-Catalyst-View-TT-Alloy/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-Catalyst-View-TT-Alloy/pkg-plist	Sun Aug 28 08:05:47 2016	(r421011)
@@ -0,0 +1,10 @@
+%%PERL5_MAN3%%/Catalyst::View::TT::Alloy.3.gz
+%%PERL5_MAN3%%/Catalyst::Helper::View::TT::Alloy.3.gz
+%%SITE_PERL%%/Catalyst/View/TT/Alloy.pm
+%%SITE_PERL%%/Catalyst/Helper/View/TT/Alloy.pm
+ at dir %%SITE_PERL%%/Catalyst/View/TT
+ at dir %%SITE_PERL%%/Catalyst/View
+ at dir %%SITE_PERL%%/Catalyst/Helper/View/TT
+ at dir %%SITE_PERL%%/Catalyst/Helper/View
+ at dir %%SITE_PERL%%/Catalyst/Helper
+ at dir %%SITE_PERL%%/Catalyst


More information about the svn-ports-all mailing list