Date: Wed, 13 Oct 2021 05:49:19 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 593c9916f8d3 - main - devel/rubygem-google-apis-pubsub_v1: Add rubygem-google-apis-pubsub_v1 0.8.0 Message-ID: <202110130549.19D5nJKp073730@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=593c9916f8d3ac20dc11e2cc82571c7f30e98dfa commit 593c9916f8d3ac20dc11e2cc82571c7f30e98dfa Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-10-13 05:34:04 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-10-13 05:34:04 +0000 devel/rubygem-google-apis-pubsub_v1: Add rubygem-google-apis-pubsub_v1 0.8.0 This is a simple client library for version V1 of the Cloud Pub/Sub 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. WWW: https://github.com/googleapis/google-api-ruby-client WWW: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-pubsub_v1 --- devel/Makefile | 1 + devel/rubygem-google-apis-pubsub_v1/Makefile | 21 +++++++++++++++++++++ devel/rubygem-google-apis-pubsub_v1/distinfo | 3 +++ devel/rubygem-google-apis-pubsub_v1/pkg-descr | 10 ++++++++++ 4 files changed, 35 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 6eaa47d0fcfe..9a12486acec5 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -6342,6 +6342,7 @@ SUBDIR += rubygem-google-apis-generator SUBDIR += rubygem-google-apis-iamcredentials_v1 SUBDIR += rubygem-google-apis-monitoring_v3 + SUBDIR += rubygem-google-apis-pubsub_v1 SUBDIR += rubygem-google-apis-storage_v1 SUBDIR += rubygem-google-gax SUBDIR += rubygem-google-protobuf diff --git a/devel/rubygem-google-apis-pubsub_v1/Makefile b/devel/rubygem-google-apis-pubsub_v1/Makefile new file mode 100644 index 000000000000..fc5c15bc357e --- /dev/null +++ b/devel/rubygem-google-apis-pubsub_v1/Makefile @@ -0,0 +1,21 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> + +PORTNAME= google-apis-pubsub_v1 +PORTVERSION= 0.8.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Simple REST client for Cloud Pub/Sub API V1 + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE.md + +RUN_DEPENDS= rubygem-google-apis-core>=0.4<2.0:devel/rubygem-google-apis-core + +USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/rubygem-google-apis-pubsub_v1/distinfo b/devel/rubygem-google-apis-pubsub_v1/distinfo new file mode 100644 index 000000000000..c87678d5ec5b --- /dev/null +++ b/devel/rubygem-google-apis-pubsub_v1/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1632773612 +SHA256 (rubygem/google-apis-pubsub_v1-0.8.0.gem) = 9d019534a6be50aa26429e40bf6a8cc91bba2e92cd7df8c514bd8e072926fcee +SIZE (rubygem/google-apis-pubsub_v1-0.8.0.gem) = 33280 diff --git a/devel/rubygem-google-apis-pubsub_v1/pkg-descr b/devel/rubygem-google-apis-pubsub_v1/pkg-descr new file mode 100644 index 000000000000..915bdd3da2b0 --- /dev/null +++ b/devel/rubygem-google-apis-pubsub_v1/pkg-descr @@ -0,0 +1,10 @@ +This is a simple client library for version V1 of the Cloud Pub/Sub 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. + +WWW: https://github.com/googleapis/google-api-ruby-client +WWW: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-pubsub_v1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110130549.19D5nJKp073730>