pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/go-consul-api Add go-consul-api package
details: https://anonhg.NetBSD.org/pkgsrc/rev/68cfb5f517ed
branches: trunk
changeset: 366633:68cfb5f517ed
user: gavan <gavan%pkgsrc.org@localhost>
date: Thu Aug 17 01:21:41 2017 +0000
description:
Add go-consul-api package
diffstat:
devel/go-consul-api/DESCR | 3 +++
devel/go-consul-api/Makefile | 20 ++++++++++++++++++++
devel/go-consul-api/PLIST | 23 +++++++++++++++++++++++
devel/go-consul-api/buildlink3.mk | 17 +++++++++++++++++
devel/go-consul-api/distinfo | 6 ++++++
5 files changed, 69 insertions(+), 0 deletions(-)
diffs (89 lines):
diff -r 86a915cf76b3 -r 68cfb5f517ed devel/go-consul-api/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/go-consul-api/DESCR Thu Aug 17 01:21:41 2017 +0000
@@ -0,0 +1,3 @@
+This package provides the consulapi package which attempts to provide programmatic access to the full Consul API.
+
+Currently, all of the Consul APIs included in version 0.4 are supported.
diff -r 86a915cf76b3 -r 68cfb5f517ed devel/go-consul-api/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/go-consul-api/Makefile Thu Aug 17 01:21:41 2017 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2017/08/17 01:21:41 gavan Exp $
+
+DISTNAME= consul-api-0.0.20150107
+PKGNAME= go-${DISTNAME}
+MASTER_SITES= ${MASTER_SITE_GITHUB:=armon/}
+CATEGORIES= devel
+GITHUB_TAG= dcfedd50ed5334f96adee43fc88518a4f095e15c
+GITHUB_PROJECT= ${PKGBASE:S/^go-//}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/armon/consul-api
+COMMENT= Golang API client for Consul
+LICENSE= mpl-2.0
+
+GO_DIST_BASE= ${GITHUB_PROJECT}-${GITHUB_TAG}
+GO_SRCPATH= github.com/armon/consul-api
+
+.include "../../lang/go/go-package.mk"
+.include "../../mk/bsd.pkg.mk"
+
diff -r 86a915cf76b3 -r 68cfb5f517ed devel/go-consul-api/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/go-consul-api/PLIST Thu Aug 17 01:21:41 2017 +0000
@@ -0,0 +1,23 @@
+@comment $NetBSD: PLIST,v 1.1 2017/08/17 01:21:41 gavan Exp $
+gopkg/pkg/${GO_PLATFORM}/github.com/armon/consul-api.a
+gopkg/src/github.com/armon/consul-api/LICENSE
+gopkg/src/github.com/armon/consul-api/README.md
+gopkg/src/github.com/armon/consul-api/acl.go
+gopkg/src/github.com/armon/consul-api/acl_test.go
+gopkg/src/github.com/armon/consul-api/agent.go
+gopkg/src/github.com/armon/consul-api/agent_test.go
+gopkg/src/github.com/armon/consul-api/api.go
+gopkg/src/github.com/armon/consul-api/api_test.go
+gopkg/src/github.com/armon/consul-api/catalog.go
+gopkg/src/github.com/armon/consul-api/catalog_test.go
+gopkg/src/github.com/armon/consul-api/event.go
+gopkg/src/github.com/armon/consul-api/event_test.go
+gopkg/src/github.com/armon/consul-api/health.go
+gopkg/src/github.com/armon/consul-api/health_test.go
+gopkg/src/github.com/armon/consul-api/kv.go
+gopkg/src/github.com/armon/consul-api/kv_test.go
+gopkg/src/github.com/armon/consul-api/session.go
+gopkg/src/github.com/armon/consul-api/session_test.go
+gopkg/src/github.com/armon/consul-api/status.go
+gopkg/src/github.com/armon/consul-api/status_test.go
+@pkgdir bin
diff -r 86a915cf76b3 -r 68cfb5f517ed devel/go-consul-api/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/go-consul-api/buildlink3.mk Thu Aug 17 01:21:41 2017 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: buildlink3.mk,v 1.1 2017/08/17 01:21:41 gavan Exp $
+
+BUILDLINK_TREE+= go-consul-api
+
+.if !defined(GO_CONSUL_API_BUILDLINK3_MK)
+GO_CONSUL_API_BUILDLINK3_MK:=
+
+BUILDLINK_CONTENTS_FILTER.go-consul-api= ${EGREP} gopkg/
+BUILDLINK_DEPMETHOD.go-consul-api?= build
+
+BUILDLINK_API_DEPENDS.go-consul-api+= go-consul-api>=0.0
+BUILDLINK_PKGSRCDIR.go-consul-api?= ../../devel/go-consul-api
+
+.endif # GO_CONSUL_API_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -go-consul-api
+
diff -r 86a915cf76b3 -r 68cfb5f517ed devel/go-consul-api/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/go-consul-api/distinfo Thu Aug 17 01:21:41 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/08/17 01:21:41 gavan Exp $
+
+SHA1 (consul-api-0.0.20150107-dcfedd50ed5334f96adee43fc88518a4f095e15c.tar.gz) = d2476f2bbd9365b0d556534f18084adceaf85663
+RMD160 (consul-api-0.0.20150107-dcfedd50ed5334f96adee43fc88518a4f095e15c.tar.gz) = 90d00ed33e3f68acddd244f2f302e6789b3a678e
+SHA512 (consul-api-0.0.20150107-dcfedd50ed5334f96adee43fc88518a4f095e15c.tar.gz) =
726be126a64bd295165e884ffef255e3949c2334947e62cf73325f70d20913c7cc3a705266c4424ade82a8974f5b24e6bf728d8d3d40ad1adbbd26bb558f7cad
+Size (consul-api-0.0.20150107-dcfedd50ed5334f96adee43fc88518a4f095e15c.tar.gz) = 17984 bytes
Home |
Main Index |
Thread Index |
Old Index