import p5-XML-Feed

XML::Feed is a syndication feed parser for both RSS and Atom feeds.  It
also implements feed auto-discovery for finding feeds, given a URI.

XML::Feed supports the following syndication feed formats:
 - RSS 0.91
 - RSS 1.0
 - RSS 2.0
 - Atom

The goal of XML::Feed is to provide a unified API for parsing and using
the various syndication formats.

ok jasper@
This commit is contained in:
simon 2007-10-06 15:27:16 +00:00
parent ca7b6953fb
commit a7e239d96e
4 changed files with 55 additions and 0 deletions

View File

@ -0,0 +1,29 @@
# $OpenBSD: Makefile,v 1.1.1.1 2007/10/06 15:27:16 simon Exp $
COMMENT= creates and XML stream connection and parses return data
MODULES= cpan
DISTNAME= XML-Feed-0.12
CATEGORIES= textproc
MAINTAINER= Simon Bertrang <simon@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= ::devel/p5-Class-ErrorHandler \
::devel/p5-DateTime \
::devel/p5-DateTime-Format-Mail \
::devel/p5-DateTime-Format-W3CDTF \
::textproc/p5-XML-Atom \
::textproc/p5-XML-RSS \
::www/p5-Feed-Find \
::www/p5-HTML-Parser \
::www/p5-URI-Fetch \
::www/p5-libwww
BUILD_DEPENDS= ${RUN_DEPENDS}
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (XML-Feed-0.12.tar.gz) = 77565d61b511f7ae05623064e04e9f56
RMD160 (XML-Feed-0.12.tar.gz) = 9ab452aa369fa646bd4b05c63a02a9b9e9815a7c
SHA1 (XML-Feed-0.12.tar.gz) = 5ad01db48e0cfefb840422ef5af33f292440ae8d
SHA256 (XML-Feed-0.12.tar.gz) = b62d4c5d7500f26fbaaa1acb9ec7a8608ab65f58d2a48167f99f2771105d2952
SIZE (XML-Feed-0.12.tar.gz) = 39125

View File

@ -0,0 +1,11 @@
XML::Feed is a syndication feed parser for both RSS and Atom feeds. It
also implements feed auto-discovery for finding feeds, given a URI.
XML::Feed supports the following syndication feed formats:
- RSS 0.91
- RSS 1.0
- RSS 2.0
- Atom
The goal of XML::Feed is to provide a unified API for parsing and using
the various syndication formats.

View File

@ -0,0 +1,10 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/10/06 15:27:16 simon Exp $
${P5SITE}/XML/Feed/
${P5SITE}/XML/Feed.pm
${P5SITE}/XML/Feed/Atom.pm
${P5SITE}/XML/Feed/Content.pm
${P5SITE}/XML/Feed/Entry.pm
${P5SITE}/XML/Feed/RSS.pm
@man man/man3p/XML::Feed.3p
@man man/man3p/XML::Feed::Content.3p
@man man/man3p/XML::Feed::Entry.3p