pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
guile-sjon: Add 0.2.2
Module Name: pkgsrc-wip
Committed By: Greg Troxel <gdt%lexort.com@localhost>
Pushed By: gdt
Date: Mon Jul 18 18:49:56 2022 -0400
Changeset: db88c5fb87ac9e4f6f14db892c775d41acf55d15
Added Files:
guile-sjson/DESCR
guile-sjson/Makefile
guile-sjson/PLIST
guile-sjson/TODO
guile-sjson/distinfo
Log Message:
guile-sjon: Add 0.2.2
JSON parsing and manipulation with friendly s-expressions for Guile
Scheme.
This package is for use with guile 3.0.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=db88c5fb87ac9e4f6f14db892c775d41acf55d15
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
guile-sjson/DESCR | 4 ++++
guile-sjson/Makefile | 19 +++++++++++++++++++
guile-sjson/PLIST | 7 +++++++
guile-sjson/TODO | 2 ++
guile-sjson/distinfo | 5 +++++
5 files changed, 37 insertions(+)
diffs:
diff --git a/guile-sjson/DESCR b/guile-sjson/DESCR
new file mode 100644
index 0000000000..6e81694aad
--- /dev/null
+++ b/guile-sjson/DESCR
@@ -0,0 +1,4 @@
+JSON parsing and manipulation with friendly s-expressions for Guile
+Scheme.
+
+This package is for use with guile 3.0.
diff --git a/guile-sjson/Makefile b/guile-sjson/Makefile
new file mode 100644
index 0000000000..1ed70a8423
--- /dev/null
+++ b/guile-sjson/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+DISTNAME= sjson-0.2.2
+CATEGORIES= devel
+MASTER_SITES= https://dustycloud.org/misc/
+
+MAINTAINER= gdt%NetBSD.org@localhost
+HOMEPAGE= https://gitlab.com/dustyweb/guile-sjson
+COMMENT= JSON reader/writer for guile
+LICENSE= gnu-lgpl-v3
+
+GNU_CONFIGURE= yes
+USE_LANGUAGES= # none
+USE_TOOLS+= pkg-config
+
+TEST_TARGET= check
+
+.include "../../lang/guile30/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/guile-sjson/PLIST b/guile-sjson/PLIST
new file mode 100644
index 0000000000..0394510678
--- /dev/null
+++ b/guile-sjson/PLIST
@@ -0,0 +1,7 @@
+@comment $NetBSD$
+lib/guile/3.0/ccache/fash.go
+lib/guile/3.0/ccache/sjson.go
+lib/guile/3.0/ccache/sjson/utils.go
+share/guile/site/3.0/fash.scm
+share/guile/site/3.0/sjson.scm
+share/guile/site/3.0/sjson/utils.scm
diff --git a/guile-sjson/TODO b/guile-sjson/TODO
new file mode 100644
index 0000000000..c7cbc5b1c8
--- /dev/null
+++ b/guile-sjson/TODO
@@ -0,0 +1,2 @@
+Resolve devel vs textproc. I don't really see json as "text
+processing"; it's a serialization format.
diff --git a/guile-sjson/distinfo b/guile-sjson/distinfo
new file mode 100644
index 0000000000..34139f9dc9
--- /dev/null
+++ b/guile-sjson/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (sjson-0.2.2.tar.gz) = 48193661e86c811e1969d2a00d14003e6a36046b10632bd88231b765d0ac633b
+SHA512 (sjson-0.2.2.tar.gz) = 24b008dacb591dbe45d6178e7a52f2ba2b0fc65583404fa04be9bb1c634184553e2da2504701a109c13837f086e5301fd37adb44b32ebaed7c9cfe2c8768db8b
+Size (sjson-0.2.2.tar.gz) = 84658 bytes
Home |
Main Index |
Thread Index |
Old Index