pkgsrc-WIP-changes archive

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

go-copier-0.1.0 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:50:29 2020 +0100
Changeset:	ff45cfa6bf65d325ba4e46c064225a24d907f5e0

Added Files:
	go-copier/DESCR
	go-copier/Makefile
	go-copier/PLIST
	go-copier/distinfo

Log Message:
go-copier-0.1.0 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=ff45cfa6bf65d325ba4e46c064225a24d907f5e0

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

diffstat:
 go-copier/DESCR    |  1 +
 go-copier/Makefile | 18 ++++++++++++++++++
 go-copier/PLIST    | 11 +++++++++++
 go-copier/distinfo |  6 ++++++
 4 files changed, 36 insertions(+)

diffs:
diff --git a/go-copier/DESCR b/go-copier/DESCR
new file mode 100644
index 0000000000..e8e81dbf27
--- /dev/null
+++ b/go-copier/DESCR
@@ -0,0 +1 @@
+Copier for golang, copy value from struct to struct and more
diff --git a/go-copier/Makefile b/go-copier/Makefile
new file mode 100644
index 0000000000..b00814c77a
--- /dev/null
+++ b/go-copier/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+DISTNAME=	go-copier-0.1.0
+GITHUB_PROJECT=	copier
+CATEGORIES=	devel
+MASTER_SITES=	${MASTER_SITE_GITHUB:=jinzhu/}
+GITHUB_TAG=	v${PKGVERSION_NOREV}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/jinzhu/copier/
+COMMENT=	Copier for golang, copy value from struct to struct and more
+LICENSE=	mit
+
+GO_SRCPATH=	github.com/jinzhu/copier
+GO_DIST_BASE=   ${GITHUB_PROJECT}-${PKGVERSION_NOREV}
+
+.include "../../lang/go/go-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/go-copier/PLIST b/go-copier/PLIST
new file mode 100644
index 0000000000..9353e7ca19
--- /dev/null
+++ b/go-copier/PLIST
@@ -0,0 +1,11 @@
+@comment $NetBSD$
+gopkg/pkg/${GO_PLATFORM}/github.com/jinzhu/copier.a
+gopkg/src/github.com/jinzhu/copier/Guardfile
+gopkg/src/github.com/jinzhu/copier/License
+gopkg/src/github.com/jinzhu/copier/README.md
+gopkg/src/github.com/jinzhu/copier/copier.go
+gopkg/src/github.com/jinzhu/copier/copier_benchmark_test.go
+gopkg/src/github.com/jinzhu/copier/copier_different_type_test.go
+gopkg/src/github.com/jinzhu/copier/copier_tags_test.go
+gopkg/src/github.com/jinzhu/copier/copier_test.go
+gopkg/src/github.com/jinzhu/copier/go.mod
diff --git a/go-copier/distinfo b/go-copier/distinfo
new file mode 100644
index 0000000000..8b926610db
--- /dev/null
+++ b/go-copier/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (go-copier-0.1.0.tar.gz) = 0ae4664ee592d7b3527970a1f1bef69b0534b052
+RMD160 (go-copier-0.1.0.tar.gz) = 73a84ea28ca1ef8fe89735d4920e3e6994219f9b
+SHA512 (go-copier-0.1.0.tar.gz) = b20b224eb75dfc4c70ed35bf1d9bc2cb6558d58259866171d16ae531a6246f2dee44112f79d4dc8c4b5927c6c13f81f935e800095b6194b3af443a77856a2915
+Size (go-copier-0.1.0.tar.gz) = 8026 bytes


Home | Main Index | Thread Index | Old Index