svn commit: r421018 - in head/www: . p5-CatalystX-VirtualComponents
Kurt Jaeger
pi at FreeBSD.org
Sun Aug 28 11:02:37 UTC 2016
Author: pi
Date: Sun Aug 28 11:02:35 2016
New Revision: 421018
URL: https://svnweb.freebsd.org/changeset/ports/421018
Log:
New port: www/p5-CatalystX-VirtualComponents
CatalystX::VirtualComponents
Setup virtual Catalyst components
WWW: http://search.cpan.org/dist/CatalystX-VirtualComponents/
PR: 212210
Submitted by: Danny Warren <danny at dannywarren.com>
Added:
head/www/p5-CatalystX-VirtualComponents/
head/www/p5-CatalystX-VirtualComponents/Makefile (contents, props changed)
head/www/p5-CatalystX-VirtualComponents/distinfo (contents, props changed)
head/www/p5-CatalystX-VirtualComponents/pkg-descr (contents, props changed)
head/www/p5-CatalystX-VirtualComponents/pkg-plist (contents, props changed)
Modified:
head/www/Makefile
Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile Sun Aug 28 10:56:42 2016 (r421017)
+++ head/www/Makefile Sun Aug 28 11:02:35 2016 (r421018)
@@ -805,6 +805,7 @@
SUBDIR += p5-CatalystX-REPL
SUBDIR += p5-CatalystX-RoleApplicator
SUBDIR += p5-CatalystX-SimpleLogin
+ SUBDIR += p5-CatalystX-VirtualComponents
SUBDIR += p5-Class-DBI-FromForm
SUBDIR += p5-ClearSilver
SUBDIR += p5-Compress-LeadingBlankSpaces
Added: head/www/p5-CatalystX-VirtualComponents/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/p5-CatalystX-VirtualComponents/Makefile Sun Aug 28 11:02:35 2016 (r421018)
@@ -0,0 +1,26 @@
+# Created by: Danny Warren <danny at dannywarren.com>
+# $FreeBSD$
+
+PORTNAME= CatalystX-VirtualComponents
+PORTVERSION= 0.00004
+CATEGORIES= www perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= danny at dannywarren.com
+COMMENT= Setup virtual Catalyst components
+
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
+BUILD_DEPENDS= p5-namespace-clean>0:devel/p5-namespace-clean \
+ p5-Catalyst-Runtime>=5.8:www/p5-Catalyst-Runtime \
+ p5-Devel-InheritNamespace>0:devel/p5-Devel-InheritNamespace \
+ p5-Moose>0:devel/p5-Moose \
+ p5-Module-Pluggable>0:devel/p5-Module-Pluggable
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+
+USES= perl5
+USE_PERL5= configure
+
+.include <bsd.port.mk>
Added: head/www/p5-CatalystX-VirtualComponents/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/p5-CatalystX-VirtualComponents/distinfo Sun Aug 28 11:02:35 2016 (r421018)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1472381797
+SHA256 (CatalystX-VirtualComponents-0.00004.tar.gz) = e494232d3a3198fd10972d5c0b22d78692c63179ce41fb3fefe5c096c96d7cb7
+SIZE (CatalystX-VirtualComponents-0.00004.tar.gz) = 17190
Added: head/www/p5-CatalystX-VirtualComponents/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/p5-CatalystX-VirtualComponents/pkg-descr Sun Aug 28 11:02:35 2016 (r421018)
@@ -0,0 +1,4 @@
+CatalystX::VirtualComponents
+Setup virtual Catalyst components
+
+WWW: http://search.cpan.org/dist/CatalystX-VirtualComponents/
Added: head/www/p5-CatalystX-VirtualComponents/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/p5-CatalystX-VirtualComponents/pkg-plist Sun Aug 28 11:02:35 2016 (r421018)
@@ -0,0 +1,3 @@
+%%SITE_PERL%%/CatalystX/VirtualComponents.pm
+%%PERL5_MAN3%%/CatalystX::VirtualComponents.3.gz
+ at dir %%SITE_PERL%%/CatalystX
More information about the svn-ports-head
mailing list