1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

add p5-POE-Component-RSS

A module for event based RSS parsing

PR:		32776
Submitted by:	Sergey Skvortsov <skv@protey.ru>
This commit is contained in:
Ying-Chieh Liao 2001-12-13 11:36:25 +00:00
parent c3c9405423
commit 1018ce2b4c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51475
6 changed files with 44 additions and 0 deletions

View File

@ -396,6 +396,7 @@
SUBDIR += p5-OLE-Storage_Lite
SUBDIR += p5-ORBit
SUBDIR += p5-POE
SUBDIR += p5-POE-Component-RSS
SUBDIR += p5-PV
SUBDIR += p5-Params-Validate
SUBDIR += p5-Parse-RecDescent

View File

@ -0,0 +1,26 @@
# New ports collection makefile for: POE-Component-RSS
# Date created: 10 Dec 2001
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= POE-Component-RSS
PORTVERSION= 0.06
CATEGORIES= devel perl5 textproc
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= POE
PKGNAMEPREFIX= p5-
MAINTAINER= skv@protey.ru
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/POE.pm:${PORTSDIR}/devel/p5-POE \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/XML/RSS.pm:${PORTSDIR}/textproc/p5-XML-RSS
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= POE::Component::RSS.3
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (POE-Component-RSS-0.06.tar.gz) = e7d033733149102d2ae4f718c29449ce

View File

@ -0,0 +1 @@
A module for event based RSS parsing

View File

@ -0,0 +1,8 @@
POE::Component::RSS is an event based RSS parsing module. It wraps
XML::RSS and provides a POE based framework for accessing the information
provided.
WWW: http://search.cpan.org/search?dist=POE-Component-RSS
-- Sergey Skvortsov
skv@protey.ru

View File

@ -0,0 +1,7 @@
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/RSS/.packlist
lib/perl5/site_perl/%%PERL_VER%%/POE/Component/RSS.pm
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/RSS
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/POE/Component 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/POE 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE 2>/dev/null || true