pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/p5-XML-LibXML Update to 1.62.001:
details: https://anonhg.NetBSD.org/pkgsrc/rev/9bad5d1653c5
branches: trunk
changeset: 526051:9bad5d1653c5
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Feb 27 14:08:33 2007 +0000
description:
Update to 1.62.001:
1.62
- interface to libxml2's pull-parser XML::LibXML::Reader
(initiated by Heiko Klein)
- make error messages intended to the user report the line of the
application call rather than that of the internal XS call
- XML::LibXML::Attr->serializeContent added (convenience function)
- fix getAttributeNode etc. w.r.t. #FIXED attributes (as well as some
cases with old buggy libxml2 versions)
- warn if runtime libxml2 is older than the one used at the compile time
- if compiled against libxml2 >= 2.6.27, new parse_html_* implementation is used
allowing encoding and other options to be passed to the parser
- DOM-compliant nodeNames: #comment, #text, #cdata, #document, #document-fragment
- toString on empty text node returns empty string, not undef
- cloneNode copies attributes on an element as required by the DOM spec
diffstat:
textproc/p5-XML-LibXML/Makefile | 8 ++++----
textproc/p5-XML-LibXML/distinfo | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
diffs (37 lines):
diff -r 30a4b12294ba -r 9bad5d1653c5 textproc/p5-XML-LibXML/Makefile
--- a/textproc/p5-XML-LibXML/Makefile Tue Feb 27 14:03:58 2007 +0000
+++ b/textproc/p5-XML-LibXML/Makefile Tue Feb 27 14:08:33 2007 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.23 2006/11/05 14:05:07 seb Exp $
+# $NetBSD: Makefile,v 1.24 2007/02/27 14:08:33 wiz Exp $
#
-DISTNAME= XML-LibXML-1.61003
-PKGNAME= p5-XML-LibXML-1.61.003
+DISTNAME= XML-LibXML-1.62001
+PKGNAME= p5-XML-LibXML-1.62.001
SVR4_PKGNAME= p5xlx
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
@@ -19,7 +19,7 @@
# includes XML::LibXML::XPathContext module
CONFLICTS+= p5-XML-LibXML-XPathContext-[0-9]*
-WRKSRC= ${WRKDIR}/XML-LibXML-1.61
+WRKSRC= ${WRKDIR}/XML-LibXML-1.62
PERL5_PACKLIST= auto/XML/LibXML/.packlist
diff -r 30a4b12294ba -r 9bad5d1653c5 textproc/p5-XML-LibXML/distinfo
--- a/textproc/p5-XML-LibXML/distinfo Tue Feb 27 14:03:58 2007 +0000
+++ b/textproc/p5-XML-LibXML/distinfo Tue Feb 27 14:08:33 2007 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2006/11/05 14:05:07 seb Exp $
+$NetBSD: distinfo,v 1.10 2007/02/27 14:08:34 wiz Exp $
-SHA1 (XML-LibXML-1.61003.tar.gz) = 25c869ad781f2f1d6de07057fdcc8bf85e67fb52
-RMD160 (XML-LibXML-1.61003.tar.gz) = 7f5814b89856887accc7d176850fc2d5c8b3db1f
-Size (XML-LibXML-1.61003.tar.gz) = 258364 bytes
+SHA1 (XML-LibXML-1.62001.tar.gz) = 5beb93df6cfa718b69610aa41c2a4866230d3a1b
+RMD160 (XML-LibXML-1.62001.tar.gz) = afd7687b5f1b6744e5e1c840f6c10afa23abb91b
+Size (XML-LibXML-1.62001.tar.gz) = 230721 bytes
Home |
Main Index |
Thread Index |
Old Index