diff options
author | sno <sno> | 2010-08-04 14:15:36 +0000 |
---|---|---|
committer | sno <sno> | 2010-08-04 14:15:36 +0000 |
commit | 4c933fc8dc250c7f01ef658b49c5e257897316d1 (patch) | |
tree | c1f408a98e4577db207054ee12aca603296ecc33 /converters | |
parent | 245b609d85cf5738548d93098c936ca55c8a2810 (diff) | |
download | pkgsrc-4c933fc8dc250c7f01ef658b49c5e257897316d1.tar.gz |
Updating converters/p5-JSON from 2.17 to 2.21
Upstream changes:
2.21 Mon Apr 5 14:56:52 2010
[JSON]
- enhanced 'HOW DO I DECODE A DATA FROM OUTER AND ENCODE TO OUTER'
- renamed eg/bench_pp_xs.pl to eg/bench_decode.pl
- added eg/bench_encode.pl
2.20 Fri Apr 2 12:50:08 2010
[JSON]
- added eg/bench_pp_xs.pl for benchmark sample
- updated 'INCREMENTAL PARSING' section
[JSON::PP]
- decode_prefix() didn't count a consumed text length properly.
- enhanced XS compatibilty
in the case of decoding a white space garbaged text.
2.19 Tue Mar 30 13:40:24 2010
[JSON]
- fixed typo (rt#53535 by Angel Abad)
- added a recommendation
refering to (en|de)code_json to pod (suggested by tokuhirom)
- added 'HOW DO I DECODE A DATA FROM OUTER AND ENCODE TO OUTER' to pod.
2.18 Tue Mar 23 15:18:10 2010
[JSON]
- updated document (compatible with JSON::XS 2.29)
[JSON::PP]
- fixed encode an overloaded 'eq' object bug (reported by Alexey A. Kiritchun)
- enhanced an error message compatible to JSON::XS
Diffstat (limited to 'converters')
-rw-r--r-- | converters/p5-JSON/Makefile | 4 | ||||
-rw-r--r-- | converters/p5-JSON/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/converters/p5-JSON/Makefile b/converters/p5-JSON/Makefile index 664a37d9599..ff45d65d327 100644 --- a/converters/p5-JSON/Makefile +++ b/converters/p5-JSON/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2010/01/20 14:50:17 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2010/08/04 14:15:36 sno Exp $ -DISTNAME= JSON-2.17 +DISTNAME= JSON-2.21 PKGNAME= p5-${DISTNAME} CATEGORIES= www perl5 converters MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=JSON/} diff --git a/converters/p5-JSON/distinfo b/converters/p5-JSON/distinfo index 0248664f79e..72eb0501a1a 100644 --- a/converters/p5-JSON/distinfo +++ b/converters/p5-JSON/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2010/01/20 14:50:17 wiz Exp $ +$NetBSD: distinfo,v 1.11 2010/08/04 14:15:36 sno Exp $ -SHA1 (JSON-2.17.tar.gz) = 71c0681478676493ab083f78a5a1a244bc64b694 -RMD160 (JSON-2.17.tar.gz) = 645d1c5a9bdec4390c753f1932c36896762c561b -Size (JSON-2.17.tar.gz) = 69003 bytes +SHA1 (JSON-2.21.tar.gz) = 0a74bbab065a5d06187f4bdc1e8cf55c9154bec6 +RMD160 (JSON-2.21.tar.gz) = 2763de60844dbd80e53845a5f593e1d591beca49 +Size (JSON-2.21.tar.gz) = 74923 bytes |