diff options
author | sno <sno> | 2010-03-16 10:47:57 +0000 |
---|---|---|
committer | sno <sno> | 2010-03-16 10:47:57 +0000 |
commit | 8d222a924f3dc9c64db652111bd423ab8ca484ff (patch) | |
tree | 850742155ac5381cae6352ec7be45219d55812bd /converters | |
parent | 714215ac1d8cf49102c8ab28a9ad63ee19f1449e (diff) | |
download | pkgsrc-8d222a924f3dc9c64db652111bd423ab8ca484ff.tar.gz |
Updating converters/p5-JSON-XS 2.27 to 2.28
Upstream changes:
2.28 Thu Mar 11 20:30:46 CET 2010
- implement our own atof function - perl's can be orders of
magnitudes slower than even the system one. on the positive
side, ours seems to be more exact in general than perl's.
(testcase provided by Tim Meadowcroft).
- clarify floating point conversion issues a bit.
- update jpsykes csrf article url.
- updated benchmark section - JSON::PP became much faster!
Diffstat (limited to 'converters')
-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 3d60ff6970f..6594e549e97 100644 --- a/converters/p5-JSON-XS/Makefile +++ b/converters/p5-JSON-XS/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2010/02/17 12:47:58 sno Exp $ +# $NetBSD: Makefile,v 1.14 2010/03/16 10:47:57 sno Exp $ # -DISTNAME= JSON-XS-2.27 +DISTNAME= JSON-XS-2.28 PKGNAME= p5-${DISTNAME}0 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 d81a6574922..5b1f90bfde1 100644 --- a/converters/p5-JSON-XS/distinfo +++ b/converters/p5-JSON-XS/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2010/02/17 12:47:58 sno Exp $ +$NetBSD: distinfo,v 1.12 2010/03/16 10:47:57 sno Exp $ -SHA1 (JSON-XS-2.27.tar.gz) = 36a02555f79550f2b5692a2d2b5da8bddae3a051 -RMD160 (JSON-XS-2.27.tar.gz) = 072995152b8e31929eac52ac66ae542e389f4c0f -Size (JSON-XS-2.27.tar.gz) = 70935 bytes +SHA1 (JSON-XS-2.28.tar.gz) = 4dbf0b7122751dd9104a7125bacd808fe2677238 +RMD160 (JSON-XS-2.28.tar.gz) = b049c0e4132c3ae2e8935a17dc4e0363c0a522ea +Size (JSON-XS-2.28.tar.gz) = 72299 bytes |