pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/p5-XML-Feed Initial import of p5-XML-Feed 0.12.
details: https://anonhg.NetBSD.org/pkgsrc/rev/4c3a5c5cff4e
branches: trunk
changeset: 528379:4c3a5c5cff4e
user: heinz <heinz%pkgsrc.org@localhost>
date: Mon Apr 30 22:57:59 2007 +0000
description:
Initial import of p5-XML-Feed 0.12.
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.
The goal of XML::Feed is to provide a unified API for parsing and using
the various syndication formats. The different flavors of RSS and Atom
handle data in different ways: date handling; summaries and content;
escaping and quoting; etc. This module attempts to remove those differ-
ences by providing a wrapper around the formats and the classes imple-
menting those formats (XML::RSS and XML::Atom::Feed).
diffstat:
textproc/p5-XML-Feed/DESCR | 9 +++++++++
textproc/p5-XML-Feed/Makefile | 32 ++++++++++++++++++++++++++++++++
textproc/p5-XML-Feed/PLIST | 1 +
textproc/p5-XML-Feed/distinfo | 5 +++++
4 files changed, 47 insertions(+), 0 deletions(-)
diffs (63 lines):
diff -r b7e37347afa1 -r 4c3a5c5cff4e textproc/p5-XML-Feed/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-XML-Feed/DESCR Mon Apr 30 22:57:59 2007 +0000
@@ -0,0 +1,9 @@
+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.
+
+The goal of XML::Feed is to provide a unified API for parsing and using
+the various syndication formats. The different flavors of RSS and Atom
+handle data in different ways: date handling; summaries and content;
+escaping and quoting; etc. This module attempts to remove those differ-
+ences by providing a wrapper around the formats and the classes imple-
+menting those formats (XML::RSS and XML::Atom::Feed).
diff -r b7e37347afa1 -r 4c3a5c5cff4e textproc/p5-XML-Feed/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-XML-Feed/Makefile Mon Apr 30 22:57:59 2007 +0000
@@ -0,0 +1,32 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/04/30 22:57:59 heinz Exp $
+#
+
+DISTNAME= XML-Feed-0.12
+PKGNAME= p5-${DISTNAME}
+SVR4_PKGNAME= p5xfe
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
+
+MAINTAINER= heinz%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/dist/XML-Feed/
+COMMENT= Perl syndication feed parser for both RSS and Atom feeds
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+DEPENDS+= p5-Class-ErrorHandler-[0-9]*:../../devel/p5-Class-ErrorHandler
+DEPENDS+= p5-Feed-Find-[0-9]*:../../textproc/p5-Feed-Find
+DEPENDS+= p5-URI-Fetch-[0-9]*:../../www/p5-URI-Fetch
+DEPENDS+= p5-XML-Atom>=0.08:../../textproc/p5-XML-Atom
+DEPENDS+= p5-XML-RSS>=1.01:../../textproc/p5-XML-RSS
+DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime
+DEPENDS+= p5-DateTime-Format-Mail-[0-9]*:../../time/p5-DateTime-Format-Mail
+DEPENDS+= p5-DateTime-Format-W3CDTF-[0-9]*:../../time/p5-DateTime-Format-W3CDTF
+
+BUILD_DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
+BUILD_DEPENDS+= p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser
+
+MAKE_ENV+= PERL_EXTUTILS_AUTOINSTALL=--defaultdeps
+PERL5_PACKLIST= auto/XML/Feed/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r b7e37347afa1 -r 4c3a5c5cff4e textproc/p5-XML-Feed/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-XML-Feed/PLIST Mon Apr 30 22:57:59 2007 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/04/30 22:57:59 heinz Exp $
diff -r b7e37347afa1 -r 4c3a5c5cff4e textproc/p5-XML-Feed/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-XML-Feed/distinfo Mon Apr 30 22:57:59 2007 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/04/30 22:57:59 heinz Exp $
+
+SHA1 (XML-Feed-0.12.tar.gz) = 5ad01db48e0cfefb840422ef5af33f292440ae8d
+RMD160 (XML-Feed-0.12.tar.gz) = 9ab452aa369fa646bd4b05c63a02a9b9e9815a7c
+Size (XML-Feed-0.12.tar.gz) = 39125 bytes
Home |
Main Index |
Thread Index |
Old Index