- 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:
Cheng-Lung Sung 2006-08-01 07:16:45 +00:00
parent fbe6bb11bc
commit 977815f199
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169309
5 changed files with 51 additions and 0 deletions

View File

@ -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

View 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>

View 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

View 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/

View 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