diff options
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-ZConf-RSS/Makefile | 30 | ||||
-rw-r--r-- | www/p5-ZConf-RSS/distinfo | 3 | ||||
-rw-r--r-- | www/p5-ZConf-RSS/pkg-descr | 10 | ||||
-rw-r--r-- | www/p5-ZConf-RSS/pkg-plist | 13 |
5 files changed, 57 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index a2777d827f6e..5c4a96f956d6 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1188,6 +1188,7 @@ SUBDIR += p5-Xango SUBDIR += p5-Yahoo-Lifestyle SUBDIR += p5-Yahoo-Search + SUBDIR += p5-ZConf-RSS SUBDIR += p5-chklinks SUBDIR += p5-libapreq SUBDIR += p5-libapreq-static diff --git a/www/p5-ZConf-RSS/Makefile b/www/p5-ZConf-RSS/Makefile new file mode 100644 index 000000000000..94b59199cd06 --- /dev/null +++ b/www/p5-ZConf-RSS/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: p5-ZConf-RSS +# Date created: 2009-11-09 +# Whom: Zane C, Bowers <vvelox@vvelox.net> +# +# $FreeBSD$ +# + +PORTNAME= ZConf-RSS +PORTVERSION= 2.2.0 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= ../../authors/id/V/VV/VVELOX +PKGNAMEPREFIX= p5- + +MAINTAINER= vvelox@vvelox.net +COMMENT= ZConf backed RSS fetching and viewing + +BUILD_DEPENDS= ${SITE_PERL}/ZConf.pm:${PORTSDIR}/net/p5-ZConf \ + ${SITE_PERL}/ZConf/GUI.pm:${PORTSDIR}/devel/p5-ZConf-GUI \ + ${SITE_PERL}/XML/FeedPP.pm:${PORTSDIR}/textproc/p5-XML-FeedPP \ + ${SITE_PERL}/Text/NeatTemplate.pm:${PORTSDIR}/textproc/p5-Text-NeatTemplate \ + ${SITE_PERL}/HTML/FormatText/WithLinks.pm:${PORTSDIR}/textproc/p5-HTML-FormatText-WithLinks +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= ZConf::RSS.3 \ + ZConf::RSS::GUI.3 + +.include <bsd.port.mk> diff --git a/www/p5-ZConf-RSS/distinfo b/www/p5-ZConf-RSS/distinfo new file mode 100644 index 000000000000..00be9eafac48 --- /dev/null +++ b/www/p5-ZConf-RSS/distinfo @@ -0,0 +1,3 @@ +MD5 (ZConf-RSS-2.2.0.tar.gz) = be4c5e974ab6b57d19ab27e9da7843ab +SHA256 (ZConf-RSS-2.2.0.tar.gz) = 932b41df4e56c65681b031f236d4a158f9084362219078a26c1f6d709e6f98bd +SIZE (ZConf-RSS-2.2.0.tar.gz) = 12670 diff --git a/www/p5-ZConf-RSS/pkg-descr b/www/p5-ZConf-RSS/pkg-descr new file mode 100644 index 000000000000..18556031aef1 --- /dev/null +++ b/www/p5-ZConf-RSS/pkg-descr @@ -0,0 +1,10 @@ +A ZConf backed system for fetching and viewing RSS +feeds. + +zcrss-addfeed Calls the addFeed dialog for ZConf::RSS::GUI +zcrss-admin Manages stuff in ZConf for ZConf::RSS. +zcrss-browse Calls the view dialog for ZConf::RSS::GUI +zcrss-get Fetches a feed and applies the template for it. +zcrss-managetemplates Calls the manage di + +WWW: http://search.cpan.org/~vvelox/ZConf-RSS/ diff --git a/www/p5-ZConf-RSS/pkg-plist b/www/p5-ZConf-RSS/pkg-plist new file mode 100644 index 000000000000..331bd703f3ae --- /dev/null +++ b/www/p5-ZConf-RSS/pkg-plist @@ -0,0 +1,13 @@ +bin/zcrss-addfeed +bin/zcrss-admin +bin/zcrss-browse +bin/zcrss-get +bin/zcrss-managetemplates +%%SITE_PERL%%/ZConf/RSS.pm +%%SITE_PERL%%/ZConf/RSS/GUI.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/ZConf/RSS/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ZConf/RSS +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ZConf +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto +@dirrmtry %%SITE_PERL%%/ZConf/RSS +@dirrmtry %%SITE_PERL%%/ZConf |