git: e5f70f4e828b - main - devel/rubygem-google-apis-bigquery_v2: Add rubygem-google-apis-bigquery_v2 0.51.0

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Thu, 27 Apr 2023 15:52:19 UTC
The branch main has been updated by sunpoet:

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

commit e5f70f4e828b70e4cd0ecc123db18f507518a12e
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-04-27 15:28:08 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-04-27 15:28:08 +0000

    devel/rubygem-google-apis-bigquery_v2: Add rubygem-google-apis-bigquery_v2 0.51.0
    
    This is a simple client library for version V2 of the BigQuery 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-bigquery_v2/Makefile  | 20 ++++++++++++++++++++
 devel/rubygem-google-apis-bigquery_v2/distinfo  |  3 +++
 devel/rubygem-google-apis-bigquery_v2/pkg-descr |  6 ++++++
 4 files changed, 30 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index 3d4253d89195..3b4062b982ba 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -6767,6 +6767,7 @@
     SUBDIR += rubygem-gobject-introspection
     SUBDIR += rubygem-google-api-client
     SUBDIR += rubygem-google-apis-androidpublisher_v3
+    SUBDIR += rubygem-google-apis-bigquery_v2
     SUBDIR += rubygem-google-apis-cloudbilling_v1
     SUBDIR += rubygem-google-apis-cloudresourcemanager_v1
     SUBDIR += rubygem-google-apis-cloudresourcemanager_v2
diff --git a/devel/rubygem-google-apis-bigquery_v2/Makefile b/devel/rubygem-google-apis-bigquery_v2/Makefile
new file mode 100644
index 000000000000..d72ad993bb58
--- /dev/null
+++ b/devel/rubygem-google-apis-bigquery_v2/Makefile
@@ -0,0 +1,20 @@
+PORTNAME=	google-apis-bigquery_v2
+PORTVERSION=	0.51.0
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Simple REST client for BigQuery API V2
+WWW=		https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-bigquery_v2 \
+		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
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-google-apis-bigquery_v2/distinfo b/devel/rubygem-google-apis-bigquery_v2/distinfo
new file mode 100644
index 000000000000..dc45a6cd1972
--- /dev/null
+++ b/devel/rubygem-google-apis-bigquery_v2/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1682354456
+SHA256 (rubygem/google-apis-bigquery_v2-0.51.0.gem) = 48a05b1b1feeb5d69dcd123c5b265ab551c0b00e14734d05c6fa37eeed27aaa5
+SIZE (rubygem/google-apis-bigquery_v2-0.51.0.gem) = 102912
diff --git a/devel/rubygem-google-apis-bigquery_v2/pkg-descr b/devel/rubygem-google-apis-bigquery_v2/pkg-descr
new file mode 100644
index 000000000000..5b25c30203ad
--- /dev/null
+++ b/devel/rubygem-google-apis-bigquery_v2/pkg-descr
@@ -0,0 +1,6 @@
+This is a simple client library for version V2 of the BigQuery 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.