pkgsrc-WIP-changes archive

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

Import to go-client_model-0.2.0 to wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Mon Jan 25 01:33:49 2021 +0100
Changeset:	748b0eb4e99289e580312cd5292691540534851c

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

Log Message:
Import to go-client_model-0.2.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=748b0eb4e99289e580312cd5292691540534851c

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

diffstat:
 Makefile                      |  1 +
 go-client_model/DESCR         |  3 +++
 go-client_model/Makefile      | 19 +++++++++++++++++++
 go-client_model/PLIST         | 12 ++++++++++++
 go-client_model/buildlink3.mk | 17 +++++++++++++++++
 go-client_model/distinfo      |  6 ++++++
 6 files changed, 58 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index f29a49c159..f8f25e13b5 100644
--- a/Makefile
+++ b/Makefile
@@ -1184,6 +1184,7 @@ SUBDIR+=	go-bpool
 SUBDIR+=	go-brotli
 SUBDIR+=	go-cache
 SUBDIR+=	go-cascadia
+SUBDIR+=	go-client_model
 SUBDIR+=	go-circbuf
 SUBDIR+=	go-clir
 SUBDIR+=	go-collectd
diff --git a/go-client_model/DESCR b/go-client_model/DESCR
new file mode 100644
index 0000000000..645ae5a381
--- /dev/null
+++ b/go-client_model/DESCR
@@ -0,0 +1,3 @@
+This repository used to contain the protocol
+buffer code that defined both the data model
+and the exposition format of Prometheus metrics
diff --git a/go-client_model/Makefile b/go-client_model/Makefile
new file mode 100644
index 0000000000..ca9be193ed
--- /dev/null
+++ b/go-client_model/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+DISTNAME=	go-client_model-0.2.0
+GITHUB_PROJECT=	client_model
+GITHUB_TAG=	v${PKGVERSION_NOREV}
+CATEGORIES=	category
+MASTER_SITES=	${MASTER_SITE_GITHUB:=prometheus/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/prometheus/client_model/
+COMMENT=	Data model artifacts for Prometheus
+LICENSE=	apache-2.0
+
+GO_DIST_BASE=	${GITHUB_PROJECT}-${PKGVERSION_NOREV}
+GO_SRCPATH=	github.com/prometheus/client_model
+
+.include "../../devel/go-protobuf/buildlink3.mk"
+.include "../../lang/go/go-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/go-client_model/PLIST b/go-client_model/PLIST
new file mode 100644
index 0000000000..fc08e75dea
--- /dev/null
+++ b/go-client_model/PLIST
@@ -0,0 +1,12 @@
+@comment $NetBSD$
+gopkg/pkg/${GO_PLATFORM}/github.com/prometheus/client_model/go.a
+gopkg/src/github.com/prometheus/client_model/CONTRIBUTING.md
+gopkg/src/github.com/prometheus/client_model/LICENSE
+gopkg/src/github.com/prometheus/client_model/MAINTAINERS.md
+gopkg/src/github.com/prometheus/client_model/Makefile
+gopkg/src/github.com/prometheus/client_model/NOTICE
+gopkg/src/github.com/prometheus/client_model/README.md
+gopkg/src/github.com/prometheus/client_model/go.mod
+gopkg/src/github.com/prometheus/client_model/go.sum
+gopkg/src/github.com/prometheus/client_model/go/metrics.pb.go
+gopkg/src/github.com/prometheus/client_model/metrics.proto
diff --git a/go-client_model/buildlink3.mk b/go-client_model/buildlink3.mk
new file mode 100644
index 0000000000..b0e8900efc
--- /dev/null
+++ b/go-client_model/buildlink3.mk
@@ -0,0 +1,17 @@
+# $NetBSD$
+
+BUILDLINK_TREE+=	go-client_model
+
+.if !defined(GO_CLIENT_MODEL_BUILDLINK3_MK)
+GO_CLIENT_MODEL_BUILDLINK3_MK:=
+
+BUILDLINK_CONTENTS_FILTER.go-client_model=	${EGREP} gopkg/
+BUILDLINK_DEPMETHOD.go-client_model?=		build
+
+BUILDLINK_API_DEPENDS.go-client_model+=	go-client_model>=0.2.0
+BUILDLINK_PKGSRCDIR.go-client_model?=	../../category/go-client_model
+
+.include "../../devel/go-protobuf/buildlink3.mk"
+.endif	# GO_CLIENT_MODEL_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-go-client_model
diff --git a/go-client_model/distinfo b/go-client_model/distinfo
new file mode 100644
index 0000000000..f77fbbf1c5
--- /dev/null
+++ b/go-client_model/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (go-client_model-0.2.0.tar.gz) = 941e74c0dff922dfc5d30747b5eca61f4bbafc82
+RMD160 (go-client_model-0.2.0.tar.gz) = a01533bf95c45f2d5d62778c237453477c1bda64
+SHA512 (go-client_model-0.2.0.tar.gz) = d1f5a9f0362601640eb71dc211f9ff1de867050616a91212a8a74cf9c54488a90b876baefda22745b1ff7a8dee3e02b466c430424493ff4710af1dc963f2d1a4
+Size (go-client_model-0.2.0.tar.gz) = 10986 bytes


Home | Main Index | Thread Index | Old Index