Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Mar 2013 23:41:46 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r313174 - in head/www: . p5-Catalyst-View-XML-Feed
Message-ID:  <201303012341.r21NfkkA040736@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	Catalyst-View-XML-Feed
+PORTVERSION=	0.07
+CATEGORIES=	www perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	ehaupt@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
+@dirrmtry %%SITE_PERL%%/Catalyst/View/XML
+@dirrmtry %%SITE_PERL%%/Catalyst/View
+@dirrmtry %%SITE_PERL%%/Catalyst
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/View/XML/Feed
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/View/XML
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/View
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst



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