From 4d36d1b608d50f1915fb2857df863af87ef62011 Mon Sep 17 00:00:00 2001 From: nikita Date: Fri, 17 Dec 2021 14:07:09 +0000 Subject: [PATCH] textproc/guile-json: Update to 4.5.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ChangeLog (from NEWS): * Version 4.5.2 (Feb 3, 2021) - Add missing modules to record.scm. * Version 4.5.1 (Jan 11, 2020) - Allow false values in JSON mappings. (Fixes #70) * Version 4.5.0 (Jan 3, 2020) - Introduce (define-json-type) a much simpler way to define JSON objects and record mappings. It makes use of the existing (define-json-mapping). * Version 4.4.1 (Nov 29, 2020) - Fixed a few parsing issues from JSON Parsing Test Suite (https://github.com/nst/JSONTestSuite). (Fixes #67) * Version 4.4.0 (Oct 22, 2020) - Record-JSON mapping now can define another optional procedure record->scm to convert a record to an alist. (Fixes #63) - Record-JSON mapping now allows using *unspecified* values to indicate a field record should not be serialized. (Fixes #61) - Improve pretty printing. (thanks to Jonas Schürmann) * Version 4.3.2 (Jul 23, 2020) - Fix unicode for values from E000 and upwards. (thanks again to pkill9 and RhodiumToad from #guile) * Version 4.3.1 (Jul 22, 2020) - Fix unicode codepoint with surrogate pairs. (thanks to pkill9 and RhodiumToad from #guile) * Version 4.3.0 (Jul 3, 2020) - Make RECORD->JSON optional in (define-json-mapping). * Version 4.2.0 (Jun 30, 2020) - Introduce (define-json-mapping) which allows converting a JSON object into a record type and vice versa. The initial code for this feature was copied from the GNU Guix project. --- textproc/guile-json/Makefile | 4 ++-- textproc/guile-json/PLIST | 4 +++- textproc/guile-json/distinfo | 8 ++++---- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/textproc/guile-json/Makefile b/textproc/guile-json/Makefile index 11cd856319ad..43be4bbc12f0 100644 --- a/textproc/guile-json/Makefile +++ b/textproc/guile-json/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2020/06/22 08:01:49 nikita Exp $ +# $NetBSD: Makefile,v 1.5 2021/12/17 14:07:09 nikita Exp $ -DISTNAME= guile-json-4.1.0 +DISTNAME= guile-json-4.5.2 CATEGORIES= textproc MASTER_SITES= http://download.savannah.gnu.org/releases/guile-json/ diff --git a/textproc/guile-json/PLIST b/textproc/guile-json/PLIST index 852e27113205..fa958a22c1ea 100644 --- a/textproc/guile-json/PLIST +++ b/textproc/guile-json/PLIST @@ -1,7 +1,9 @@ -@comment $NetBSD: PLIST,v 1.1 2019/11/13 10:36:19 ng0 Exp $ +@comment $NetBSD: PLIST,v 1.2 2021/12/17 14:07:09 nikita Exp $ guile/2.2/lib/guile/2.2/site-ccache/json.go guile/2.2/lib/guile/2.2/site-ccache/json/builder.go guile/2.2/lib/guile/2.2/site-ccache/json/parser.go +guile/2.2/lib/guile/2.2/site-ccache/json/record.go guile/2.2/share/guile/site/2.2/json.scm guile/2.2/share/guile/site/2.2/json/builder.scm guile/2.2/share/guile/site/2.2/json/parser.scm +guile/2.2/share/guile/site/2.2/json/record.scm diff --git a/textproc/guile-json/distinfo b/textproc/guile-json/distinfo index 4caea96bf795..9fc2b1a2a261 100644 --- a/textproc/guile-json/distinfo +++ b/textproc/guile-json/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2021/10/26 11:21:56 nia Exp $ +$NetBSD: distinfo,v 1.6 2021/12/17 14:07:09 nikita Exp $ -BLAKE2s (guile-json-4.1.0.tar.gz) = 9ef9ffd04db4d30a32e40a8ccbc0d1d26887be512b425f3f58bbe6831a546ad9 -SHA512 (guile-json-4.1.0.tar.gz) = ea8eef22d027968bd9faf3170eee7f781837e3a614a5523afe8f89c450408966de11e8082e7ebeacb6c3c50f52c1a033526b9c2491e1cb625ef985ad16eed9b2 -Size (guile-json-4.1.0.tar.gz) = 150870 bytes +BLAKE2s (guile-json-4.5.2.tar.gz) = 60d7699370bd3c25a7ad28a5f1b96b6d7a844a140e4f061026c3a6c2ee9018c8 +SHA512 (guile-json-4.5.2.tar.gz) = ed189d49b0529f36f76bf16ea371ca6b9651cd40dd86f755062cea9fd93f5a4d8ceb571cc62bf0f88c404a2ab86ea6f7ccb682e81cd5bcdb78f0bdf52a39502b +Size (guile-json-4.5.2.tar.gz) = 159925 bytes