pkgsrc-WIP-changes archive

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

Import go-uuid-1.1.3 to wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Wed Jan 6 12:09:47 2021 +0100
Changeset:	6528fe5c8994363471f6b1c720eb4b4465fbc9a1

Modified Files:
	Makefile
Added Files:
	go-uuid/DESCR
	go-uuid/Makefile
	go-uuid/PLIST
	go-uuid/buildlink3.mk
	go-uuid/distinfo

Log Message:
Import go-uuid-1.1.3 to wip

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

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

diffstat:
 Makefile              |  1 +
 go-uuid/DESCR         |  3 +++
 go-uuid/Makefile      | 20 ++++++++++++++++++++
 go-uuid/PLIST         | 24 ++++++++++++++++++++++++
 go-uuid/buildlink3.mk | 19 +++++++++++++++++++
 go-uuid/distinfo      |  6 ++++++
 6 files changed, 73 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index ec4b42d398..627885b000 100644
--- a/Makefile
+++ b/Makefile
@@ -1214,6 +1214,7 @@ SUBDIR+=	go-transcoder
 SUBDIR+=	go-trie
 SUBDIR+=	go-upspin
 SUBDIR+=	go-uilive
+SUBDIR+=	go-uuid
 SUBDIR+=	goattracker
 SUBDIR+=	godura
 SUBDIR+=	goldendict
diff --git a/go-uuid/DESCR b/go-uuid/DESCR
new file mode 100644
index 0000000000..5cc6eebabc
--- /dev/null
+++ b/go-uuid/DESCR
@@ -0,0 +1,3 @@
+The uuid package generates and inspects UUIDs
+based on RFC 4122 and DCE 1.1: Authentication
+and Security Services
diff --git a/go-uuid/Makefile b/go-uuid/Makefile
new file mode 100644
index 0000000000..b7e78cb6f7
--- /dev/null
+++ b/go-uuid/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+DISTNAME=	go-uuid-1.1.3
+GITHUB_PROJECT=	uuid
+CATEGORIES=	net
+MASTER_SITES=	${MASTER_SITE_GITHUB:=google/}
+GITHUB_TAG=	v${PKGVERSION_NOREV}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/google/uuid/
+COMMENT=	Go package for UUIDs based on RFC 4122 and DCE 1.1
+LICENSE=	2-clause-bsd
+
+GO_SRCPATH=	github.com/google/uuid
+GO_DIST_BASE=	${GITHUB_PROJECT}-${PKGVERSION_NOREV}
+
+.include "../../devel/go-sync/buildlink3.mk"
+.include "../../net/go-net/buildlink3.mk"
+.include "../../lang/go/go-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/go-uuid/PLIST b/go-uuid/PLIST
new file mode 100644
index 0000000000..0fc5018458
--- /dev/null
+++ b/go-uuid/PLIST
@@ -0,0 +1,24 @@
+@comment $NetBSD$
+gopkg/pkg/${GO_PLATFORM}/github.com/google/uuid.a
+gopkg/src/github.com/google/uuid/CONTRIBUTING.md
+gopkg/src/github.com/google/uuid/CONTRIBUTORS
+gopkg/src/github.com/google/uuid/LICENSE
+gopkg/src/github.com/google/uuid/README.md
+gopkg/src/github.com/google/uuid/dce.go
+gopkg/src/github.com/google/uuid/doc.go
+gopkg/src/github.com/google/uuid/go.mod
+gopkg/src/github.com/google/uuid/hash.go
+gopkg/src/github.com/google/uuid/json_test.go
+gopkg/src/github.com/google/uuid/marshal.go
+gopkg/src/github.com/google/uuid/node.go
+gopkg/src/github.com/google/uuid/node_js.go
+gopkg/src/github.com/google/uuid/node_net.go
+gopkg/src/github.com/google/uuid/seq_test.go
+gopkg/src/github.com/google/uuid/sql.go
+gopkg/src/github.com/google/uuid/sql_test.go
+gopkg/src/github.com/google/uuid/time.go
+gopkg/src/github.com/google/uuid/util.go
+gopkg/src/github.com/google/uuid/uuid.go
+gopkg/src/github.com/google/uuid/uuid_test.go
+gopkg/src/github.com/google/uuid/version1.go
+gopkg/src/github.com/google/uuid/version4.go
diff --git a/go-uuid/buildlink3.mk b/go-uuid/buildlink3.mk
new file mode 100644
index 0000000000..d959b35fb1
--- /dev/null
+++ b/go-uuid/buildlink3.mk
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+BUILDLINK_TREE+=	go-uuid
+
+.if !defined(GO_UUID_BUILDLINK3_MK)
+GO_UUID_BUILDLINK3_MK:=
+
+BUILDLINK_CONTENTS_FILTER.go-uuid=	${EGREP} gopkg/
+BUILDLINK_DEPMETHOD.go-uuid?=		build
+
+BUILDLINK_API_DEPENDS.go-uuid+=	go-uuid>=1.1.3
+BUILDLINK_PKGSRCDIR.go-uuid?=	../../wip/go-uuid
+
+
+.include "../../devel/go-sync/buildlink3.mk"
+.include "../../net/go-net/buildlink3.mk"
+.endif	# GO_UUID_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-go-uuid
diff --git a/go-uuid/distinfo b/go-uuid/distinfo
new file mode 100644
index 0000000000..72a800643a
--- /dev/null
+++ b/go-uuid/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (go-uuid-1.1.3.tar.gz) = b4187b44fdb17ff74b353da4bd72707d6adc45f3
+RMD160 (go-uuid-1.1.3.tar.gz) = 37d8d4866637d10c11ff2b06836c8c871ef788a1
+SHA512 (go-uuid-1.1.3.tar.gz) = 9c7d567b8dc85632336e67d530ce45c70d50d3007a905d91fca2e242d314a1ab225f26e6b7246ada0d9587a4a2f8921c675440b3853f23f09cbbdab3df9d3d82
+Size (go-uuid-1.1.3.tar.gz) = 14097 bytes


Home | Main Index | Thread Index | Old Index