Wed Apr 16 13:37:35 2008 UTC ()
Update to 1.66:

1.66
     - bump requirements to libxslt 1.1.8
     - sync the binary internals to those of XML::LibXML 1.66

1.63
     - fix SIGSEGV regarding freeing nodes created by extension functions
       (reported by Elizabeth Mattijsen)
     - use pkg-config to determine linker flags for libexslt

1.62
     - security callback interface contributed by Shane Corgatelli
     - check libxslt version
     - added XML::LibXML-like API to retrieve libxslt version
     - added output_as_bytes() and output_as_chars()
     - added regression tests for output_as_* to 11utf8.t
     - output_as_string documentation fixed to match reality
     - make 06entities.t to pass with older libxml2/libxslt
     - POD uses items instead of headings
     - fixed media_type and output_encoding for imported stylesheets [rt.cpan.org #23440]

1.61
     - fixed error reporting: die on fatal errors, warn otherwise
       (in particular, warn rather than die on <xsl:message terminate="no">)


(wiz)
diff -r1.13 -r1.14 pkgsrc/textproc/p5-XML-LibXSLT/Makefile
diff -r1.5 -r1.6 pkgsrc/textproc/p5-XML-LibXSLT/distinfo

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

--- pkgsrc/textproc/p5-XML-LibXSLT/Makefile 2006/11/30 01:17:32 1.13
+++ pkgsrc/textproc/p5-XML-LibXSLT/Makefile 2008/04/16 13:37:34 1.14
@@ -1,20 +1,21 @@ @@ -1,20 +1,21 @@
1# $NetBSD: Makefile,v 1.13 2006/11/30 01:17:32 seb Exp $ 1# $NetBSD: Makefile,v 1.14 2008/04/16 13:37:34 wiz Exp $
2# 2#
3 3
4DISTNAME= XML-LibXSLT-1.62 4DISTNAME= XML-LibXSLT-1.66
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6SVR4_PKGNAME= p5xlt 6SVR4_PKGNAME= p5xlt
7CATEGORIES= textproc perl5 7CATEGORIES= textproc perl5
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} 8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
9 9
10MAINTAINER= adam@migus.org 10MAINTAINER= adam@migus.org
11HOMEPAGE= http://search.cpan.org/dist/XML-LibXSLT/ 11HOMEPAGE= http://search.cpan.org/dist/XML-LibXSLT/
12COMMENT= Perl interface to the libxslt library 12COMMENT= Perl interface to the libxslt library
13 13
14DEPENDS+= p5-XML-LibXML>=1.60:../../textproc/p5-XML-LibXML 14DEPENDS+= p5-XML-LibXML>=1.66:../../textproc/p5-XML-LibXML
15 15
 16USE_TOOLS+= pkg-config
16PERL5_PACKLIST= auto/XML/LibXSLT/.packlist 17PERL5_PACKLIST= auto/XML/LibXSLT/.packlist
17 18
18.include "../../textproc/libxslt/buildlink3.mk" 19.include "../../textproc/libxslt/buildlink3.mk"
19.include "../../lang/perl5/module.mk" 20.include "../../lang/perl5/module.mk"
20.include "../../mk/bsd.pkg.mk" 21.include "../../mk/bsd.pkg.mk"

cvs diff -r1.5 -r1.6 pkgsrc/textproc/p5-XML-LibXSLT/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/p5-XML-LibXSLT/distinfo 2006/11/30 01:17:32 1.5
+++ pkgsrc/textproc/p5-XML-LibXSLT/distinfo 2008/04/16 13:37:34 1.6
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.5 2006/11/30 01:17:32 seb Exp $ 1$NetBSD: distinfo,v 1.6 2008/04/16 13:37:34 wiz Exp $
2 2
3SHA1 (XML-LibXSLT-1.62.tar.gz) = b23be30b75d2d287f78093712d066b199f9b01fb 3SHA1 (XML-LibXSLT-1.66.tar.gz) = f88885307da7a06f3404eb35699b4e22444efcfd
4RMD160 (XML-LibXSLT-1.62.tar.gz) = e76a0fec9eebd7cf4c698b75887e09a7436eb1c2 4RMD160 (XML-LibXSLT-1.66.tar.gz) = 8c349035f01e6b72e8c11dc72852d01808e5ae46
5Size (XML-LibXSLT-1.62.tar.gz) = 39537 bytes 5Size (XML-LibXSLT-1.66.tar.gz) = 76829 bytes