git: c2a07d847e10 - main - devel/rubygem-google-apis-cloudkms_v1: Add rubygem-google-apis-cloudkms_v1 0.45.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 31 Mar 2024 18:56:04 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=c2a07d847e10a39f3485714e4805ecdc0deb2665 commit c2a07d847e10a39f3485714e4805ecdc0deb2665 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-31 18:43:18 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-31 18:43:18 +0000 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. --- devel/Makefile | 1 + devel/rubygem-google-apis-cloudkms_v1/Makefile | 20 ++++++++++++++++++++ devel/rubygem-google-apis-cloudkms_v1/distinfo | 3 +++ devel/rubygem-google-apis-cloudkms_v1/pkg-descr | 7 +++++++ 4 files changed, 31 insertions(+) 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.