pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc



Module Name:    pkgsrc
Committed By:   ng0
Date:           Wed Nov 13 10:36:19 UTC 2019

Modified Files:
        pkgsrc/textproc: Makefile
Added Files:
        pkgsrc/textproc/guile-json: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.1066 -r1.1067 pkgsrc/textproc/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/guile-json/DESCR \
    pkgsrc/textproc/guile-json/Makefile pkgsrc/textproc/guile-json/PLIST \
    pkgsrc/textproc/guile-json/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/Makefile
diff -u pkgsrc/textproc/Makefile:1.1066 pkgsrc/textproc/Makefile:1.1067
--- pkgsrc/textproc/Makefile:1.1066     Fri Oct 25 08:18:51 2019
+++ pkgsrc/textproc/Makefile    Wed Nov 13 10:36:19 2019
@@ -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+=    gspell
 SUBDIR+=       gtk-doc
 SUBDIR+=       gtkspell
 SUBDIR+=       gtkspell3
+SUBDIR+=       guile-json
 SUBDIR+=       gutcheck
 SUBDIR+=       halibut
 SUBDIR+=       harmony

Added files:

Index: pkgsrc/textproc/guile-json/DESCR
diff -u /dev/null pkgsrc/textproc/guile-json/DESCR:1.1
--- /dev/null   Wed Nov 13 10:36:19 2019
+++ pkgsrc/textproc/guile-json/DESCR    Wed Nov 13 10:36:19 2019
@@ -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.
Index: pkgsrc/textproc/guile-json/Makefile
diff -u /dev/null pkgsrc/textproc/guile-json/Makefile:1.1
--- /dev/null   Wed Nov 13 10:36:19 2019
+++ pkgsrc/textproc/guile-json/Makefile Wed Nov 13 10:36:19 2019
@@ -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"
Index: pkgsrc/textproc/guile-json/PLIST
diff -u /dev/null pkgsrc/textproc/guile-json/PLIST:1.1
--- /dev/null   Wed Nov 13 10:36:19 2019
+++ pkgsrc/textproc/guile-json/PLIST    Wed Nov 13 10:36:19 2019
@@ -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
Index: pkgsrc/textproc/guile-json/distinfo
diff -u /dev/null pkgsrc/textproc/guile-json/distinfo:1.1
--- /dev/null   Wed Nov 13 10:36:19 2019
+++ pkgsrc/textproc/guile-json/distinfo Wed Nov 13 10:36:19 2019
@@ -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