Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 0D95E1A9239 for ; Fri, 17 Dec 2021 14:07:12 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 20F8684E6F; Fri, 17 Dec 2021 14:07:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5AE7784E6C for ; Fri, 17 Dec 2021 14:07:10 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id FNwXzwEn19TJ for ; Fri, 17 Dec 2021 14:07:09 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4CBFE84CD8 for ; Fri, 17 Dec 2021 14:07:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 463E2FAEC; Fri, 17 Dec 2021 14:07:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1639750029254460" MIME-Version: 1.0 Date: Fri, 17 Dec 2021 14:07:09 +0000 From: "Nikita" Subject: CVS commit: pkgsrc/textproc/guile-json To: pkgsrc-changes@NetBSD.org Reply-To: nikita@netbsd.org X-Mailer: log_accum Message-Id: <20211217140709.463E2FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1639750029254460 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: nikita Date: Fri Dec 17 14:07:09 UTC 2021 Modified Files: pkgsrc/textproc/guile-json: Makefile PLIST distinfo Log Message: textproc/guile-json: Update to 4.5.2 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. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/guile-json/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/guile-json/PLIST cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/guile-json/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1639750029254460 Content-Disposition: inline Content-Length: 2375 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/guile-json/Makefile diff -u pkgsrc/textproc/guile-json/Makefile:1.4 pkgsrc/textproc/guile-json/Makefile:1.5 --- pkgsrc/textproc/guile-json/Makefile:1.4 Mon Jun 22 08:01:49 2020 +++ pkgsrc/textproc/guile-json/Makefile Fri Dec 17 14:07:09 2021 @@ -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/ Index: pkgsrc/textproc/guile-json/PLIST diff -u pkgsrc/textproc/guile-json/PLIST:1.1 pkgsrc/textproc/guile-json/PLIST:1.2 --- pkgsrc/textproc/guile-json/PLIST:1.1 Wed Nov 13 10:36:19 2019 +++ pkgsrc/textproc/guile-json/PLIST Fri Dec 17 14:07:09 2021 @@ -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 Index: pkgsrc/textproc/guile-json/distinfo diff -u pkgsrc/textproc/guile-json/distinfo:1.5 pkgsrc/textproc/guile-json/distinfo:1.6 --- pkgsrc/textproc/guile-json/distinfo:1.5 Tue Oct 26 11:21:56 2021 +++ pkgsrc/textproc/guile-json/distinfo Fri Dec 17 14:07:09 2021 @@ -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 --_----------=_1639750029254460--