pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/go-consul-api
Module Name: pkgsrc
Committed By: gavan
Date: Thu Aug 17 01:21:41 UTC 2017
Added Files:
pkgsrc/devel/go-consul-api: DESCR Makefile PLIST buildlink3.mk distinfo
Log Message:
Add go-consul-api package
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/go-consul-api/DESCR \
pkgsrc/devel/go-consul-api/Makefile pkgsrc/devel/go-consul-api/PLIST \
pkgsrc/devel/go-consul-api/buildlink3.mk \
pkgsrc/devel/go-consul-api/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/devel/go-consul-api/DESCR
diff -u /dev/null pkgsrc/devel/go-consul-api/DESCR:1.1
--- /dev/null Thu Aug 17 01:21:41 2017
+++ pkgsrc/devel/go-consul-api/DESCR Thu Aug 17 01:21:41 2017
@@ -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.
Index: pkgsrc/devel/go-consul-api/Makefile
diff -u /dev/null pkgsrc/devel/go-consul-api/Makefile:1.1
--- /dev/null Thu Aug 17 01:21:41 2017
+++ pkgsrc/devel/go-consul-api/Makefile Thu Aug 17 01:21:41 2017
@@ -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"
+
Index: pkgsrc/devel/go-consul-api/PLIST
diff -u /dev/null pkgsrc/devel/go-consul-api/PLIST:1.1
--- /dev/null Thu Aug 17 01:21:41 2017
+++ pkgsrc/devel/go-consul-api/PLIST Thu Aug 17 01:21:41 2017
@@ -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
Index: pkgsrc/devel/go-consul-api/buildlink3.mk
diff -u /dev/null pkgsrc/devel/go-consul-api/buildlink3.mk:1.1
--- /dev/null Thu Aug 17 01:21:41 2017
+++ pkgsrc/devel/go-consul-api/buildlink3.mk Thu Aug 17 01:21:41 2017
@@ -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
+
Index: pkgsrc/devel/go-consul-api/distinfo
diff -u /dev/null pkgsrc/devel/go-consul-api/distinfo:1.1
--- /dev/null Thu Aug 17 01:21:41 2017
+++ pkgsrc/devel/go-consul-api/distinfo Thu Aug 17 01:21:41 2017
@@ -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