pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/converters/p5-JSON Update p5-JSON to 2.06.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/be8e16bb3cee
branches:  trunk
changeset: 538563:be8e16bb3cee
user:      obache <obache%pkgsrc.org@localhost>
date:      Wed Feb 13 02:49:06 2008 +0000

description:
Update p5-JSON to 2.06.
This version is DESTDIR ready.

2.06  Fri Feb  8 16:21:59 2008
        [JSON::PP] 2.06
        - enhanced the XS compatibility for pretty-printing
            and the indent handling was broken!


2.05  Tue Feb  5 13:57:19 2008
        [JSON::PP] 2.05
        - enhanced some XS compatibilities for de/encode.
        - now decode_error can dump high (>127) chars.
        - enhanced the XS combatilbity of the decoding error.
        - fixed the utf8 checker while decoding (is_valid_utf8).
        - implemented utf8::downgrade in JSON::PP56.
        - enhanced utf8::encode in JSON::PP56.
        - made utf8::downgrade return a true in JSON::PP5005.


2.04  Sat Jan  5 16:10:01 2008
        [JSON]
        - fixed a document typo pointed by kawasaki@annocpan
        - make DATA handle closed for error mssages in support_by_pp mode.
        - switched JSON::Backend::XS::Supportable wrapper de/encode
             to changing symbolic tables for croak messages and speed.
        - fixed support_by_pp setting

        [JSON::PP] 2.04
        - enhanced the error message compatiblity to XS.

diffstat:

 converters/p5-JSON/Makefile |  6 ++++--
 converters/p5-JSON/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 6 deletions(-)

diffs (34 lines):

diff -r b80b11797e8c -r be8e16bb3cee converters/p5-JSON/Makefile
--- a/converters/p5-JSON/Makefile       Wed Feb 13 00:55:55 2008 +0000
+++ b/converters/p5-JSON/Makefile       Wed Feb 13 02:49:06 2008 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2008/01/05 08:15:18 obache Exp $
+# $NetBSD: Makefile,v 1.5 2008/02/13 02:49:06 obache Exp $
 
-DISTNAME=              JSON-2.03
+DISTNAME=              JSON-2.06
 PKGNAME=               p5-${DISTNAME}
 CATEGORIES=            www perl5 converters
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MA/MAKAMAKA/}
@@ -9,6 +9,8 @@
 HOMEPAGE=              http://search.cpan.org/dist/JSON/
 COMMENT=               Perl module converts between JSON and Perl data structure
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 PERL5_PACKLIST=                auto/JSON/.packlist
 
 .include "../../lang/perl5/module.mk"
diff -r b80b11797e8c -r be8e16bb3cee converters/p5-JSON/distinfo
--- a/converters/p5-JSON/distinfo       Wed Feb 13 00:55:55 2008 +0000
+++ b/converters/p5-JSON/distinfo       Wed Feb 13 02:49:06 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2008/01/05 08:15:18 obache Exp $
+$NetBSD: distinfo,v 1.5 2008/02/13 02:49:06 obache Exp $
 
-SHA1 (JSON-2.03.tar.gz) = 5de944ed0a133b91ee2cea8af0c48558346cf7f0
-RMD160 (JSON-2.03.tar.gz) = 3237aefc682e076ca1e67e285557db6714cd60ee
-Size (JSON-2.03.tar.gz) = 60408 bytes
+SHA1 (JSON-2.06.tar.gz) = 7a70c4f55cf2a9ebe3372c8acf227e3f78c36b72
+RMD160 (JSON-2.06.tar.gz) = bcdb0e1759d09f5e0beaaf80844a6b07753b4f84
+Size (JSON-2.06.tar.gz) = 62329 bytes



Home | Main Index | Thread Index | Old Index