aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-31 18:43:18 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-31 18:43:18 +0000
commitc2a07d847e10a39f3485714e4805ecdc0deb2665 (patch)
treeb6fcdfb23afeb9713f7eacbee962753c4ba6b8a6
parentca5f4a251d020b4e37255ef1ada583fc19c847b8 (diff)
devel/rubygem-google-apis-cloudkms_v1: Add rubygem-google-apis-cloudkms_v1 0.45.0
This is a simple client library for version V1 of the Cloud Key Management Service (KMS) API. It provides: - A client object that connects to the HTTP/JSON REST endpoint for the service. - Ruby objects for data structures related to the service. - Integration with the googleauth gem for authentication using OAuth, API keys, and service accounts. - Control of retry, pagination, and timeouts.
-rw-r--r--devel/Makefile1
-rw-r--r--devel/rubygem-google-apis-cloudkms_v1/Makefile20
-rw-r--r--devel/rubygem-google-apis-cloudkms_v1/distinfo3
-rw-r--r--devel/rubygem-google-apis-cloudkms_v1/pkg-descr7
4 files changed, 31 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 66e0f08a91c3..88ec12805fb0 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -7010,6 +7010,7 @@
SUBDIR += rubygem-google-apis-androidpublisher_v3034
SUBDIR += rubygem-google-apis-bigquery_v2
SUBDIR += rubygem-google-apis-cloudbilling_v1
+ SUBDIR += rubygem-google-apis-cloudkms_v1
SUBDIR += rubygem-google-apis-cloudresourcemanager_v1
SUBDIR += rubygem-google-apis-cloudresourcemanager_v2
SUBDIR += rubygem-google-apis-cloudresourcemanager_v3
diff --git a/devel/rubygem-google-apis-cloudkms_v1/Makefile b/devel/rubygem-google-apis-cloudkms_v1/Makefile
new file mode 100644
index 000000000000..234e11f12e97
--- /dev/null
+++ b/devel/rubygem-google-apis-cloudkms_v1/Makefile
@@ -0,0 +1,20 @@
+PORTNAME= google-apis-cloudkms_v1
+PORTVERSION= 0.45.0
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Simple REST client for Cloud Key Management Service (KMS) API V1
+WWW= https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudkms_v1 \
+ https://github.com/googleapis/google-api-ruby-client
+
+LICENSE= APACHE20
+LICENSE_FILE= ${WRKSRC}/LICENSE.md
+
+RUN_DEPENDS= rubygem-google-apis-core>=0.14.0<2.0:devel/rubygem-google-apis-core
+
+USES= gem
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-google-apis-cloudkms_v1/distinfo b/devel/rubygem-google-apis-cloudkms_v1/distinfo
new file mode 100644
index 000000000000..809be8acf380
--- /dev/null
+++ b/devel/rubygem-google-apis-cloudkms_v1/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1711860463
+SHA256 (rubygem/google-apis-cloudkms_v1-0.45.0.gem) = 1c1b9e3691cd0a22f587d76efa6777e87657a6b9a0e395a79c8cfd6347442bed
+SIZE (rubygem/google-apis-cloudkms_v1-0.45.0.gem) = 44544
diff --git a/devel/rubygem-google-apis-cloudkms_v1/pkg-descr b/devel/rubygem-google-apis-cloudkms_v1/pkg-descr
new file mode 100644
index 000000000000..ab925533734c
--- /dev/null
+++ b/devel/rubygem-google-apis-cloudkms_v1/pkg-descr
@@ -0,0 +1,7 @@
+This is a simple client library for version V1 of the Cloud Key Management
+Service (KMS) API. It provides:
+- A client object that connects to the HTTP/JSON REST endpoint for the service.
+- Ruby objects for data structures related to the service.
+- Integration with the googleauth gem for authentication using OAuth, API keys,
+ and service accounts.
+- Control of retry, pagination, and timeouts.