pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc Add textproc/guile-json version 3.1.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/a0880c73b65e
branches: trunk
changeset: 343879:a0880c73b65e
user: ng0 <ng0%pkgsrc.org@localhost>
date: Wed Nov 13 10:36:19 2019 +0000
description:
Add textproc/guile-json version 3.1.0
guile-json is a JSON module for Guile. It supports parsing
and building JSON documents according to
the http://json.org specification.
* Complies with http://json.org specification.
* Builds JSON documents programmatically using scheme data types.
* Allows JSON pretty printing.
diffstat:
textproc/Makefile | 3 ++-
textproc/guile-json/DESCR | 7 +++++++
textproc/guile-json/Makefile | 18 ++++++++++++++++++
textproc/guile-json/PLIST | 7 +++++++
textproc/guile-json/distinfo | 6 ++++++
5 files changed, 40 insertions(+), 1 deletions(-)
diffs (71 lines):
diff -r f85502fa1826 -r a0880c73b65e textproc/Makefile
--- a/textproc/Makefile Wed Nov 13 10:05:39 2019 +0000
+++ b/textproc/Makefile Wed Nov 13 10:36:19 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1066 2019/10/25 08:18:51 gutteridge Exp $
+# $NetBSD: Makefile,v 1.1067 2019/11/13 10:36:19 ng0 Exp $
#
COMMENT= Text processing utilities (does not include desktop publishing)
@@ -238,6 +238,7 @@
SUBDIR+= gtk-doc
SUBDIR+= gtkspell
SUBDIR+= gtkspell3
+SUBDIR+= guile-json
SUBDIR+= gutcheck
SUBDIR+= halibut
SUBDIR+= harmony
diff -r f85502fa1826 -r a0880c73b65e textproc/guile-json/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/guile-json/DESCR Wed Nov 13 10:36:19 2019 +0000
@@ -0,0 +1,7 @@
+guile-json is a JSON module for Guile. It supports parsing
+and building JSON documents according to
+the http://json.org specification.
+
+* Complies with http://json.org specification.
+* Builds JSON documents programmatically using scheme data types.
+* Allows JSON pretty printing.
diff -r f85502fa1826 -r a0880c73b65e textproc/guile-json/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/guile-json/Makefile Wed Nov 13 10:36:19 2019 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2019/11/13 10:36:19 ng0 Exp $
+
+DISTNAME= guile-json-3.1.0
+CATEGORIES= textproc
+MASTER_SITES= http://download.savannah.gnu.org/releases/guile-json/
+
+MAINTAINER= ng0%NetBSD.org@localhost
+HOMEPAGE= https://github.com/aconchillo/guile-json
+COMMENT= JSON module for Guile
+LICENSE= gnu-gpl-v3
+
+USE_LANGUAGES= # none
+USE_TOOLS+= pkg-config
+GNU_CONFIGURE= YES
+GUILE_NEED_BOOTSTRAP= YES
+
+.include "../../lang/guile22/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r f85502fa1826 -r a0880c73b65e textproc/guile-json/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/guile-json/PLIST Wed Nov 13 10:36:19 2019 +0000
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST,v 1.1 2019/11/13 10:36:19 ng0 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/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
diff -r f85502fa1826 -r a0880c73b65e textproc/guile-json/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/guile-json/distinfo Wed Nov 13 10:36:19 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/11/13 10:36:19 ng0 Exp $
+
+SHA1 (guile-json-3.1.0.tar.gz) = 26c1a093abf1a124d9d58a7a67d88f56b2109482
+RMD160 (guile-json-3.1.0.tar.gz) = 05e9ea88a72069bbc73454a93a20f11f2cd5b93b
+SHA512 (guile-json-3.1.0.tar.gz) = 4d3aeb6c1e4e7a556f5fe157db6397bd2eca95216bcc8dcd3e6b45cec7429d436b692976db2398de660401801ab72a501a3cf9126f213d1ffd023a592a1b3242
+Size (guile-json-3.1.0.tar.gz) = 119730 bytes
Home |
Main Index |
Thread Index |
Old Index