summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-LibXSLT
diff options
context:
space:
mode:
authorwiz <wiz>2012-04-22 12:15:39 +0000
committerwiz <wiz>2012-04-22 12:15:39 +0000
commit8064a6dd1197a5b92bf4532447491870ac50b903 (patch)
tree9fe8a838ba4c2ac659c45088465f8e8c522691a3 /textproc/p5-XML-LibXSLT
parentdf28707fa8119c12d32ef4354310fbc5294add34 (diff)
downloadpkgsrc-8064a6dd1197a5b92bf4532447491870ac50b903.tar.gz
Update to 1.77:
1.77 Sat Feb 25 16:23:57 IST 2012 - Apply a patch from Michael Ludwig clarifying the quoting of string parameters to the XSLT transformation. - Thanks, Michael! 1.76 Thu Jan 12 19:15:03 IST 2012 - Made LibXSLT.xs compile with C compilers that don't accept declarations inside blocks: - https://rt.cpan.org/Public/Bug/Display.html?id=73905 - These include Microsoft Visual C++ (in C-mode). 1.75 Fri Oct 28 17:26:57 IST 2011 - Convert the following test scripts from Test.pm to Test::More : - t/03input.t - Fix for https://rt.cpan.org/Public/Bug/Display.html?id=71345 by Tim Brody: - «segfault in free()» - Thanks, Tim! 1.74 Tue Oct 25 21:48:48 IST 2011 - Convert the following test scripts from Test.pm to Test::More : - t/01basic.t - t/02dromeds.t - t/04params.t - t/05quick.t - t/06output.t - t/06entities.t - t/07blankdoc.t - t/08literal.t - t/09exslt.t - t/10functions.t - t/11utf8.t - t/12import.t - t/13error.t - t/14security.t - t/15misc.t - In the process made "Encode" and perl-5.8.1. pre-requisites of this distribution. - Add the "make runtest" and "make distruntest" targets to test using Test-Run. 1.73 Sun Oct 9 17:32:30 IST 2011 - Possible fix for https://rt.cpan.org/Ticket/Display.html?id=71456 : - made the port reservation on t/14security.t for the non-existent URL more robust. 1.72 Thu Oct 6 13:37:13 IST 2011 - Moved the benchmarking code under benchmark/ so it won't be indexed by CPAN (Tim Brody). - Avoid leaking memory inside extension elements by cleaning up on stylesheet DESTROY (Tim Brody). - xsltInit() and xsltCleanupGlobals() to avoid leaking memory on init/shutdown (Tim Brody). - Added support for stylesheet context functions via a $stylesheet->register_function() method with the same arguments as XML::LibXSLT->register_function(). (Tim Brody) - Added support for register_element() on stylesheet objects. The callback may leak memory though - nothing frees the _private attributes of the node + document owner for the passed arguments? (Tim Brody) 1.71 Sat Sep 10 20:38:23 IDT 2011 - Fixed https://rt.cpan.org/Ticket/Display.html?id=50487 : - add a blacklist for libxslt-1.1.25 which has a deadlock that hangs a test. - Fixed https://rt.cpan.org/Ticket/Display.html?id=52422 : - Unexpected webserver dependency in test - Updated the version control instructions in the README to bitbucket.org.
Diffstat (limited to 'textproc/p5-XML-LibXSLT')
-rw-r--r--textproc/p5-XML-LibXSLT/Makefile5
-rw-r--r--textproc/p5-XML-LibXSLT/distinfo8
2 files changed, 6 insertions, 7 deletions
diff --git a/textproc/p5-XML-LibXSLT/Makefile b/textproc/p5-XML-LibXSLT/Makefile
index 73c4baf8323..ab2c0fe67f3 100644
--- a/textproc/p5-XML-LibXSLT/Makefile
+++ b/textproc/p5-XML-LibXSLT/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.21 2011/08/14 15:14:18 obache Exp $
+# $NetBSD: Makefile,v 1.22 2012/04/22 12:15:39 wiz Exp $
#
-DISTNAME= XML-LibXSLT-1.70
+DISTNAME= XML-LibXSLT-1.77
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 3
SVR4_PKGNAME= p5xlt
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
diff --git a/textproc/p5-XML-LibXSLT/distinfo b/textproc/p5-XML-LibXSLT/distinfo
index 2d996618cbd..345b54ac568 100644
--- a/textproc/p5-XML-LibXSLT/distinfo
+++ b/textproc/p5-XML-LibXSLT/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2009/10/11 11:29:59 sno Exp $
+$NetBSD: distinfo,v 1.9 2012/04/22 12:15:39 wiz Exp $
-SHA1 (XML-LibXSLT-1.70.tar.gz) = 15cb3404fd3c6d12e4b800d13a7e7dd819eb235c
-RMD160 (XML-LibXSLT-1.70.tar.gz) = d893da65d092310d209fcd19e07f0f2deed14b65
-Size (XML-LibXSLT-1.70.tar.gz) = 80405 bytes
+SHA1 (XML-LibXSLT-1.77.tar.gz) = 776a31dfb0a049f6986e76643dc01af1d158bae9
+RMD160 (XML-LibXSLT-1.77.tar.gz) = fb9e1f26e6f7a4df695b31f85304a9fd19013039
+Size (XML-LibXSLT-1.77.tar.gz) = 85981 bytes