go-opentracing-1.2.0 import to wip

This commit is contained in:
K.I.A.Derouiche 2020-12-29 11:05:28 +01:00
parent a123c9d8ce
commit f3753eea9e
5 changed files with 82 additions and 0 deletions

1
go-opentracing/DESCR Normal file
View File

@ -0,0 +1 @@
This package is a Go platform API for OpenTracing

19
go-opentracing/Makefile Normal file
View File

@ -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
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"

39
go-opentracing/PLIST Normal file
View File

@ -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

View File

@ -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

6
go-opentracing/distinfo Normal file
View File

@ -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