Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

2
sysutils/consul/DESCR Normal file
View File

@@ -0,0 +1,2 @@
Consul is a tool for service discovery and configuration. Consul
is distributed, highly available, and extremely scalable.

40
sysutils/consul/Makefile Normal file
View File

@@ -0,0 +1,40 @@
# $NetBSD: Makefile,v 1.4 2016/09/10 19:47:21 bsiegert Exp $
DISTNAME= consul-0.6.4
PKGREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GITHUB:=hashicorp/}
MAINTAINER= filip@joyent.com
HOMEPAGE= http://www.consul.io/
COMMENT= Tool for service discovery, monitoring and configuration
LICENSE= mpl-2.0
EXTRACT_USING= bsdtar
GITHUB_TAG= v${PKGVERSION_NOREV}
WRKSRC= ${WRKDIR}/src/github.com/hashicorp/consul
.include "../../lang/go/version.mk"
BUILD_DEPENDS+= go-${GO_VERSION}*:../../lang/go
USE_LANGUAGES= c
USE_TOOLS+= bash gmake
MAKE_ENV+= GOPATH=${WRKDIR}:${PREFIX}/gopkg
INSTALLATION_DIRS+= bin
post-extract:
${MKDIR} ${WRKSRC}
${MV} ${WRKDIR}/${DISTNAME}/* ${WRKSRC}
do-build:
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} go build -o bin/consul
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bin/consul ${DESTDIR}${PREFIX}/bin
.include "../../mk/bsd.pkg.mk"

2
sysutils/consul/PLIST Normal file
View File

@@ -0,0 +1,2 @@
@comment $NetBSD: PLIST,v 1.1 2016/05/06 13:40:17 fhajny Exp $
bin/consul

6
sysutils/consul/distinfo Normal file
View File

@@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.1 2016/05/06 13:40:17 fhajny Exp $
SHA1 (consul-0.6.4.tar.gz) = 0acb868214bb6a8b3003412ac7778f989b52a206
RMD160 (consul-0.6.4.tar.gz) = d9d770ea0c92431079e80ae8cc626f5246639c93
SHA512 (consul-0.6.4.tar.gz) = 3cbf7f3f33cc95036cf87ab39aebd44211b915d3ec2e8452c65d4093ed4791b531f540f74faddc1e8bdc9478af295ed90f78503ff394f8a7c409b7b07da3dbcf
Size (consul-0.6.4.tar.gz) = 3912207 bytes