git: 5207da92920f - main - devel/rubygem-google-apis-cloudresourcemanager_v2: Add rubygem-google-apis-cloudresourcemanager_v2 0.27.0

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Tue, 21 Mar 2023 19:24:11 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5207da92920fa085b6ae5381ca5bde25c7dc062c

commit 5207da92920fa085b6ae5381ca5bde25c7dc062c
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-03-21 18:35:44 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-03-21 19:19:56 +0000

    devel/rubygem-google-apis-cloudresourcemanager_v2: Add rubygem-google-apis-cloudresourcemanager_v2 0.27.0
    
    This is the simple REST client for Cloud Resource Manager API V2. Simple REST
    clients are Ruby client libraries that provide access to Google services via
    their HTTP REST API endpoints. These libraries are generated and updated
    automatically based on the discovery documents published by the service, and
    they handle most concerns such as authentication, pagination, retry, timeouts,
    and logging. You can use this client to access the Cloud Resource Manager API,
    but note that some services may provide a separate modern client that is easier
    to use.
---
 devel/Makefile                                        |  1 +
 .../Makefile                                          | 19 +++++++++++++++++++
 .../distinfo                                          |  3 +++
 .../pkg-descr                                         |  8 ++++++++
 4 files changed, 31 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index 22838786959d..f0362ff70cdf 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -6720,6 +6720,7 @@
     SUBDIR += rubygem-google-api-client
     SUBDIR += rubygem-google-apis-cloudbilling_v1
     SUBDIR += rubygem-google-apis-cloudresourcemanager_v1
+    SUBDIR += rubygem-google-apis-cloudresourcemanager_v2
     SUBDIR += rubygem-google-apis-compute_v1
     SUBDIR += rubygem-google-apis-compute_v1_057
     SUBDIR += rubygem-google-apis-container_v1
diff --git a/devel/rubygem-google-apis-cloudresourcemanager_v2/Makefile b/devel/rubygem-google-apis-cloudresourcemanager_v2/Makefile
new file mode 100644
index 000000000000..5d44e4c7fd06
--- /dev/null
+++ b/devel/rubygem-google-apis-cloudresourcemanager_v2/Makefile
@@ -0,0 +1,19 @@
+PORTNAME=	google-apis-cloudresourcemanager_v2
+PORTVERSION=	0.27.0
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Simple REST client for Cloud Resource Manager API V2
+WWW=		https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudresourcemanager_v2
+
+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
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-google-apis-cloudresourcemanager_v2/distinfo b/devel/rubygem-google-apis-cloudresourcemanager_v2/distinfo
new file mode 100644
index 000000000000..6c110c4767fa
--- /dev/null
+++ b/devel/rubygem-google-apis-cloudresourcemanager_v2/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1677770965
+SHA256 (rubygem/google-apis-cloudresourcemanager_v2-0.27.0.gem) = 75696b42b4f9ec85630cfbcbd589d9922690d92647882b5db45b314d5de51205
+SIZE (rubygem/google-apis-cloudresourcemanager_v2-0.27.0.gem) = 26112
diff --git a/devel/rubygem-google-apis-cloudresourcemanager_v2/pkg-descr b/devel/rubygem-google-apis-cloudresourcemanager_v2/pkg-descr
new file mode 100644
index 000000000000..7b28c9271f6c
--- /dev/null
+++ b/devel/rubygem-google-apis-cloudresourcemanager_v2/pkg-descr
@@ -0,0 +1,8 @@
+This is the simple REST client for Cloud Resource Manager API V2. Simple REST
+clients are Ruby client libraries that provide access to Google services via
+their HTTP REST API endpoints. These libraries are generated and updated
+automatically based on the discovery documents published by the service, and
+they handle most concerns such as authentication, pagination, retry, timeouts,
+and logging. You can use this client to access the Cloud Resource Manager API,
+but note that some services may provide a separate modern client that is easier
+to use.