pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/p5-XML-LibXSLT Update to 1.77:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a8f2148fdb02
branches:  trunk
changeset: 602837:a8f2148fdb02
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Apr 22 12:15:39 2012 +0000

description:
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:

 textproc/p5-XML-LibXSLT/Makefile |  5 ++---
 textproc/p5-XML-LibXSLT/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r 2200a4f5b850 -r a8f2148fdb02 textproc/p5-XML-LibXSLT/Makefile
--- a/textproc/p5-XML-LibXSLT/Makefile  Sun Apr 22 12:14:57 2012 +0000
+++ b/textproc/p5-XML-LibXSLT/Makefile  Sun Apr 22 12:15:39 2012 +0000
@@ -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 -r 2200a4f5b850 -r a8f2148fdb02 textproc/p5-XML-LibXSLT/distinfo
--- a/textproc/p5-XML-LibXSLT/distinfo  Sun Apr 22 12:14:57 2012 +0000
+++ b/textproc/p5-XML-LibXSLT/distinfo  Sun Apr 22 12:15:39 2012 +0000
@@ -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



Home | Main Index | Thread Index | Old Index