Initial import of p5-XML-RAI 0.51
XML::RAI is an object-oriented layer that maps overlapping and alternate tags in RSS to one common simplified interface. from Sam Smith <s at msmith.net>
This commit is contained in:
parent
2902beac26
commit
59e37c76f7
27
textproc/p5-XML-RAI/Makefile
Normal file
27
textproc/p5-XML-RAI/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2004/12/21 21:53:02 sturm Exp $
|
||||
|
||||
COMMENT= "RSS Abstraction Interface"
|
||||
|
||||
DISTNAME= XML-RAI-0.51
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= textproc perl5
|
||||
|
||||
MAINTAINER= Sam Smith <s@msmith.net>
|
||||
|
||||
# Artistic
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
|
||||
|
||||
RUN_DEPENDS= ::textproc/p5-XML-RSS \
|
||||
::textproc/p5-XML-RSS-Parser \
|
||||
::devel/p5-Time-TimeDate
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
CONFIGURE_STYLE=perl
|
||||
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/p5-XML-RAI/distinfo
Normal file
3
textproc/p5-XML-RAI/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (XML-RAI-0.51.tar.gz) = 8c81f54816d078ac52fd6142c7ceaf6c
|
||||
RMD160 (XML-RAI-0.51.tar.gz) = bd9b891d5f78bcfc157a2866cc5a276b83a01f00
|
||||
SHA1 (XML-RAI-0.51.tar.gz) = d9aae92b8c8551ae91cd9a07a16e0d34dcb082ff
|
3
textproc/p5-XML-RAI/pkg/DESCR
Normal file
3
textproc/p5-XML-RAI/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
XML::RAI is an object-oriented layer that maps
|
||||
overlapping and alternate tags in RSS to one common
|
||||
simplified interface.
|
12
textproc/p5-XML-RAI/pkg/PLIST
Normal file
12
textproc/p5-XML-RAI/pkg/PLIST
Normal file
@ -0,0 +1,12 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/12/21 21:53:02 sturm Exp $
|
||||
${P5SITE}/XML/RAI/
|
||||
${P5SITE}/XML/RAI.pm
|
||||
${P5SITE}/XML/RAI/Channel.pm
|
||||
${P5SITE}/XML/RAI/Image.pm
|
||||
${P5SITE}/XML/RAI/Item.pm
|
||||
${P5SITE}/XML/RAI/Object.pm
|
||||
@man man/man3p/XML::RAI.3p
|
||||
@man man/man3p/XML::RAI::Channel.3p
|
||||
@man man/man3p/XML::RAI::Image.3p
|
||||
@man man/man3p/XML::RAI::Item.3p
|
||||
@man man/man3p/XML::RAI::Object.3p
|
Loading…
Reference in New Issue
Block a user