diff options
author | wiz <wiz@pkgsrc.org> | 2008-04-16 13:37:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-04-16 13:37:34 +0000 |
commit | 5044b2c44b1434bf1f7cb2aba432c1e97cdd5f17 (patch) | |
tree | 2a4049dbeafcf2bc725a28aac5f6fde6301066a2 /textproc | |
parent | 3b506f814323f0870287efbcac35b8c8a4fc53dd (diff) | |
download | pkgsrc-5044b2c44b1434bf1f7cb2aba432c1e97cdd5f17.tar.gz |
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">)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-LibXSLT/Makefile | 7 | ||||
-rw-r--r-- | textproc/p5-XML-LibXSLT/distinfo | 8 |
2 files changed, 8 insertions, 7 deletions
diff --git a/textproc/p5-XML-LibXSLT/Makefile b/textproc/p5-XML-LibXSLT/Makefile index a2271114858..600cac28f70 100644 --- a/textproc/p5-XML-LibXSLT/Makefile +++ b/textproc/p5-XML-LibXSLT/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2006/11/30 01:17:32 seb Exp $ +# $NetBSD: Makefile,v 1.14 2008/04/16 13:37:34 wiz Exp $ # -DISTNAME= XML-LibXSLT-1.62 +DISTNAME= XML-LibXSLT-1.66 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5xlt CATEGORIES= textproc perl5 @@ -11,8 +11,9 @@ MAINTAINER= adam@migus.org HOMEPAGE= http://search.cpan.org/dist/XML-LibXSLT/ COMMENT= Perl interface to the libxslt library -DEPENDS+= p5-XML-LibXML>=1.60:../../textproc/p5-XML-LibXML +DEPENDS+= p5-XML-LibXML>=1.66:../../textproc/p5-XML-LibXML +USE_TOOLS+= pkg-config PERL5_PACKLIST= auto/XML/LibXSLT/.packlist .include "../../textproc/libxslt/buildlink3.mk" diff --git a/textproc/p5-XML-LibXSLT/distinfo b/textproc/p5-XML-LibXSLT/distinfo index 2b78745f1cf..43f5f6dca3c 100644 --- a/textproc/p5-XML-LibXSLT/distinfo +++ b/textproc/p5-XML-LibXSLT/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2006/11/30 01:17:32 seb Exp $ +$NetBSD: distinfo,v 1.6 2008/04/16 13:37:34 wiz Exp $ -SHA1 (XML-LibXSLT-1.62.tar.gz) = b23be30b75d2d287f78093712d066b199f9b01fb -RMD160 (XML-LibXSLT-1.62.tar.gz) = e76a0fec9eebd7cf4c698b75887e09a7436eb1c2 -Size (XML-LibXSLT-1.62.tar.gz) = 39537 bytes +SHA1 (XML-LibXSLT-1.66.tar.gz) = f88885307da7a06f3404eb35699b4e22444efcfd +RMD160 (XML-LibXSLT-1.66.tar.gz) = 8c349035f01e6b72e8c11dc72852d01808e5ae46 +Size (XML-LibXSLT-1.66.tar.gz) = 76829 bytes |