pkgsrc-WIP-changes archive

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

Import go-randutil-0.1.0 to wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Sun Jan 24 21:34:35 2021 +0100
Changeset:	9cab30cc3f63e253d3b754df29db8058daa6bd53

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

Log Message:
Import go-randutil-0.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=9cab30cc3f63e253d3b754df29db8058daa6bd53

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

diffstat:
 go-randutil/DESCR         |  1 +
 go-randutil/Makefile      | 19 +++++++++++++++++++
 go-randutil/PLIST         | 12 ++++++++++++
 go-randutil/buildlink3.mk | 15 +++++++++++++++
 go-randutil/distinfo      |  6 ++++++
 5 files changed, 53 insertions(+)

diffs:
diff --git a/go-randutil/DESCR b/go-randutil/DESCR
new file mode 100644
index 0000000000..d6e0139ad3
--- /dev/null
+++ b/go-randutil/DESCR
@@ -0,0 +1 @@
+Helper library for cryptographic and mathmatical randoms
diff --git a/go-randutil/Makefile b/go-randutil/Makefile
new file mode 100644
index 0000000000..a83fc0b310
--- /dev/null
+++ b/go-randutil/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+DISTNAME=	randutil-0.1.0
+PKGNAME=	go-${DISTNAME}
+GITHUB_PROJECT=	randutil
+GITHUB_TAG=	v${PKGVERSION_NOREV}
+CATEGORIES=	security
+MASTER_SITES=	${MASTER_SITE_GITHUB:=pion/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/pion/randutil/
+COMMENT=	Helper library for cryptographic and mathmatical randoms
+LICENSE=	mit
+
+GO_DIST_BASE=	${GITHUB_PROJECT}-${PKGVERSION_NOREV}
+GO_SRCPATH=	github.com/pion/randutil
+
+.include "../../lang/go/go-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/go-randutil/PLIST b/go-randutil/PLIST
new file mode 100644
index 0000000000..f3fae4a8d9
--- /dev/null
+++ b/go-randutil/PLIST
@@ -0,0 +1,12 @@
+@comment $NetBSD$
+gopkg/pkg/${GO_PLATFORM}/github.com/pion/randutil.a
+gopkg/src/github.com/pion/randutil/LICENSE
+gopkg/src/github.com/pion/randutil/README.md
+gopkg/src/github.com/pion/randutil/codecov.yml
+gopkg/src/github.com/pion/randutil/crypto.go
+gopkg/src/github.com/pion/randutil/crypto_test.go
+gopkg/src/github.com/pion/randutil/go.mod
+gopkg/src/github.com/pion/randutil/math.go
+gopkg/src/github.com/pion/randutil/math_test.go
+gopkg/src/github.com/pion/randutil/rand_test.go
+gopkg/src/github.com/pion/randutil/renovate.json
diff --git a/go-randutil/buildlink3.mk b/go-randutil/buildlink3.mk
new file mode 100644
index 0000000000..765e4a6371
--- /dev/null
+++ b/go-randutil/buildlink3.mk
@@ -0,0 +1,15 @@
+# $NetBSD$
+
+BUILDLINK_TREE+=	go-randutil
+
+.if !defined(GO_RANDUTIL_BUILDLINK3_MK)
+GO_RANDUTIL_BUILDLINK3_MK:=
+
+BUILDLINK_CONTENTS_FILTER.go-randutil=	${EGREP} gopkg/
+BUILDLINK_DEPMETHOD.go-randutil?=	build
+
+BUILDLINK_API_DEPENDS.go-randutil+=	go-randutil>=0.1.0
+BUILDLINK_PKGSRCDIR.go-randutil?=	../../wip/go-randutil
+.endif	# GO_RANDUTIL_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-go-randutil
diff --git a/go-randutil/distinfo b/go-randutil/distinfo
new file mode 100644
index 0000000000..3c388a7f40
--- /dev/null
+++ b/go-randutil/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (randutil-0.1.0.tar.gz) = 4132255f371ac2e5aac6b5909cc6df41d025c9a7
+RMD160 (randutil-0.1.0.tar.gz) = 72de3c594513f4bd51cb2842ba6fc2e918bdfb05
+SHA512 (randutil-0.1.0.tar.gz) = 2b8dbea35054497081fb195da9f640ce6e1c2577a219b64f2db1607999e6d25c3fe900ce82233f7541d4fdbd2a03b8688fa6291448179b312f2d903a93a3ce44
+Size (randutil-0.1.0.tar.gz) = 7521 bytes


Home | Main Index | Thread Index | Old Index