git: aba60118a480 - main - devel/rubygem-google-apis-playcustomapp_v1: Add rubygem-google-apis-playcustomapp_v1 0.13.0

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

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

commit aba60118a480e6e71f7aed83103990f401aa984f
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-playcustomapp_v1: Add rubygem-google-apis-playcustomapp_v1 0.13.0
    
    This is a simple client library for version V1 of the Google Play Custom App
    Publishing 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-playcustomapp_v1/Makefile  | 20 ++++++++++++++++++++
 devel/rubygem-google-apis-playcustomapp_v1/distinfo  |  3 +++
 devel/rubygem-google-apis-playcustomapp_v1/pkg-descr |  7 +++++++
 4 files changed, 31 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index 3b4062b982ba..c8076d54cf92 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -6785,6 +6785,7 @@
     SUBDIR += rubygem-google-apis-iam_v2beta
     SUBDIR += rubygem-google-apis-iamcredentials_v1
     SUBDIR += rubygem-google-apis-monitoring_v3
+    SUBDIR += rubygem-google-apis-playcustomapp_v1
     SUBDIR += rubygem-google-apis-pubsub_v1
     SUBDIR += rubygem-google-apis-serviceusage_v1
     SUBDIR += rubygem-google-apis-sheets_v4
diff --git a/devel/rubygem-google-apis-playcustomapp_v1/Makefile b/devel/rubygem-google-apis-playcustomapp_v1/Makefile
new file mode 100644
index 000000000000..714ccad6b1f2
--- /dev/null
+++ b/devel/rubygem-google-apis-playcustomapp_v1/Makefile
@@ -0,0 +1,20 @@
+PORTNAME=	google-apis-playcustomapp_v1
+PORTVERSION=	0.13.0
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Simple REST client for Google Play Custom App Publishing API V1
+WWW=		https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-playcustomapp_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
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-google-apis-playcustomapp_v1/distinfo b/devel/rubygem-google-apis-playcustomapp_v1/distinfo
new file mode 100644
index 000000000000..d335f8bb4348
--- /dev/null
+++ b/devel/rubygem-google-apis-playcustomapp_v1/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1682354458
+SHA256 (rubygem/google-apis-playcustomapp_v1-0.13.0.gem) = 959e51f90454b51adc72e5c322b4b4a573f869520c4d7c7c20efd1d262e48fd6
+SIZE (rubygem/google-apis-playcustomapp_v1-0.13.0.gem) = 13312
diff --git a/devel/rubygem-google-apis-playcustomapp_v1/pkg-descr b/devel/rubygem-google-apis-playcustomapp_v1/pkg-descr
new file mode 100644
index 000000000000..56c3c3ee75f5
--- /dev/null
+++ b/devel/rubygem-google-apis-playcustomapp_v1/pkg-descr
@@ -0,0 +1,7 @@
+This is a simple client library for version V1 of the Google Play Custom App
+Publishing 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.