- p5-POE-Component-RSSAggregator provide
Watch Muliple RSS Feeds for New Headlines - a non-blocking way to watch multiple RSS sources with one process
This commit is contained in:
parent
fbe6bb11bc
commit
977815f199
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169309
@ -1202,6 +1202,7 @@
|
||||
SUBDIR += p5-POE-Component-JobQueue
|
||||
SUBDIR += p5-POE-Component-Logger
|
||||
SUBDIR += p5-POE-Component-RSS
|
||||
SUBDIR += p5-POE-Component-RSSAggregator
|
||||
SUBDIR += p5-POE-Component-Server-XMLRPC
|
||||
SUBDIR += p5-POE-Component-TSTP
|
||||
SUBDIR += p5-POE-Devel-Profiler
|
||||
|
34
devel/p5-POE-Component-RSSAggregator/Makefile
Normal file
34
devel/p5-POE-Component-RSSAggregator/Makefile
Normal file
@ -0,0 +1,34 @@
|
||||
# New ports collection makefile for: POE-Component-RSSAggregator
|
||||
# Date created: Aug 1, 2006
|
||||
# Whom: Cheng-Lung Sung
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= POE-Component-RSSAggregator
|
||||
PORTVERSION= 1.01
|
||||
CATEGORIES= devel perl5 textproc
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= POE
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= clsung@FreeBSD.org
|
||||
COMMENT= Watch Muliple RSS Feeds for New Headlines
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/HTTP/Request.pm:${PORTSDIR}/www/p5-libwww \
|
||||
${SITE_PERL}/XML/RSS/Feed.pm:${PORTSDIR}/textproc/p5-XML-RSS-Feed \
|
||||
p5-POE-Component-Client-DNS>=0.98:${PORTSDIR}/dns/p5-POE-Component-Client-DNS \
|
||||
p5-POE-Component-Client-HTTP>=0.51:${PORTSDIR}/www/p5-POE-Component-Client-HTTP
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= POE::Component::RSSAggregator.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500601
|
||||
IGNORE= requires perl 5.6.x or later. Install lang/perl5 then try again
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
devel/p5-POE-Component-RSSAggregator/distinfo
Normal file
3
devel/p5-POE-Component-RSSAggregator/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (POE-Component-RSSAggregator-1.01.tar.gz) = c5d3283587a8e82dbd73f725cd9c5779
|
||||
SHA256 (POE-Component-RSSAggregator-1.01.tar.gz) = 4d7b4ee0a5df8c8cbb80bdc661a041c8587dc072d464d99910f2227c00f79923
|
||||
SIZE (POE-Component-RSSAggregator-1.01.tar.gz) = 7618
|
6
devel/p5-POE-Component-RSSAggregator/pkg-descr
Normal file
6
devel/p5-POE-Component-RSSAggregator/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
POW::Component::RSSAggregator is a non-blocking way to watch
|
||||
multiple RSS sources with one process.
|
||||
|
||||
See also p5-XML-RSS-Feed.
|
||||
|
||||
WWW: http://search.cpan.org/dist/POE-Component-RSSAggregator/
|
7
devel/p5-POE-Component-RSSAggregator/pkg-plist
Normal file
7
devel/p5-POE-Component-RSSAggregator/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
%%SITE_PERL%%/POE/Component/RSSAggregator.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/RSSAggregator/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/RSSAggregator
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE
|
||||
@dirrmtry %%SITE_PERL%%/POE/Component
|
||||
@dirrmtry %%SITE_PERL%%/POE
|
Loading…
Reference in New Issue
Block a user