Date: Tue, 26 Jan 2021 17:19:49 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r562723 - in head/devel: . rubygem-google-apis-core Message-ID: <202101261719.10QHJnev005312@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Jan 26 17:19:49 2021 New Revision: 562723 URL: https://svnweb.freebsd.org/changeset/ports/562723 Log: Add rubygem-google-apis-core 0.2.0 This library implements the code generator used by legacy REST clients for Google APIs. It automatically generates client gems given discovery documents. Google-managed clients for publicly-available APIs are maintained using this tool, and users may also use it to generate clients for private or early-access APIs. WWW: https://github.com/googleapis/google-api-ruby-client WWW: https://github.com/googleapis/google-api-ruby-client/tree/master/google-apis-core Added: head/devel/rubygem-google-apis-core/ head/devel/rubygem-google-apis-core/Makefile (contents, props changed) head/devel/rubygem-google-apis-core/distinfo (contents, props changed) head/devel/rubygem-google-apis-core/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Jan 26 17:19:43 2021 (r562722) +++ head/devel/Makefile Tue Jan 26 17:19:49 2021 (r562723) @@ -6145,6 +6145,7 @@ SUBDIR += rubygem-glib2 SUBDIR += rubygem-gobject-introspection SUBDIR += rubygem-google-api-client + SUBDIR += rubygem-google-apis-core SUBDIR += rubygem-google-gax SUBDIR += rubygem-google-protobuf SUBDIR += rubygem-google-protobuf38 Added: head/devel/rubygem-google-apis-core/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-google-apis-core/Makefile Tue Jan 26 17:19:49 2021 (r562723) @@ -0,0 +1,29 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= google-apis-core +PORTVERSION= 0.2.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Common utility and base classes for legacy Google REST clients + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE.md + +RUN_DEPENDS= rubygem-addressable>=2.5.1<3:www/rubygem-addressable \ + rubygem-googleauth>=0.14<1:security/rubygem-googleauth \ + rubygem-httpclient>=2.8.1<3.0:www/rubygem-httpclient \ + rubygem-mini_mime>=1.0<2:mail/rubygem-mini_mime \ + rubygem-representable>=3.0<4:textproc/rubygem-representable \ + rubygem-retriable>=2.0<4.0:devel/rubygem-retriable \ + rubygem-rexml>=0:textproc/rubygem-rexml \ + rubygem-signet>=0.14<1:security/rubygem-signet + +USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/devel/rubygem-google-apis-core/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-google-apis-core/distinfo Tue Jan 26 17:19:49 2021 (r562723) @@ -0,0 +1,3 @@ +TIMESTAMP = 1611665297 +SHA256 (rubygem/google-apis-core-0.2.0.gem) = 286b3f1f93846688736645745f816168c2e9c7ee7788a97ddacd4538ab425aaf +SIZE (rubygem/google-apis-core-0.2.0.gem) = 31744 Added: head/devel/rubygem-google-apis-core/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-google-apis-core/pkg-descr Tue Jan 26 17:19:49 2021 (r562723) @@ -0,0 +1,8 @@ +This library implements the code generator used by legacy REST clients for +Google APIs. It automatically generates client gems given discovery documents. +Google-managed clients for publicly-available APIs are maintained using this +tool, and users may also use it to generate clients for private or early-access +APIs. + +WWW: https://github.com/googleapis/google-api-ruby-client +WWW: https://github.com/googleapis/google-api-ruby-client/tree/master/google-apis-core
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101261719.10QHJnev005312>