pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/p5-XML-RSS-Parser Update to 4.0. From the cha...
details: https://anonhg.NetBSD.org/pkgsrc/rev/424107f91c67
branches: trunk
changeset: 511094:424107f91c67
user: schmonz <schmonz%pkgsrc.org@localhost>
date: Sun Apr 09 01:01:19 2006 +0000
description:
Update to 4.0. From the changelog:
- Requires XML::Elemental 2.0 for SAX-based parsing.
- Switched internal storage of element and attribute names to
Clarkian notation.
- Too many bug fixes and minor enhancements to list.
- Added atom, itunes, openSerch, feedburner and creativeCommons
namespaces to default set.
- Moved XPath namespace and prefixes storage from Element to the
Parser module.
- Added register_ns_prefix, prefix and namespace methods to parser
for OO access to the internal hashes.
- Introduced use of Class::ErroHandler for more quieter error
handling.
- We have tests.
- Introduction of Util module. Moved as_xml and encode_xml methods
from Element to Util.
diffstat:
textproc/p5-XML-RSS-Parser/Makefile | 10 ++++++----
textproc/p5-XML-RSS-Parser/distinfo | 8 ++++----
2 files changed, 10 insertions(+), 8 deletions(-)
diffs (42 lines):
diff -r cc3cf878d96c -r 424107f91c67 textproc/p5-XML-RSS-Parser/Makefile
--- a/textproc/p5-XML-RSS-Parser/Makefile Sat Apr 08 23:43:23 2006 +0000
+++ b/textproc/p5-XML-RSS-Parser/Makefile Sun Apr 09 01:01:19 2006 +0000
@@ -1,19 +1,21 @@
-# $NetBSD: Makefile,v 1.7 2006/02/05 23:11:05 joerg Exp $
+# $NetBSD: Makefile,v 1.8 2006/04/09 01:01:19 schmonz Exp $
-DISTNAME= XML-RSS-Parser-2.15
+DISTNAME= XML-RSS-Parser-4.0
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 4
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
MAINTAINER= schmonz%NetBSD.org@localhost
COMMENT= Liberal object-oriented parser for RSS feeds
-DEPENDS+= p5-XML-Parser>=2.29:../../textproc/p5-XML-Parser
+DEPENDS+= p5-XML-SAX-[0-9]*:../../textproc/p5-XML-SAX
DEPENDS+= p5-Class-XPath>=1.4:../../devel/p5-Class-XPath
+DEPENDS+= p5-Class-ErrorHandler-[0-9]*:../../devel/p5-Class-ErrorHandler
PKG_INSTALLATION_TYPES= overwrite pkgviews
+WRKSRC= ${WRKDIR}/XML-RSS-Parser-4
+
PERL5_PACKLIST= auto/XML/RSS/Parser/.packlist
.include "../../lang/perl5/module.mk"
diff -r cc3cf878d96c -r 424107f91c67 textproc/p5-XML-RSS-Parser/distinfo
--- a/textproc/p5-XML-RSS-Parser/distinfo Sat Apr 08 23:43:23 2006 +0000
+++ b/textproc/p5-XML-RSS-Parser/distinfo Sun Apr 09 01:01:19 2006 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2005/02/24 14:48:47 agc Exp $
+$NetBSD: distinfo,v 1.3 2006/04/09 01:01:19 schmonz Exp $
-SHA1 (XML-RSS-Parser-2.15.tar.gz) = e66643901739ea1164fca23119d4590d4aa36d59
-RMD160 (XML-RSS-Parser-2.15.tar.gz) = ab45f3ce7236d35a504459471d9c126878fc72ed
-Size (XML-RSS-Parser-2.15.tar.gz) = 9601 bytes
+SHA1 (XML-RSS-Parser-4.0.tar.gz) = 210e08ad7dc39b51545a01f9fce28d59ec8ce6d8
+RMD160 (XML-RSS-Parser-4.0.tar.gz) = c21e59f4af48d8e2ff3ff70546f1a688ec55b45f
+Size (XML-RSS-Parser-4.0.tar.gz) = 12744 bytes
Home |
Main Index |
Thread Index |
Old Index