pkgsrc-WIP-changes archive

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

Import go-jsonparser-1.1.0 to wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Fri Jan 8 22:32:15 2021 +0100
Changeset:	44aab4220c6f621c6df3c7a9679e85e42a5e80b4

Modified Files:
	Makefile
Added Files:
	go-jsonparser/DESCR
	go-jsonparser/Makefile
	go-jsonparser/PLIST
	go-jsonparser/distinfo

Log Message:
Import go-jsonparser-1.1.0 to wip

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=44aab4220c6f621c6df3c7a9679e85e42a5e80b4

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

diffstat:
 Makefile               |  1 +
 go-jsonparser/DESCR    |  2 ++
 go-jsonparser/Makefile | 18 ++++++++++++++++++
 go-jsonparser/PLIST    |  4 ++++
 go-jsonparser/distinfo |  6 ++++++
 5 files changed, 31 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index c547856811..22f94c317e 100644
--- a/Makefile
+++ b/Makefile
@@ -1199,6 +1199,7 @@ SUBDIR+=	go-ole
 SUBDIR+=	go-opentracing
 SUBDIR+=	go-humanize
 SUBDIR+=	go-jira
+SUBDIR+=	go-jsonparser
 SUBDIR+=	go-junit-report
 SUBDIR+=	go-intern
 SUBDIR+=	go-kong
diff --git a/go-jsonparser/DESCR b/go-jsonparser/DESCR
new file mode 100644
index 0000000000..a8f2885331
--- /dev/null
+++ b/go-jsonparser/DESCR
@@ -0,0 +1,2 @@
+One of the fastest alternative JSON parser
+for Go that does not require schema
diff --git a/go-jsonparser/Makefile b/go-jsonparser/Makefile
new file mode 100644
index 0000000000..1d26f65655
--- /dev/null
+++ b/go-jsonparser/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+DISTNAME=	go-jsonparser-1.1.0
+GITHUB_PROJECT=	jsonparser
+CATEGORIES=	textproc
+MASTER_SITES=	${MASTER_SITE_GITHUB:=buger/}
+GITHUB_TAG=	v${PKGVERSION_NOREV}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/buger/jsonparser/
+COMMENT=	JSON parser for Go that does not require schema
+LICENSE=	2-clause-bsd
+
+GO_SRCPATH=	github.com/buger/jsonparser
+GO_DIST_BASE=	${GITHUB_PROJECT}-${PKGVERSION_NOREV}
+
+.include "../../lang/go/go-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/go-jsonparser/PLIST b/go-jsonparser/PLIST
new file mode 100644
index 0000000000..cf8b8836f1
--- /dev/null
+++ b/go-jsonparser/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD$
+@comment TODO: to fill this file with the file listing:
+@comment TODO: 1. run "/usr/pkg/bin/bmake package"
+@comment TODO: 2. run "/usr/pkg/bin/bmake print-PLIST"
diff --git a/go-jsonparser/distinfo b/go-jsonparser/distinfo
new file mode 100644
index 0000000000..0db796ee33
--- /dev/null
+++ b/go-jsonparser/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (go-jsonparser-1.1.0.tar.gz) = a48d207e0b28ba48e840aa4b57a69acc45b04ec1
+RMD160 (go-jsonparser-1.1.0.tar.gz) = 3a151c70757c20e6bdc045eb85482d2885b0e3c2
+SHA512 (go-jsonparser-1.1.0.tar.gz) = 54d3d68433e17b5258a1431448543728337c33f259758f3056f0023dc356d04419fe7a84166e7eb3f050f93d5ad1bf2d68a5b8d0708862961f9a21ea01ee65f0
+Size (go-jsonparser-1.1.0.tar.gz) = 55162 bytes


Home | Main Index | Thread Index | Old Index