Mon Nov 10 16:49:29 2008 UTC ()
Update to 1.68:

1.68pre

   - compilation problem fixes

1.67
   - many bugfixes (rt.cpan.org)
   - added XML::LibXML::Pattern module and extended pattern support in Reader
   - added XML::LibXML::XPathExpression module that can pre-compile an XPath expression
   - reimplementation of the thread support (mostly by Tim Brody)
   - structured errors XML::LibXML::Error
   - memory leak fixes
   - documentation fixes
   - README - notes for building on Win32 (C.J. Madsen)


(wiz)
diff -r1.28 -r1.29 pkgsrc/textproc/p5-XML-LibXML/Makefile
diff -r1.13 -r1.14 pkgsrc/textproc/p5-XML-LibXML/distinfo

cvs diff -r1.28 -r1.29 pkgsrc/textproc/p5-XML-LibXML/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/p5-XML-LibXML/Makefile 2008/10/19 19:18:59 1.28
+++ pkgsrc/textproc/p5-XML-LibXML/Makefile 2008/11/10 16:49:29 1.29
@@ -1,19 +1,18 @@ @@ -1,19 +1,18 @@
1# $NetBSD: Makefile,v 1.28 2008/10/19 19:18:59 he Exp $ 1# $NetBSD: Makefile,v 1.29 2008/11/10 16:49:29 wiz Exp $
2# 2#
3 3
4DISTNAME= XML-LibXML-1.66 4DISTNAME= XML-LibXML-1.68
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6PKGREVISION= 1 
7SVR4_PKGNAME= p5xlx 6SVR4_PKGNAME= p5xlx
8CATEGORIES= textproc perl5 7CATEGORIES= textproc perl5
9MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} 8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
10 9
11MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
12HOMEPAGE= http://search.cpan.org/dist/XML-LibXML/ 11HOMEPAGE= http://search.cpan.org/dist/XML-LibXML/
13COMMENT= Perl interface to the libxml2 library 12COMMENT= Perl interface to the libxml2 library
14 13
15PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
16 15
17DEPENDS+= p5-XML-SAX>=0.11:../../textproc/p5-XML-SAX 16DEPENDS+= p5-XML-SAX>=0.11:../../textproc/p5-XML-SAX
18DEPENDS+= p5-XML-NamespaceSupport>=1.07:../../textproc/p5-XML-NamespaceSupport 17DEPENDS+= p5-XML-NamespaceSupport>=1.07:../../textproc/p5-XML-NamespaceSupport
19DEPENDS+= p5-XML-LibXML-Common>=0.13:../../textproc/p5-XML-LibXML-Common 18DEPENDS+= p5-XML-LibXML-Common>=0.13:../../textproc/p5-XML-LibXML-Common

cvs diff -r1.13 -r1.14 pkgsrc/textproc/p5-XML-LibXML/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/p5-XML-LibXML/distinfo 2008/04/16 13:29:27 1.13
+++ pkgsrc/textproc/p5-XML-LibXML/distinfo 2008/11/10 16:49:29 1.14
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.13 2008/04/16 13:29:27 wiz Exp $ 1$NetBSD: distinfo,v 1.14 2008/11/10 16:49:29 wiz Exp $
2 2
3SHA1 (XML-LibXML-1.66.tar.gz) = ac6b4b5acddeda5938ef7535aecfa6dfb7074308 3SHA1 (XML-LibXML-1.68.tar.gz) = d3efd724a2876fa4e17d47094273d35d3869c62a
4RMD160 (XML-LibXML-1.66.tar.gz) = 32495bedb222b94178af8099666edc161e19b363 4RMD160 (XML-LibXML-1.68.tar.gz) = 47807e2fb1afa791125e68309333298cb2df89ac
5Size (XML-LibXML-1.66.tar.gz) = 276690 bytes 5Size (XML-LibXML-1.68.tar.gz) = 315684 bytes