From owner-svn-ports-head@freebsd.org Tue Jan 26 17:19:54 2021 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0C6074F6D88; Tue, 26 Jan 2021 17:19:54 +0000 (UTC) (envelope-from sunpoet@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 4DQD4n3g75z4kWB; Tue, 26 Jan 2021 17:19:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 848AB5647; Tue, 26 Jan 2021 17:19:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 10QHJoVo005315; Tue, 26 Jan 2021 17:19:50 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 10QHJnev005312; Tue, 26 Jan 2021 17:19:49 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202101261719.10QHJnev005312@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 26 Jan 2021 17:19:49 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . rubygem-google-apis-core X-SVN-Commit-Revision: 562723 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Jan 2021 17:19:54 -0000 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 +# $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 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