diff options
author | obache <obache> | 2008-02-13 02:49:06 +0000 |
---|---|---|
committer | obache <obache> | 2008-02-13 02:49:06 +0000 |
commit | a893306697ed8d3c333dfffda94a0f5479a86964 (patch) | |
tree | b81605ae8342eadcdecdd67391d0204ee416df79 /converters | |
parent | 6657fa93a65402a7f2fde7c03cbe0143ee53fb6b (diff) | |
download | pkgsrc-a893306697ed8d3c333dfffda94a0f5479a86964.tar.gz |
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 (limited to 'converters')
-rw-r--r-- | converters/p5-JSON/Makefile | 6 | ||||
-rw-r--r-- | converters/p5-JSON/distinfo | 8 |
2 files changed, 8 insertions, 6 deletions
diff --git a/converters/p5-JSON/Makefile b/converters/p5-JSON/Makefile index aab7c8cce6c..0fc9c96db70 100644 --- a/converters/p5-JSON/Makefile +++ b/converters/p5-JSON/Makefile @@ -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 @@ MAINTAINER= obache@NetBSD.org 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 --git a/converters/p5-JSON/distinfo b/converters/p5-JSON/distinfo index 4b60fbfcd65..31a3a7f98bb 100644 --- a/converters/p5-JSON/distinfo +++ b/converters/p5-JSON/distinfo @@ -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 |