summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorobache <obache>2008-06-04 14:13:23 +0000
committerobache <obache>2008-06-04 14:13:23 +0000
commit95cae0c5fd6539a58002777283f5b294605c02ff (patch)
tree458e53581c0ea059f7f416df9a887f7a09a40539 /converters
parent4dfcbfcfdd71d723d4362a492edb38ddabd6ac9f (diff)
downloadpkgsrc-95cae0c5fd6539a58002777283f5b294605c02ff.tar.gz
Update p5-JSON-XS to 2.21.
While here, marked as DESTDIR ready. 2.21 Tue Jun 3 08:43:23 CEST 2008 - (hopefully) work around a perl 5.10 bug with -DDEBUGGING. - remove the experimental status of the incremental parser interface. - move =encoding around again, to avoid bugs with search.cpan.org. when can we finally have utf-8 in pod??? - add ->incr_reset method. 2.2 Wed Apr 16 20:37:25 CEST 2008 - lifted the log2 rounding restriction of max_depth and max_size. - make booleans mutable by creating a copy instead of handing out the same scalar (reported by pasha sadri). - added support for incremental json parsing (still EXPERIMENTAL). - implemented and added a json_xs command line utility that can convert from/to a number of serialisation formats - tell me if you need more. - implement allow_unknown/get_allow_unknown methods. - fixed documentation of max_depth w.r.t. higher and equal. - moved down =encoding directive a bit, too much breaks if it's the first pod directive :/. - removed documentation section on other modules, it became somewhat outdated and is nowadays mostly of historical interest. 2.1 Wed Mar 19 23:23:18 CET 2008 - update documentation here and there: add a large section about utf8/latin1/ascii flags, add a security consideration and extend and clarify the JSON and YAML section. - medium speed enhancements when encoding/decoding non-ascii chars. - minor speedup in number encoding case. - extend and clarify the section on incompatibilities between YAML and JSON. - switch to static inline from just inline when using gcc. - add =encoding utf-8 to the manpage, now that perl 5.10 supports it. - fix some issues with UV to JSON conversion of unknown impact. - published the yahoo locals search result used in benchmarks as the original url changes so comparison is impossible.
Diffstat (limited to 'converters')
-rw-r--r--converters/p5-JSON-XS/Makefile6
-rw-r--r--converters/p5-JSON-XS/distinfo8
2 files changed, 8 insertions, 6 deletions
diff --git a/converters/p5-JSON-XS/Makefile b/converters/p5-JSON-XS/Makefile
index 261ae941c57..f6e73bb57b2 100644
--- a/converters/p5-JSON-XS/Makefile
+++ b/converters/p5-JSON-XS/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2008/01/05 08:12:34 obache Exp $
+# $NetBSD: Makefile,v 1.4 2008/06/04 14:13:23 obache Exp $
#
-DISTNAME= JSON-XS-2.01
+DISTNAME= JSON-XS-2.21
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/ML/MLEHMANN/}
@@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/JSON-XS/
COMMENT= JSON serialising/deserialising, done correctly and fast
+PKG_DESTDIR_SUPPORT= user-destdir
+
PERL5_PACKLIST= auto/JSON/XS/.packlist
.include "../../lang/perl5/module.mk"
diff --git a/converters/p5-JSON-XS/distinfo b/converters/p5-JSON-XS/distinfo
index b4103e92962..683b8155ccc 100644
--- a/converters/p5-JSON-XS/distinfo
+++ b/converters/p5-JSON-XS/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2008/01/05 08:12:34 obache Exp $
+$NetBSD: distinfo,v 1.3 2008/06/04 14:13:23 obache Exp $
-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
+SHA1 (JSON-XS-2.21.tar.gz) = d539008fd6ffc6df7d08062a767119907481f0f0
+RMD160 (JSON-XS-2.21.tar.gz) = ff96eb170585c1a6cc02396ba354498bd9b0654c
+Size (JSON-XS-2.21.tar.gz) = 65220 bytes