git: 982cc4d9ebf3 - main - devel/rubygem-google-apis-androidpublisher_v3: Add rubygem-google-apis-androidpublisher_v3 0.39.0

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

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

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

    devel/rubygem-google-apis-androidpublisher_v3: Add rubygem-google-apis-androidpublisher_v3 0.39.0
    
    This is a simple client library for version V3 of the Google Play Android
    Developer 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 +
 .../rubygem-google-apis-androidpublisher_v3/Makefile | 20 ++++++++++++++++++++
 .../rubygem-google-apis-androidpublisher_v3/distinfo |  3 +++
 .../pkg-descr                                        |  7 +++++++
 4 files changed, 31 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index ea96c5fe8ad9..3d4253d89195 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -6766,6 +6766,7 @@
     SUBDIR += rubygem-glib2
     SUBDIR += rubygem-gobject-introspection
     SUBDIR += rubygem-google-api-client
+    SUBDIR += rubygem-google-apis-androidpublisher_v3
     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-androidpublisher_v3/Makefile b/devel/rubygem-google-apis-androidpublisher_v3/Makefile
new file mode 100644
index 000000000000..073787cff369
--- /dev/null
+++ b/devel/rubygem-google-apis-androidpublisher_v3/Makefile
@@ -0,0 +1,20 @@
+PORTNAME=	google-apis-androidpublisher_v3
+PORTVERSION=	0.39.0
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Simple REST client for Google Play Android Developer API V3
+WWW=		https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-androidpublisher_v3 \
+		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-androidpublisher_v3/distinfo b/devel/rubygem-google-apis-androidpublisher_v3/distinfo
new file mode 100644
index 000000000000..26b6bef49ce4
--- /dev/null
+++ b/devel/rubygem-google-apis-androidpublisher_v3/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1682354454
+SHA256 (rubygem/google-apis-androidpublisher_v3-0.39.0.gem) = c4429e253ae7ff18238ca4b21d635d37c8e8a8e71c266278dfa21f3007ccfa73
+SIZE (rubygem/google-apis-androidpublisher_v3-0.39.0.gem) = 66560
diff --git a/devel/rubygem-google-apis-androidpublisher_v3/pkg-descr b/devel/rubygem-google-apis-androidpublisher_v3/pkg-descr
new file mode 100644
index 000000000000..d19ece59d731
--- /dev/null
+++ b/devel/rubygem-google-apis-androidpublisher_v3/pkg-descr
@@ -0,0 +1,7 @@
+This is a simple client library for version V3 of the Google Play Android
+Developer 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.