pkgsrc-WIP-changes archive

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

Import go-tomb.v1-20140924 to wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Mon Jan 25 00:13:39 2021 +0100
Changeset:	b81c6062ac0560672cf5713eb4594576934a90a4

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

Log Message:
Import go-tomb.v1-20140924 to wip

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

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

diffstat:
 Makefile                 |  1 +
 go-tomb.v1/DESCR         |  6 ++++++
 go-tomb.v1/Makefile      | 20 ++++++++++++++++++++
 go-tomb.v1/PLIST         |  6 ++++++
 go-tomb.v1/buildlink3.mk | 15 +++++++++++++++
 go-tomb.v1/distinfo      |  6 ++++++
 6 files changed, 54 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 03c561ced5..c2b2aa2e9d 100644
--- a/Makefile
+++ b/Makefile
@@ -1303,6 +1303,7 @@ SUBDIR+=	go-structs
 SUBDIR+=	go-tail
 SUBDIR+=	go-tiff
 SUBDIR+=	go-timego
+SUBDIR+=	go-tomb.v1
 SUBDIR+=	go-transcoder
 SUBDIR+=	go-trie
 SUBDIR+=	go-uilive
diff --git a/go-tomb.v1/DESCR b/go-tomb.v1/DESCR
new file mode 100644
index 0000000000..2518f3b7f8
--- /dev/null
+++ b/go-tomb.v1/DESCR
@@ -0,0 +1,6 @@
+TODO: Adjust the following lines from README.md
+
+Installation and usage
+----------------------
+
+See [gopkg.in/tomb.v1](https://gopkg.in/tomb.v1) for documentation and usage details.
diff --git a/go-tomb.v1/Makefile b/go-tomb.v1/Makefile
new file mode 100644
index 0000000000..f737cc2147
--- /dev/null
+++ b/go-tomb.v1/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+DISTNAME=	tomb.v1-20140924
+PKGNAME=	go-${DISTNAME}
+GITHUB_PROJECT=	tomb
+PKGREVISION=	1
+GITHUB_TAG=	dd632973f1e7218eb1089048e0798ec9ae7dceb8
+CATEGORIES=	devel
+MASTER_SITES=	${MASTER_SITE_GITHUB:=go-tomb/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/go-tomb/tomb
+COMMENT=	Helps with clean goroutine termination in the Go language
+LICENSE=	modified-bsd
+
+GO_DIST_BASE=	${GITHUB_PROJECT}-${GITHUB_TAG}
+GO_SRCPATH=	github.com/go-tomb/tomb
+
+.include "../../lang/go/go-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/go-tomb.v1/PLIST b/go-tomb.v1/PLIST
new file mode 100644
index 0000000000..c5da0fe651
--- /dev/null
+++ b/go-tomb.v1/PLIST
@@ -0,0 +1,6 @@
+@comment $NetBSD$
+gopkg/pkg/${GO_PLATFORM}/github.com/go-tomb/tomb.a
+gopkg/src/github.com/go-tomb/tomb/LICENSE
+gopkg/src/github.com/go-tomb/tomb/README.md
+gopkg/src/github.com/go-tomb/tomb/tomb.go
+gopkg/src/github.com/go-tomb/tomb/tomb_test.go
diff --git a/go-tomb.v1/buildlink3.mk b/go-tomb.v1/buildlink3.mk
new file mode 100644
index 0000000000..60ae888bab
--- /dev/null
+++ b/go-tomb.v1/buildlink3.mk
@@ -0,0 +1,15 @@
+# $NetBSD$
+
+BUILDLINK_TREE+=	go-tomb.v1
+
+.if !defined(GO_TOMB.V1_BUILDLINK3_MK)
+GO_TOMB.V1_BUILDLINK3_MK:=
+
+BUILDLINK_CONTENTS_FILTER.go-tomb.v1=	${EGREP} gopkg/
+BUILDLINK_DEPMETHOD.go-tomb.v1?=	build
+
+BUILDLINK_API_DEPENDS.go-tomb.v1+=	go-tomb.v1>=20140924nb1
+BUILDLINK_PKGSRCDIR.go-tomb.v1?=	../../wip/go-tomb.v1
+.endif	# GO_TOMB.V1_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-go-tomb.v1
diff --git a/go-tomb.v1/distinfo b/go-tomb.v1/distinfo
new file mode 100644
index 0000000000..623901e522
--- /dev/null
+++ b/go-tomb.v1/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (tomb.v1-20140924-dd632973f1e7218eb1089048e0798ec9ae7dceb8.tar.gz) = c0ed9451287f2c4a4cdabbe760b9508e02d175ac
+RMD160 (tomb.v1-20140924-dd632973f1e7218eb1089048e0798ec9ae7dceb8.tar.gz) = 71a9a386b48406a446fce129ec802046d8ad91c8
+SHA512 (tomb.v1-20140924-dd632973f1e7218eb1089048e0798ec9ae7dceb8.tar.gz) = 4d566a0f57513f11666fa43c3b991d2356007db54df4f38b97b9719d623b123a6a8a5ed02d14b5d6020fe39162bb3247a7ee1e4054493ff89a4de2cbbe156e89
+Size (tomb.v1-20140924-dd632973f1e7218eb1089048e0798ec9ae7dceb8.tar.gz) = 3633 bytes


Home | Main Index | Thread Index | Old Index