git: 92886a709485 - main - devel/rubygem-google-apis-cloudresourcemanager_v1035: Add rubygem-google-apis-cloudresourcemanager_v1035 0.35.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 31 Mar 2024 18:56:05 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=92886a709485a72510181444af1ac72b0d2cf9b3 commit 92886a709485a72510181444af1ac72b0d2cf9b3 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-31 18:43:19 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-31 18:43:19 +0000 devel/rubygem-google-apis-cloudresourcemanager_v1035: Add rubygem-google-apis-cloudresourcemanager_v1035 0.35.0 This is a simple client library for version V1 of the Cloud Resource Manager 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 + .../Makefile | 23 ++++++++++++++++++++++ .../distinfo | 3 +++ .../pkg-descr | 7 +++++++ 4 files changed, 34 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 88ec12805fb0..7728479a6187 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -7012,6 +7012,7 @@ SUBDIR += rubygem-google-apis-cloudbilling_v1 SUBDIR += rubygem-google-apis-cloudkms_v1 SUBDIR += rubygem-google-apis-cloudresourcemanager_v1 + SUBDIR += rubygem-google-apis-cloudresourcemanager_v1035 SUBDIR += rubygem-google-apis-cloudresourcemanager_v2 SUBDIR += rubygem-google-apis-cloudresourcemanager_v3 SUBDIR += rubygem-google-apis-compute_v1 diff --git a/devel/rubygem-google-apis-cloudresourcemanager_v1035/Makefile b/devel/rubygem-google-apis-cloudresourcemanager_v1035/Makefile new file mode 100644 index 000000000000..5133ffdee6f3 --- /dev/null +++ b/devel/rubygem-google-apis-cloudresourcemanager_v1035/Makefile @@ -0,0 +1,23 @@ +PORTNAME= google-apis-cloudresourcemanager_v1 +PORTVERSION= 0.35.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= 035 + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Simple REST client for Cloud Resource Manager API V1 +WWW= https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudresourcemanager_v1 \ + https://github.com/googleapis/google-api-ruby-client + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE.md + +RUN_DEPENDS= rubygem-google-apis-core>=0.11.0<2.0:devel/rubygem-google-apis-core + +USES= gem + +NO_ARCH= yes + +PORTSCOUT= limit:^0\.35\. + +.include <bsd.port.mk> diff --git a/devel/rubygem-google-apis-cloudresourcemanager_v1035/distinfo b/devel/rubygem-google-apis-cloudresourcemanager_v1035/distinfo new file mode 100644 index 000000000000..a6333e9255b4 --- /dev/null +++ b/devel/rubygem-google-apis-cloudresourcemanager_v1035/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1711860465 +SHA256 (rubygem/google-apis-cloudresourcemanager_v1-0.35.0.gem) = eefd01037e936348d5df62770de0b80f53f5f39d824f767738f571f6204502a4 +SIZE (rubygem/google-apis-cloudresourcemanager_v1-0.35.0.gem) = 38912 diff --git a/devel/rubygem-google-apis-cloudresourcemanager_v1035/pkg-descr b/devel/rubygem-google-apis-cloudresourcemanager_v1035/pkg-descr new file mode 100644 index 000000000000..3bc6cb43140b --- /dev/null +++ b/devel/rubygem-google-apis-cloudresourcemanager_v1035/pkg-descr @@ -0,0 +1,7 @@ +This is a simple client library for version V1 of the Cloud Resource Manager +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.