pkgsrc-WIP-changes archive

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

go-opentracing-1.2.0 import to wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Tue Dec 29 11:05:28 2020 +0100
Changeset:	f3753eea9e374b094b4bc9645a324fb339868e7d

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

Log Message:
go-opentracing-1.2.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=f3753eea9e374b094b4bc9645a324fb339868e7d

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

diffstat:
 go-opentracing/DESCR         |  1 +
 go-opentracing/Makefile      | 19 +++++++++++++++++++
 go-opentracing/PLIST         | 39 +++++++++++++++++++++++++++++++++++++++
 go-opentracing/buildlink3.mk | 17 +++++++++++++++++
 go-opentracing/distinfo      |  6 ++++++
 5 files changed, 82 insertions(+)

diffs:
diff --git a/go-opentracing/DESCR b/go-opentracing/DESCR
new file mode 100644
index 0000000000..a2d1a075a7
--- /dev/null
+++ b/go-opentracing/DESCR
@@ -0,0 +1 @@
+This package is a Go platform API for OpenTracing
diff --git a/go-opentracing/Makefile b/go-opentracing/Makefile
new file mode 100644
index 0000000000..b57db3546c
--- /dev/null
+++ b/go-opentracing/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+DISTNAME=	go-opentracing-1.2.0
+GITHUB_PROJECT=	opentracing-go
+CATEGORIES=	devel sysutils
+MASTER_SITES=	${MASTER_SITE_GITHUB:=opentracing/}
+GITHUB_TAG=	v${PKGVERSION_NOREV}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	http://opentracing.io/
+COMMENT=	OpenTracing API for Go
+LICENSE=	apache-2.0
+
+GO_DIST_BASE=	${GITHUB_PROJECT}-${PKGVERSION_NOREV}
+GO_SRCPATH=	github.com/opentracing/opentracing-go
+
+.include "../../devel/go-testify/buildlink3.mk"
+.include "../../lang/go/go-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/go-opentracing/PLIST b/go-opentracing/PLIST
new file mode 100644
index 0000000000..cfd422eb4c
--- /dev/null
+++ b/go-opentracing/PLIST
@@ -0,0 +1,39 @@
+@comment $NetBSD$
+gopkg/pkg/${GO_PLATFORM}/github.com/opentracing/opentracing-go.a
+gopkg/pkg/${GO_PLATFORM}/github.com/opentracing/opentracing-go/ext.a
+gopkg/pkg/${GO_PLATFORM}/github.com/opentracing/opentracing-go/harness.a
+gopkg/pkg/${GO_PLATFORM}/github.com/opentracing/opentracing-go/log.a
+gopkg/pkg/${GO_PLATFORM}/github.com/opentracing/opentracing-go/mocktracer.a
+gopkg/src/github.com/opentracing/opentracing-go/CHANGELOG.md
+gopkg/src/github.com/opentracing/opentracing-go/LICENSE
+gopkg/src/github.com/opentracing/opentracing-go/Makefile
+gopkg/src/github.com/opentracing/opentracing-go/README.md
+gopkg/src/github.com/opentracing/opentracing-go/ext.go
+gopkg/src/github.com/opentracing/opentracing-go/ext/field.go
+gopkg/src/github.com/opentracing/opentracing-go/ext/field_test.go
+gopkg/src/github.com/opentracing/opentracing-go/ext/tags.go
+gopkg/src/github.com/opentracing/opentracing-go/ext/tags_test.go
+gopkg/src/github.com/opentracing/opentracing-go/globaltracer.go
+gopkg/src/github.com/opentracing/opentracing-go/globaltracer_test.go
+gopkg/src/github.com/opentracing/opentracing-go/go.mod
+gopkg/src/github.com/opentracing/opentracing-go/go.sum
+gopkg/src/github.com/opentracing/opentracing-go/gocontext.go
+gopkg/src/github.com/opentracing/opentracing-go/gocontext_test.go
+gopkg/src/github.com/opentracing/opentracing-go/harness/api_checkers.go
+gopkg/src/github.com/opentracing/opentracing-go/harness/noop_api_test.go
+gopkg/src/github.com/opentracing/opentracing-go/log/field.go
+gopkg/src/github.com/opentracing/opentracing-go/log/field_test.go
+gopkg/src/github.com/opentracing/opentracing-go/log/util.go
+gopkg/src/github.com/opentracing/opentracing-go/log/util_test.go
+gopkg/src/github.com/opentracing/opentracing-go/mocktracer/mocklogrecord.go
+gopkg/src/github.com/opentracing/opentracing-go/mocktracer/mockspan.go
+gopkg/src/github.com/opentracing/opentracing-go/mocktracer/mocktracer.go
+gopkg/src/github.com/opentracing/opentracing-go/mocktracer/mocktracer_test.go
+gopkg/src/github.com/opentracing/opentracing-go/mocktracer/propagation.go
+gopkg/src/github.com/opentracing/opentracing-go/noop.go
+gopkg/src/github.com/opentracing/opentracing-go/options_test.go
+gopkg/src/github.com/opentracing/opentracing-go/propagation.go
+gopkg/src/github.com/opentracing/opentracing-go/propagation_test.go
+gopkg/src/github.com/opentracing/opentracing-go/span.go
+gopkg/src/github.com/opentracing/opentracing-go/testtracer_test.go
+gopkg/src/github.com/opentracing/opentracing-go/tracer.go
diff --git a/go-opentracing/buildlink3.mk b/go-opentracing/buildlink3.mk
new file mode 100644
index 0000000000..62af55f947
--- /dev/null
+++ b/go-opentracing/buildlink3.mk
@@ -0,0 +1,17 @@
+# $NetBSD$
+
+BUILDLINK_TREE+=	go-opentracing
+
+.if !defined(GO_OPENTRACING_BUILDLINK3_MK)
+GO_OPENTRACING_BUILDLINK3_MK:=
+
+BUILDLINK_CONTENTS_FILTER.go-opentracing=	${EGREP} gopkg/
+BUILDLINK_DEPMETHOD.go-opentracing?=		build
+
+BUILDLINK_API_DEPENDS.go-opentracing+=	go-opentracing>=1.2.0
+BUILDLINK_PKGSRCDIR.go-opentracing?=	../../wip/go-opentracing
+
+.include "../../devel/go-testify/buildlink3.mk"
+.endif	# GO_OPENTRACING_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-go-opentracing
diff --git a/go-opentracing/distinfo b/go-opentracing/distinfo
new file mode 100644
index 0000000000..e09a3b3718
--- /dev/null
+++ b/go-opentracing/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (go-opentracing-1.2.0.tar.gz) = 91043496ef72586f81b302c9a19d4a55eba12ed4
+RMD160 (go-opentracing-1.2.0.tar.gz) = 77e0a6c32ce244661f46c8159ef988cae3c0d099
+SHA512 (go-opentracing-1.2.0.tar.gz) = 84b35582ba8d6da6974a872be571186401e2b1205991554fb776ca9fa476c99e35edf8075a8a4bcb557540584612be431a3e7c67b580d95c4d0adabbf1d80c99
+Size (go-opentracing-1.2.0.tar.gz) = 35914 bytes


Home | Main Index | Thread Index | Old Index