pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/converters/p5-JSON-XS Update p5-JSON-XS to 2.21.
details: https://anonhg.NetBSD.org/pkgsrc/rev/46f1b767fd0b
branches: trunk
changeset: 543110:46f1b767fd0b
user: obache <obache%pkgsrc.org@localhost>
date: Wed Jun 04 14:13:23 2008 +0000
description:
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:
converters/p5-JSON-XS/Makefile | 6 ++++--
converters/p5-JSON-XS/distinfo | 8 ++++----
2 files changed, 8 insertions(+), 6 deletions(-)
diffs (35 lines):
diff -r 6cd839adf745 -r 46f1b767fd0b converters/p5-JSON-XS/Makefile
--- a/converters/p5-JSON-XS/Makefile Wed Jun 04 13:34:46 2008 +0000
+++ b/converters/p5-JSON-XS/Makefile Wed Jun 04 14:13:23 2008 +0000
@@ -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 @@
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 -r 6cd839adf745 -r 46f1b767fd0b converters/p5-JSON-XS/distinfo
--- a/converters/p5-JSON-XS/distinfo Wed Jun 04 13:34:46 2008 +0000
+++ b/converters/p5-JSON-XS/distinfo Wed Jun 04 14:13:23 2008 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index