From nobody Wed Oct 13 05:49:20 2021 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 92A2418093BC; Wed, 13 Oct 2021 05:49:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HThS50bKBz4cmg; Wed, 13 Oct 2021 05:49:21 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 72A0F22686; Wed, 13 Oct 2021 05:49:20 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 19D5nKc6073755; Wed, 13 Oct 2021 05:49:20 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19D5nK6A073754; Wed, 13 Oct 2021 05:49:20 GMT (envelope-from git) Date: Wed, 13 Oct 2021 05:49:20 GMT Message-Id: <202110130549.19D5nK6A073754@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: a887d6b59464 - main - devel/rubygem-google-apis-sqladmin_v1beta4: Add rubygem-google-apis-sqladmin_v1beta4 0.17.0 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: a887d6b59464a76e2a557656ca1e237c1ffea9c1 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a887d6b59464a76e2a557656ca1e237c1ffea9c1 commit a887d6b59464a76e2a557656ca1e237c1ffea9c1 Author: Po-Chuan Hsieh AuthorDate: 2021-10-13 05:34:05 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-10-13 05:34:05 +0000 devel/rubygem-google-apis-sqladmin_v1beta4: Add rubygem-google-apis-sqladmin_v1beta4 0.17.0 This is a simple client library for version V1beta4 of the Cloud SQL Admin 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-sqladmin_v1beta4 --- devel/Makefile | 1 + devel/rubygem-google-apis-sqladmin_v1beta4/Makefile | 21 +++++++++++++++++++++ devel/rubygem-google-apis-sqladmin_v1beta4/distinfo | 3 +++ .../rubygem-google-apis-sqladmin_v1beta4/pkg-descr | 10 ++++++++++ 4 files changed, 35 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 9a12486acec5..49722e8948ce 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -6343,6 +6343,7 @@ SUBDIR += rubygem-google-apis-iamcredentials_v1 SUBDIR += rubygem-google-apis-monitoring_v3 SUBDIR += rubygem-google-apis-pubsub_v1 + SUBDIR += rubygem-google-apis-sqladmin_v1beta4 SUBDIR += rubygem-google-apis-storage_v1 SUBDIR += rubygem-google-gax SUBDIR += rubygem-google-protobuf diff --git a/devel/rubygem-google-apis-sqladmin_v1beta4/Makefile b/devel/rubygem-google-apis-sqladmin_v1beta4/Makefile new file mode 100644 index 000000000000..e1ff0356989d --- /dev/null +++ b/devel/rubygem-google-apis-sqladmin_v1beta4/Makefile @@ -0,0 +1,21 @@ +# Created by: Po-Chuan Hsieh + +PORTNAME= google-apis-sqladmin_v1beta4 +PORTVERSION= 0.17.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Simple REST client for Cloud SQL Admin API V1beta4 + +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 diff --git a/devel/rubygem-google-apis-sqladmin_v1beta4/distinfo b/devel/rubygem-google-apis-sqladmin_v1beta4/distinfo new file mode 100644 index 000000000000..5c3c0134e2ce --- /dev/null +++ b/devel/rubygem-google-apis-sqladmin_v1beta4/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1632773614 +SHA256 (rubygem/google-apis-sqladmin_v1beta4-0.17.0.gem) = a0242a5f38e3bdcd1cfb824666b8ccba50b551dcf56abc4489bebfc970a2cc11 +SIZE (rubygem/google-apis-sqladmin_v1beta4-0.17.0.gem) = 45056 diff --git a/devel/rubygem-google-apis-sqladmin_v1beta4/pkg-descr b/devel/rubygem-google-apis-sqladmin_v1beta4/pkg-descr new file mode 100644 index 000000000000..6f9ae1098c99 --- /dev/null +++ b/devel/rubygem-google-apis-sqladmin_v1beta4/pkg-descr @@ -0,0 +1,10 @@ +This is a simple client library for version V1beta4 of the Cloud SQL Admin 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-sqladmin_v1beta4