pkgsrc-WIP-changes archive

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

consul: Import consul-1.4.3 as wip/consul



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iku.iwasa%gmail.com@localhost>
Pushed By:	iquiw
Date:		Sun Mar 17 21:43:22 2019 +0900
Changeset:	922ad66862e57ec488daefbd45a88c9e1cd61a1f

Modified Files:
	Makefile
Added Files:
	consul/DESCR
	consul/Makefile
	consul/PLIST
	consul/distinfo

Log Message:
consul: Import consul-1.4.3 as wip/consul

Copied from outdated sysutils/consul (1.2.3), updated to
the latest version.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=922ad66862e57ec488daefbd45a88c9e1cd61a1f

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

diffstat:
 Makefile        |  1 +
 consul/DESCR    |  2 ++
 consul/Makefile | 28 ++++++++++++++++++++++++++++
 consul/PLIST    |  2 ++
 consul/distinfo |  6 ++++++
 5 files changed, 39 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 06e2b34ce3..6e28fadb55 100644
--- a/Makefile
+++ b/Makefile
@@ -456,6 +456,7 @@ SUBDIR+=	compiz-boxmenu
 SUBDIR+=	complexity
 SUBDIR+=	concorde
 SUBDIR+=	conkeror
+SUBDIR+=	consul
 SUBDIR+=	contact-lookup-applet
 SUBDIR+=	contacts
 SUBDIR+=	converttomp3
diff --git a/consul/DESCR b/consul/DESCR
new file mode 100644
index 0000000000..02f5a64a6e
--- /dev/null
+++ b/consul/DESCR
@@ -0,0 +1,2 @@
+Consul is a tool for service discovery and configuration. Consul
+is distributed, highly available, and extremely scalable.
diff --git a/consul/Makefile b/consul/Makefile
new file mode 100644
index 0000000000..5cccd7cc8e
--- /dev/null
+++ b/consul/Makefile
@@ -0,0 +1,28 @@
+# $NetBSD$
+
+DISTNAME=	consul-1.4.3
+CATEGORIES=	sysutils
+MASTER_SITES=	${MASTER_SITE_GITHUB:=hashicorp/}
+
+MAINTAINER=	iku.iwasa%gmail.com@localhost
+HOMEPAGE=	https://www.consul.io/
+COMMENT=	Tool for service discovery, monitoring and configuration
+LICENSE=	mpl-2.0
+
+EXTRACT_USING=	bsdtar
+
+GITHUB_TAG=	v${PKGVERSION_NOREV}
+
+GO_DIST_BASE=	${DISTNAME}
+GO_SRCPATH=	github.com/hashicorp/consul
+
+USE_LANGUAGES=		c c99
+USE_TOOLS+=		bash gmake
+
+INSTALLATION_DIRS+=	bin
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKDIR}/bin/consul ${DESTDIR}${PREFIX}/bin
+
+.include "../../lang/go/go-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/consul/PLIST b/consul/PLIST
new file mode 100644
index 0000000000..f05bdb3d94
--- /dev/null
+++ b/consul/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+bin/consul
diff --git a/consul/distinfo b/consul/distinfo
new file mode 100644
index 0000000000..1a4b38e9cf
--- /dev/null
+++ b/consul/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (consul-1.4.3.tar.gz) = 55ee835cf16e10e85280a03a784185f39c8f533d
+RMD160 (consul-1.4.3.tar.gz) = 39910402aad489d12a20131f2225254559d343a0
+SHA512 (consul-1.4.3.tar.gz) = 8142edd64362ea6592f83c200c0ccd8d422dc271f6a7a51f2e1638de7603a2d2583525c4679f7c609790c87d4480df112862254b2b87f6a6261298d9e6d11623
+Size (consul-1.4.3.tar.gz) = 22526687 bytes


Home | Main Index | Thread Index | Old Index