summaryrefslogtreecommitdiff
path: root/converters/p5-JSON-XS
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2008-01-05 08:12:34 +0000
committerobache <obache@pkgsrc.org>2008-01-05 08:12:34 +0000
commit6a5d3ceaeb70f8417fd793e5707783176ad4b287 (patch)
tree9b352040f94e025e0af4a2689da8b88a377baf01 /converters/p5-JSON-XS
parent88297d1462c1a28c7c88ac90bba60da12b5d1cca (diff)
downloadpkgsrc-6a5d3ceaeb70f8417fd793e5707783176ad4b287.tar.gz
Update p5-JSON-XS to 2.01.
Changes: 2.01 Wed Dec 5 11:40:28 CET 2007 - INCOMPATIBLE API CHANGE: to_json and from_json have been renamed to encode_json/decode_json for JSON.pm compatibility. The old functions croak and might be replaced by JSON.pm comaptible versions in some later release. 2.0 Tue Dec 4 11:30:46 CET 2007 - this is supposed to be the first version of JSON::XS compatible with version 2.0+ of the JSON module. Using the JSON module as frontend to JSON::XS should be as fast as using JSON::XS directly, so consider using it instead. - added get_* methods for all "simple" options. - make JSON::XS subclassable. 1.53 Tue Nov 13 23:58:33 CET 2007 - minor doc clarifications. - fixed many doc typos (patch by Thomas L. Shinnick). 1.52 Mon Oct 15 03:22:06 CEST 2007 - remove =encoding pod directive again, it confuses too many pod parsers :/. 1.51 Sat Oct 13 03:55:56 CEST 2007 - encode empty arrays/hashes in a compact way when pretty is enabled. - apparently JSON::XS was used to find some bugs in the JSON_checker testsuite, so add (the corrected) JSON_checker tests to the testsuite. - quite a bit of doc updates/extension. - require 5.8.2, as this seems to be the first unicode-stable version.
Diffstat (limited to 'converters/p5-JSON-XS')
-rw-r--r--converters/p5-JSON-XS/Makefile4
-rw-r--r--converters/p5-JSON-XS/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/converters/p5-JSON-XS/Makefile b/converters/p5-JSON-XS/Makefile
index e165a6f01e1..261ae941c57 100644
--- a/converters/p5-JSON-XS/Makefile
+++ b/converters/p5-JSON-XS/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2007/12/03 06:00:16 obache Exp $
+# $NetBSD: Makefile,v 1.3 2008/01/05 08:12:34 obache Exp $
#
-DISTNAME= JSON-XS-1.5
+DISTNAME= JSON-XS-2.01
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/ML/MLEHMANN/}
diff --git a/converters/p5-JSON-XS/distinfo b/converters/p5-JSON-XS/distinfo
index cd9b2d00ada..b4103e92962 100644
--- a/converters/p5-JSON-XS/distinfo
+++ b/converters/p5-JSON-XS/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2007/09/11 16:59:30 abs Exp $
+$NetBSD: distinfo,v 1.2 2008/01/05 08:12:34 obache Exp $
-SHA1 (JSON-XS-1.5.tar.gz) = c0acbf8dc04e8ff899756fdfd6ceaf6ace6da717
-RMD160 (JSON-XS-1.5.tar.gz) = dd94cc717ee198fa5a4896b3ed932642cdbff217
-Size (JSON-XS-1.5.tar.gz) = 46574 bytes
+SHA1 (JSON-XS-2.01.tar.gz) = fa0257a0c17a6cfb0307d9fdbdf1ba4483d00163
+RMD160 (JSON-XS-2.01.tar.gz) = e687968120b5fcb4ff625d3c8af623319c6c9a24
+Size (JSON-XS-2.01.tar.gz) = 51550 bytes