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 Updating textproc/p5-XML-LibXML...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9910a77e64da
branches:  trunk
changeset: 400107:9910a77e64da
user:      sno <sno%pkgsrc.org@localhost>
date:      Sun Oct 11 11:24:38 2009 +0000

description:
Updating textproc/p5-XML-LibXML from 1.69 to 1.70

pkgsrc changes:
  - Adding license definition
  - Adjusting dependencies
  - Adding SUPERCEDES/CONFLICTS for merged textproc/p5-XML-LibXML-Common

Upstream changes:
1.70
   - various fixes and improvements in the documentation
   - added (convenient yet non-standard) methods nonBlankChildNodes,
     firstNonBlankChild, nextNonBlankSibling, prevNonBlankSibling
     that skip empty or whitespace-only Text and CDATA nodes
   - exposed and documented external entity handler
   - XPathContext can now be passed to toStringC14N and toStringEC14N
     (e.g. to provide NS mapping for the XPath expression)
   - avoid using libxml2's globals (Nick Wellnhofer)
   - added interface to libxml2's regexp implementation: XML::LibXML::RegExp
   - added XML::LibXML->load_xml and XML::LibXML->load_html with
     uniform and cleaner API than the old parse_* family
   - cleanup code dealing with parsing flags
   - fix bogus validation results if revalidating a modified document
   - added 'eq' and 'cmp' overloading on XML::LibXML::Error and set fallback to 1
   - lots of bugs fixed

1.69_2
   - provide context and more accurate column number in
     structured errors
   - clarify license and copyright
   - support for Win32+mingw+ActiveState

1.69_1
   - merge with XML::LibXML::Common
   - fix compilation on Windows with mingw or msvc
   - fix a bug in structured errors preventing the previous errors from being reported
   - fix compilation bugs
   - fix encoding problem in reader
   - added getAttributeHash to the reader interface
   - fix segfaults: reconcileNs in domReplaceChild, findnodes with a doc fragment (S. Rezic)

diffstat:

 textproc/p5-XML-LibXML/Makefile |  9 ++++++---
 textproc/p5-XML-LibXML/distinfo |  8 ++++----
 2 files changed, 10 insertions(+), 7 deletions(-)

diffs (43 lines):

diff -r cb9ddaa46008 -r 9910a77e64da textproc/p5-XML-LibXML/Makefile
--- a/textproc/p5-XML-LibXML/Makefile   Sun Oct 11 11:20:21 2009 +0000
+++ b/textproc/p5-XML-LibXML/Makefile   Sun Oct 11 11:24:38 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.30 2008/11/22 00:41:19 he Exp $
+# $NetBSD: Makefile,v 1.31 2009/10/11 11:24:38 sno Exp $
 #
 
-DISTNAME=      XML-LibXML-1.69
+DISTNAME=      XML-LibXML-1.70
 PKGNAME=       p5-${DISTNAME}
 SVR4_PKGNAME=  p5xlx
 CATEGORIES=    textproc perl5
@@ -10,12 +10,15 @@
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://search.cpan.org/dist/XML-LibXML/
 COMMENT=       Perl interface to the libxml2 library
+LICENSE=       ${PERL5_LICENSE}
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
 DEPENDS+=      p5-XML-SAX>=0.11:../../textproc/p5-XML-SAX
 DEPENDS+=      p5-XML-NamespaceSupport>=1.07:../../textproc/p5-XML-NamespaceSupport
-DEPENDS+=      p5-XML-LibXML-Common>=0.13:../../textproc/p5-XML-LibXML-Common
+
+SUPERSEDES=    p5-XML-LibXML-Common<=0.13nb7
+CONFLICTS+=    p5-XML-LibXML-Common-[0-9]*
 
 # since version 1.61 the XML::LibXML Perl module
 # includes XML::LibXML::XPathContext module
diff -r cb9ddaa46008 -r 9910a77e64da textproc/p5-XML-LibXML/distinfo
--- a/textproc/p5-XML-LibXML/distinfo   Sun Oct 11 11:20:21 2009 +0000
+++ b/textproc/p5-XML-LibXML/distinfo   Sun Oct 11 11:24:38 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2008/11/22 00:41:19 he Exp $
+$NetBSD: distinfo,v 1.16 2009/10/11 11:24:38 sno Exp $
 
-SHA1 (XML-LibXML-1.69.tar.gz) = a8590ada6463e3b1de5699f7b8a14b564437a213
-RMD160 (XML-LibXML-1.69.tar.gz) = 1ba9e5d63431ae11031fca18e28da5f04fe25f23
-Size (XML-LibXML-1.69.tar.gz) = 312095 bytes
+SHA1 (XML-LibXML-1.70.tar.gz) = c3400e61282e08e84ab16d5d8cc4557aa5bf3984
+RMD160 (XML-LibXML-1.70.tar.gz) = cc9cc88a10e6652ec9cedd7904ef84dc057170e3
+Size (XML-LibXML-1.70.tar.gz) = 339682 bytes



Home | Main Index | Thread Index | Old Index