pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Import go-uuid-myesui-1.0.0 to wip
Module Name: pkgsrc-wip
Committed By: K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By: jihbed
Date: Tue Jan 12 09:49:01 2021 +0100
Changeset: 93d1494b0a0961e3d65cdf87d2a686fc0a1fce41
Modified Files:
Makefile
Added Files:
go-uuid-myesui/DESCR
go-uuid-myesui/Makefile
go-uuid-myesui/PLIST
go-uuid-myesui/buildlink3.mk
go-uuid-myesui/distinfo
Log Message:
Import go-uuid-myesui-1.0.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=93d1494b0a0961e3d65cdf87d2a686fc0a1fce41
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
go-uuid-myesui/DESCR | 1 +
go-uuid-myesui/Makefile | 18 ++++++++++++++++++
go-uuid-myesui/PLIST | 27 +++++++++++++++++++++++++++
go-uuid-myesui/buildlink3.mk | 15 +++++++++++++++
go-uuid-myesui/distinfo | 6 ++++++
6 files changed, 68 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 776cb7a6f3..203527a9fc 100644
--- a/Makefile
+++ b/Makefile
@@ -1250,6 +1250,7 @@ SUBDIR+= go-trie
SUBDIR+= go-upspin
SUBDIR+= go-uilive
SUBDIR+= go-uuid
+SUBDIR+= go-uuid-myesui
SUBDIR+= goattracker
SUBDIR+= godura
SUBDIR+= goldendict
diff --git a/go-uuid-myesui/DESCR b/go-uuid-myesui/DESCR
new file mode 100644
index 0000000000..b5400f4ffd
--- /dev/null
+++ b/go-uuid-myesui/DESCR
@@ -0,0 +1 @@
+This package provides RFC 4122 and DCE 1.1 compliant UUIDs
diff --git a/go-uuid-myesui/Makefile b/go-uuid-myesui/Makefile
new file mode 100644
index 0000000000..a3a3e1346e
--- /dev/null
+++ b/go-uuid-myesui/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+DISTNAME= go-uuid-myesui-1.0.0
+GITHUB_PROJECT= uuid
+GITHUB_TAG= v${PKGVERSION_NOREV}
+CATEGORIES= net
+MASTER_SITES= ${MASTER_SITE_GITHUB:=myesui/}
+
+MAINTAINER= kamelderouiche%yahoo.com@localhost
+HOMEPAGE= https://github.com/myesui/uuid/
+COMMENT= Go RFC4122 UUID implementation
+LICENSE= mit
+
+GO_SRCPATH= github.com/myesui/uuid
+GO_DIST_BASE= ${GITHUB_PROJECT}-${PKGVERSION_NOREV}
+
+.include "../../lang/go/go-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/go-uuid-myesui/PLIST b/go-uuid-myesui/PLIST
new file mode 100644
index 0000000000..6c744591ca
--- /dev/null
+++ b/go-uuid-myesui/PLIST
@@ -0,0 +1,27 @@
+@comment $NetBSD$
+gopkg/pkg/${GO_PLATFORM}/github.com/myesui/uuid.a
+gopkg/pkg/${GO_PLATFORM}/github.com/myesui/uuid/savers.a
+gopkg/src/github.com/myesui/uuid/LICENSE
+gopkg/src/github.com/myesui/uuid/README.md
+gopkg/src/github.com/myesui/uuid/appveyor.yml
+gopkg/src/github.com/myesui/uuid/benchmarks_test.go
+gopkg/src/github.com/myesui/uuid/examples_test.go
+gopkg/src/github.com/myesui/uuid/format.go
+gopkg/src/github.com/myesui/uuid/format_test.go
+gopkg/src/github.com/myesui/uuid/generator.go
+gopkg/src/github.com/myesui/uuid/generator_test.go
+gopkg/src/github.com/myesui/uuid/integrations_test.go
+gopkg/src/github.com/myesui/uuid/resolution_test.go
+gopkg/src/github.com/myesui/uuid/saver.go
+gopkg/src/github.com/myesui/uuid/saver_test.go
+gopkg/src/github.com/myesui/uuid/savers/filesystem.go
+gopkg/src/github.com/myesui/uuid/savers/filesystem_test.go
+gopkg/src/github.com/myesui/uuid/savers/savers.go
+gopkg/src/github.com/myesui/uuid/timestamp.go
+gopkg/src/github.com/myesui/uuid/timestamp_test.go
+gopkg/src/github.com/myesui/uuid/types.go
+gopkg/src/github.com/myesui/uuid/types_test.go
+gopkg/src/github.com/myesui/uuid/uuid.go
+gopkg/src/github.com/myesui/uuid/uuid_test.go
+gopkg/src/github.com/myesui/uuid/version.go
+gopkg/src/github.com/myesui/uuid/version_test.go
diff --git a/go-uuid-myesui/buildlink3.mk b/go-uuid-myesui/buildlink3.mk
new file mode 100644
index 0000000000..3e5da77ff7
--- /dev/null
+++ b/go-uuid-myesui/buildlink3.mk
@@ -0,0 +1,15 @@
+# $NetBSD$
+
+BUILDLINK_TREE+= go-uuid-myesui
+
+.if !defined(GO_UUID_MYESUI_BUILDLINK3_MK)
+GO_UUID_MYESUI_BUILDLINK3_MK:=
+
+BUILDLINK_CONTENTS_FILTER.go-uuid-myesui= ${EGREP} gopkg/
+BUILDLINK_DEPMETHOD.go-uuid-myesui?= build
+
+BUILDLINK_API_DEPENDS.go-uuid-myesui+= go-uuid-myesui>=1.0.0
+BUILDLINK_PKGSRCDIR.go-uuid-myesui?= ../../wip/go-uuid-myesui
+.endif # GO_UUID_MYESUI_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -go-uuid-myesui
diff --git a/go-uuid-myesui/distinfo b/go-uuid-myesui/distinfo
new file mode 100644
index 0000000000..20a3a543d0
--- /dev/null
+++ b/go-uuid-myesui/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (go-uuid-myesui-1.0.0.tar.gz) = 99f402358ca26579bd3fd1848ef87ab3169e59cc
+RMD160 (go-uuid-myesui-1.0.0.tar.gz) = 2b80a5421f1252af0613bbd1eef0da13db9b3925
+SHA512 (go-uuid-myesui-1.0.0.tar.gz) = b8b05ac0913bf9af955f635d9d97256408443cbd90abb11e41677926300c3f72650522209956d0ad2da1b3b4df36f36b3edddaa503e93d248e47cbf3b6655aee
+Size (go-uuid-myesui-1.0.0.tar.gz) = 27761 bytes
Home |
Main Index |
Thread Index |
Old Index