pkgsrc-WIP-changes archive

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

go-param-0.0.20160926 import to wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamelderouiche%yahoo.com@localhost>
Pushed By:	jihbed
Date:		Tue Dec 29 01:52:12 2020 +0100
Changeset:	e04b2c38811b2b97085f0f6798685e67b57838ee

Added Files:
	go-param/DESCR
	go-param/Makefile
	go-param/PLIST
	go-param/buildlink3.mk
	go-param/distinfo
Removed Files:
	go-ole/.DESCR.kate-swp

Log Message:
go-param-0.0.20160926 import to wip

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

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

diffstat:
 go-ole/.DESCR.kate-swp | Bin 344 -> 0 bytes
 go-param/DESCR         |   6 ++++++
 go-param/Makefile      |  18 ++++++++++++++++++
 go-param/PLIST         |  13 +++++++++++++
 go-param/buildlink3.mk |  15 +++++++++++++++
 go-param/distinfo      |   6 ++++++
 6 files changed, 58 insertions(+)

diffs:
diff --git a/go-ole/.DESCR.kate-swp b/go-ole/.DESCR.kate-swp
deleted file mode 100644
index dfb549ab59..0000000000
Binary files a/go-ole/.DESCR.kate-swp and /dev/null differ
diff --git a/go-param/DESCR b/go-param/DESCR
new file mode 100644
index 0000000000..cb855a5113
--- /dev/null
+++ b/go-param/DESCR
@@ -0,0 +1,6 @@
+param deserializes parameter values into a given
+struct using magical reflection ponies. Inspired
+by gorilla/schema, but uses Rails/jQuery style
+param encoding instead of their weird dotted
+syntax. In particular, this package was written
+with the intent of parsing the output of jQuery.param
diff --git a/go-param/Makefile b/go-param/Makefile
new file mode 100644
index 0000000000..125772f4d2
--- /dev/null
+++ b/go-param/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+DISTNAME=	param-0.0.20160926
+PKGNAME=	go-${DISTNAME}
+GITHUB_PROJECT=	param
+GITHUB_TAG=	d7f49fd7d1ed53fd562e737a8b5bbcc7e3d925e2
+CATEGORIES=	www
+MASTER_SITES=	${MASTER_SITE_GITHUB:=goji/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/goji/param/
+COMMENT=	Rack/jQuery style parameter parsing 
+
+GO_SRCPATH=	github.com/goji/param
+GO_DIST_BASE=	param-${GITHUB_TAG}
+
+.include "../../lang/go/go-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/go-param/PLIST b/go-param/PLIST
new file mode 100644
index 0000000000..177efdbaeb
--- /dev/null
+++ b/go-param/PLIST
@@ -0,0 +1,13 @@
+@comment $NetBSD$
+gopkg/pkg/${GO_PLATFORM}/github.com/goji/param.a
+gopkg/src/github.com/goji/param/LICENSE
+gopkg/src/github.com/goji/param/README.md
+gopkg/src/github.com/goji/param/crazy_test.go
+gopkg/src/github.com/goji/param/error_helpers.go
+gopkg/src/github.com/goji/param/errors.go
+gopkg/src/github.com/goji/param/param.go
+gopkg/src/github.com/goji/param/param_test.go
+gopkg/src/github.com/goji/param/parse.go
+gopkg/src/github.com/goji/param/pebkac_test.go
+gopkg/src/github.com/goji/param/struct.go
+gopkg/src/github.com/goji/param/struct_test.go
diff --git a/go-param/buildlink3.mk b/go-param/buildlink3.mk
new file mode 100644
index 0000000000..1571a3a0e0
--- /dev/null
+++ b/go-param/buildlink3.mk
@@ -0,0 +1,15 @@
+# $NetBSD$
+
+BUILDLINK_TREE+=	go-param
+
+.if !defined(GO_PARAM_BUILDLINK3_MK)
+GO_PARAM_BUILDLINK3_MK:=
+
+BUILDLINK_CONTENTS_FILTER.go-param=	${EGREP} gopkg/
+BUILDLINK_DEPMETHOD.go-param?=		build
+
+BUILDLINK_API_DEPENDS.go-param+=	go-param>=0.0.20160926
+BUILDLINK_PKGSRCDIR.go-param?=	../../wip/go-param
+.endif	# GO_PARAM_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-go-param
diff --git a/go-param/distinfo b/go-param/distinfo
new file mode 100644
index 0000000000..17ff892a01
--- /dev/null
+++ b/go-param/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (param-0.0.20160926-d7f49fd7d1ed53fd562e737a8b5bbcc7e3d925e2.tar.gz) = 258210ee2906683084d2e3d40bff6c85b81f39a2
+RMD160 (param-0.0.20160926-d7f49fd7d1ed53fd562e737a8b5bbcc7e3d925e2.tar.gz) = bb826bfd37f50344243b88e56e56d1c758e226b3
+SHA512 (param-0.0.20160926-d7f49fd7d1ed53fd562e737a8b5bbcc7e3d925e2.tar.gz) = 32412fedacdb19a78aaf005155497f8ce424cda0eef6339474ffc11319e7c4fc636c4445c52ea694e2d7a28c5a7a3d439fdcdd7e4be395644de8e1138c3e053b
+Size (param-0.0.20160926-d7f49fd7d1ed53fd562e737a8b5bbcc7e3d925e2.tar.gz) = 10484 bytes


Home | Main Index | Thread Index | Old Index