svn commit: r313174 - in head/www: . p5-Catalyst-View-XML-Feed
Emanuel Haupt
ehaupt at FreeBSD.org
Fri Mar 1 23:41:48 UTC 2013
Author: ehaupt
Date: Fri Mar 1 23:41:46 2013
New Revision: 313174
URL: http://svnweb.freebsd.org/changeset/ports/313174
Log:
A hassle-free way to serve an RSS, Atom, or other XML feed from your Catalyst
application.
Added:
head/www/p5-Catalyst-View-XML-Feed/
head/www/p5-Catalyst-View-XML-Feed/Makefile (contents, props changed)
head/www/p5-Catalyst-View-XML-Feed/distinfo (contents, props changed)
head/www/p5-Catalyst-View-XML-Feed/pkg-descr (contents, props changed)
head/www/p5-Catalyst-View-XML-Feed/pkg-plist (contents, props changed)
Modified:
head/www/Makefile
Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile Fri Mar 1 23:16:24 2013 (r313173)
+++ head/www/Makefile Fri Mar 1 23:41:46 2013 (r313174)
@@ -830,6 +830,7 @@
SUBDIR += p5-Catalyst-View-TT-ControllerLocal
SUBDIR += p5-Catalyst-View-Template-Declare
SUBDIR += p5-Catalyst-View-Templated
+ SUBDIR += p5-Catalyst-View-XML-Feed
SUBDIR += p5-Catalyst-View-XML-Simple
SUBDIR += p5-Catalyst-View-XSLT
SUBDIR += p5-CatalystX-Component-Traits
Added: head/www/p5-Catalyst-View-XML-Feed/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/p5-Catalyst-View-XML-Feed/Makefile Fri Mar 1 23:41:46 2013 (r313174)
@@ -0,0 +1,22 @@
+# Created by: Emanuel Haupt <ehaupt at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= Catalyst-View-XML-Feed
+PORTVERSION= 0.07
+CATEGORIES= www perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ehaupt at FreeBSD.org
+COMMENT= Perl extension for Catalyst view for RSS, Atom, or other XML feeds
+
+BUILD_DEPENDS= p5-Catalyst-Runtime>0:${PORTSDIR}/www/p5-Catalyst-Runtime \
+ p5-XML-Feed>=0:${PORTSDIR}/textproc/p5-XML-Feed \
+ p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+
+PERL_CONFIGURE= yes
+
+MAN3= Catalyst::View::XML::Feed.3
+
+.include <bsd.port.mk>
Added: head/www/p5-Catalyst-View-XML-Feed/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/p5-Catalyst-View-XML-Feed/distinfo Fri Mar 1 23:41:46 2013 (r313174)
@@ -0,0 +1,2 @@
+SHA256 (Catalyst-View-XML-Feed-0.07.tar.gz) = 0781bbb6d54539728f5f68e649fd7db26bf46d2f17cd776fd1536c79032e4e87
+SIZE (Catalyst-View-XML-Feed-0.07.tar.gz) = 36229
Added: head/www/p5-Catalyst-View-XML-Feed/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/p5-Catalyst-View-XML-Feed/pkg-descr Fri Mar 1 23:41:46 2013 (r313174)
@@ -0,0 +1,4 @@
+A hassle-free way to serve an RSS, Atom, or other XML feed from your Catalyst
+application.
+
+WWW: http://search.cpan.org/dist/Catalyst-View-XML-Feed/
Added: head/www/p5-Catalyst-View-XML-Feed/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/p5-Catalyst-View-XML-Feed/pkg-plist Fri Mar 1 23:41:46 2013 (r313174)
@@ -0,0 +1,9 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/View/XML/Feed/.packlist
+%%SITE_PERL%%/Catalyst/View/XML/Feed.pm
+ at dirrmtry %%SITE_PERL%%/Catalyst/View/XML
+ at dirrmtry %%SITE_PERL%%/Catalyst/View
+ at dirrmtry %%SITE_PERL%%/Catalyst
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/View/XML/Feed
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/View/XML
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/View
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst
More information about the svn-ports-head
mailing list