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.10.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/01261702b077
branches:  trunk
changeset: 543113:01261702b077
user:      obache <obache%pkgsrc.org@localhost>
date:      Wed Jun 04 14:19:58 2008 +0000

description:
Update p5-JSON to 2.10.

2.10  Tue Jun  3 18:42:11 2008
        [JSON]
        - made compatible with JSON::XS 2.21
            * updated the document.
        - added an item pointed by rt#32361 to the doc.

        [JSON::PP] [JSON::PP58] [JSON::PP56] [JSON::PP5005]
        - made compatible with JSON::XS 2.21
            * added incr_reset
        - removed useless codes.


2.09  Sun Apr 20 20:45:33 2008
        [JSON]
        - made compatible with JSON::XS 2.2
        - changed pod section totally.

        [JSON::PP] 2.20001
        - made compatible witg JSON::XS 2.2
            * lifted the log2 rounding restriction of max_depth and max_size.
            * incremental json parsing (EXPERIMENTAL).
            * allow_unknown/get_allow_unknown methods.
        - the version format was changed.
            X.YYZZZ =>  X.YY is the same as JSON::XS. ZZZ is the PP own version.
        - changed pod section totally.

2.08  Sat Apr 12 22:49:39 2008
        [JSON]
        - fixed JSON::Boolean inheritance mechanism.
            If the backend is XS with support_by_pp mode and using PP only
            support method, JSON::Boolean did not work correctly.
            Thanks to hg[at]apteryx's point.

        [JSON::PP] 2.07
        - Now split into JSON::PP58 for Perl 5.8 and lator.
        - made an error message compatible to JSON::XS
            did not croak when TO_JSON method returns same object as passed.

        [JSON::PP58]
        - modified for Perls post 5.8.0 that don't have utf8::is_utf8.
            Thanks to Andreas Koenig.

2.07  Sat Feb 16 15:52:29 2008
        [JSON]
        - experimentally added -convert_blessed_universally to define
            UNIVERSAL::TO_JSON subroutine.

              use JSON -convert_blessed_universally;
              $json->convert_blessed->encode( $blessed );

        - and as_nonbleesed is obsoleted (not yet removed). OK?
        - fixed t/04_pretty.t.

diffstat:

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

diffs (25 lines):

diff -r 8015b2399e9f -r 01261702b077 converters/p5-JSON/Makefile
--- a/converters/p5-JSON/Makefile       Wed Jun 04 14:14:03 2008 +0000
+++ b/converters/p5-JSON/Makefile       Wed Jun 04 14:19:58 2008 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2008/02/13 02:49:06 obache Exp $
+# $NetBSD: Makefile,v 1.6 2008/06/04 14:19:58 obache Exp $
 
-DISTNAME=              JSON-2.06
+DISTNAME=              JSON-2.10
 PKGNAME=               p5-${DISTNAME}
 CATEGORIES=            www perl5 converters
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MA/MAKAMAKA/}
diff -r 8015b2399e9f -r 01261702b077 converters/p5-JSON/distinfo
--- a/converters/p5-JSON/distinfo       Wed Jun 04 14:14:03 2008 +0000
+++ b/converters/p5-JSON/distinfo       Wed Jun 04 14:19:58 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2008/02/13 02:49:06 obache Exp $
+$NetBSD: distinfo,v 1.6 2008/06/04 14:19:58 obache Exp $
 
-SHA1 (JSON-2.06.tar.gz) = 7a70c4f55cf2a9ebe3372c8acf227e3f78c36b72
-RMD160 (JSON-2.06.tar.gz) = bcdb0e1759d09f5e0beaaf80844a6b07753b4f84
-Size (JSON-2.06.tar.gz) = 62329 bytes
+SHA1 (JSON-2.10.tar.gz) = 0239c114d8ae49f97815df7a2c14b7568f9f9300
+RMD160 (JSON-2.10.tar.gz) = 48198b2578ecf34a03e556f464a34ef31d099ef5
+Size (JSON-2.10.tar.gz) = 67197 bytes



Home | Main Index | Thread Index | Old Index