pkgsrc-WIP-changes archive

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

terraform-provider-null: Import terraform-provider-null-3.0.0 as wip/terraform-provider-null



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sun May 2 23:52:58 2021 +0200
Changeset:	e77b542be6e6e62c094523804d206ef7737d5f01

Modified Files:
	Makefile
Added Files:
	terraform-provider-null/DESCR
	terraform-provider-null/Makefile
	terraform-provider-null/PLIST
	terraform-provider-null/distinfo

Log Message:
terraform-provider-null: Import terraform-provider-null-3.0.0 as wip/terraform-provider-null

The null provider is a rather-unusual provider that has constructs that
intentionally do nothing. This may sound strange, and indeed these constructs
do not need to be used in most cases, but they can be useful in various
situations to help orchestrate tricky behavior or work around limitations.

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

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

diffstat:
 Makefile                         |  1 +
 terraform-provider-null/DESCR    |  4 ++++
 terraform-provider-null/Makefile | 29 +++++++++++++++++++++++++++++
 terraform-provider-null/PLIST    |  2 ++
 terraform-provider-null/distinfo |  6 ++++++
 5 files changed, 42 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 9c77dddbaa..5eff69b737 100644
--- a/Makefile
+++ b/Makefile
@@ -5373,6 +5373,7 @@ SUBDIR+=	terraform-provider-kubernetes
 SUBDIR+=	terraform-provider-kubernetes1
 SUBDIR+=	terraform-provider-local
 SUBDIR+=	terraform-provider-random
+SUBDIR+=	terraform-provider-null
 SUBDIR+=	terraform-provider-template
 SUBDIR+=	terraform013
 SUBDIR+=	terraform014
diff --git a/terraform-provider-null/DESCR b/terraform-provider-null/DESCR
new file mode 100644
index 0000000000..0d9f034d84
--- /dev/null
+++ b/terraform-provider-null/DESCR
@@ -0,0 +1,4 @@
+The null provider is a rather-unusual provider that has constructs that
+intentionally do nothing. This may sound strange, and indeed these constructs
+do not need to be used in most cases, but they can be useful in various
+situations to help orchestrate tricky behavior or work around limitations.
diff --git a/terraform-provider-null/Makefile b/terraform-provider-null/Makefile
new file mode 100644
index 0000000000..6a3e1d5890
--- /dev/null
+++ b/terraform-provider-null/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.11 2021/02/01 16:54:00 tpaul Exp $
+
+DISTNAME=	terraform-provider-null-3.0.0
+CATEGORIES=	net
+MASTER_SITES=	${MASTER_SITE_GITHUB:=hashicorp/}
+GITHUB_TAG=	v${PKGVERSION_NOREV}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://www.terraform.io/docs/providers/null/
+COMMENT=	Terraform provider for nothing
+LICENSE=	mpl-2.0
+
+UNLIMIT_RESOURCES=	datasize virtualsize
+
+GO_DIST_BASE=	${DISTNAME}
+GO_SRCPATH=	github.com/terraform-providers/${GITHUB_PROJECT}
+
+GO_BUILD_PATTERN=	${GO_SRCPATH}/.
+
+USE_TOOLS+=	bash
+REPLACE_BASH+=	scripts/*.sh
+
+TERRAFORM_PROVIDER_BIN=		terraform-provider-null
+TERRAFORM_PROVIDER_NAMESPACE=	hashicorp
+TERRAFORM_PROVIDER_TYPE=	null
+
+.include "../../lang/go/go-package.mk"
+.include "../../wip/terraform/provider.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/terraform-provider-null/PLIST b/terraform-provider-null/PLIST
new file mode 100644
index 0000000000..62dcbdf3da
--- /dev/null
+++ b/terraform-provider-null/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+share/terraform/plugins/${TERRAFORM_PROVIDER_HOSTNAME}/${TERRAFORM_PROVIDER_NAMESPACE}/${TERRAFORM_PROVIDER_TYPE}/${TERRAFORM_PROVIDER_VERSION}/${GO_PLATFORM}/terraform-provider-null
diff --git a/terraform-provider-null/distinfo b/terraform-provider-null/distinfo
new file mode 100644
index 0000000000..d6b2bc566b
--- /dev/null
+++ b/terraform-provider-null/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/05/29 06:32:10 adam Exp $
+
+SHA1 (terraform-provider-null-3.0.0.tar.gz) = 3a9363019a6909df66b4d81b3f4e85a0f93d99b2
+RMD160 (terraform-provider-null-3.0.0.tar.gz) = 7d67e7d07a2011cbc4b1550708a6d395b1f4920a
+SHA512 (terraform-provider-null-3.0.0.tar.gz) = 82fe962b748b57fbf2a9e82a77d4696bc120e682c89d93c34471865bc9086dc45930491db9410cc04b28320fc47d013a4bfe25e6c128e7f38064f625c1d1fa68
+Size (terraform-provider-null-3.0.0.tar.gz) = 2944307 bytes


Home | Main Index | Thread Index | Old Index