diff options
author | he <he@pkgsrc.org> | 2009-02-24 19:30:35 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2009-02-24 19:30:35 +0000 |
commit | a2dcccf8c1568efa14e3f342fcd4b09464f89e71 (patch) | |
tree | e0a08f95e1c33dc2d8526eafd8c943c635b37002 /converters/p5-JSON-XS | |
parent | 865410b82aa2b27998adf14d04ae9fd218b24a7e (diff) | |
download | pkgsrc-a2dcccf8c1568efa14e3f342fcd4b09464f89e71.tar.gz |
Update from version 2.231 to 2.232.
Upstream changes:
2.232 Sun Feb 22 11:12:25 CET 2009
- use an exponential algorithm to extend strings, to
help platforms with bad or abysmal==windows memory
allocater performance, at the expense of some memory
wastage (use shrink to recover this extra memory).
(nicely analysed by Dmitry Karasik).
2.2311 Thu Feb 19 02:12:54 CET 2009
- add a section "JSON and ECMAscript" to explain some
incompatibilities between the two (problem was noted by
various people).
- add t/20_faihu.t.
Diffstat (limited to 'converters/p5-JSON-XS')
-rw-r--r-- | converters/p5-JSON-XS/Makefile | 4 | ||||
-rw-r--r-- | converters/p5-JSON-XS/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/converters/p5-JSON-XS/Makefile b/converters/p5-JSON-XS/Makefile index 8496a230499..54d154ecfd0 100644 --- a/converters/p5-JSON-XS/Makefile +++ b/converters/p5-JSON-XS/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2008/12/17 00:10:55 he Exp $ +# $NetBSD: Makefile,v 1.9 2009/02/24 19:30:35 he Exp $ # -DISTNAME= JSON-XS-2.231 +DISTNAME= JSON-XS-2.232 PKGNAME= p5-${DISTNAME} CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=JSON/} diff --git a/converters/p5-JSON-XS/distinfo b/converters/p5-JSON-XS/distinfo index 0f953c85427..453133450d5 100644 --- a/converters/p5-JSON-XS/distinfo +++ b/converters/p5-JSON-XS/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2008/12/17 00:10:55 he Exp $ +$NetBSD: distinfo,v 1.7 2009/02/24 19:30:35 he Exp $ -SHA1 (JSON-XS-2.231.tar.gz) = 53b5ca5ed9119921ae43f16ecf7ff1f3c8de3f63 -RMD160 (JSON-XS-2.231.tar.gz) = 7dec620fa0f21048c52617e8e0333ed3dfaafe48 -Size (JSON-XS-2.231.tar.gz) = 66373 bytes +SHA1 (JSON-XS-2.232.tar.gz) = bb0907398258b7516116c128620d6be853dbc307 +RMD160 (JSON-XS-2.232.tar.gz) = 5735bfd203c93e9633746c834058366e6056aa9d +Size (JSON-XS-2.232.tar.gz) = 68864 bytes |