Subject: CVS commit: pkgsrc/textproc/qore-json-module
From: Niclas Rosenvik
Date: 2016-07-20 15:05:13
Message id: 20160720130513.1DD12FBB5@cvs.NetBSD.org

Log Message:
Update qore-json-module to version 1.5.

Patches have been applied upstream.

Release notes:

 * serialize binary values as base64-encoded strings
 * user modules moved to top-level qore module directory from
   version-specific module directory since they are valid for multiple
   versions of qore
 * serialize nan, +/-inf as null according to the JSON spec
 * added detection for invalid JSON-RPC calls and added a more
   user-friendly error message in the JsonRpcHandler module
 * new functions added conforming to Qore's function naming convention,
   old camel-case functions deprecated
 * JSON tests ported to QUnit
 * Qore 0.8.12 required as a minimum to build
 * JSON output is more compact; fewer extransous whitespaces are used

Files:
RevisionActionfile
1.3modifypkgsrc/textproc/qore-json-module/Makefile
1.2modifypkgsrc/textproc/qore-json-module/PLIST
1.3modifypkgsrc/textproc/qore-json-module/buildlink3.mk
1.3modifypkgsrc/textproc/qore-json-module/distinfo
1.1removepkgsrc/textproc/qore-json-module/patches/patch-configure
1.1removepkgsrc/textproc/qore-json-module/patches/patch-src_Makefile.in