From owner-svn-ports-all@freebsd.org Fri Oct 9 14:19:51 2020 Return-Path: Delivered-To: svn-ports-all@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 421083FBDC7; Fri, 9 Oct 2020 14:19:51 +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 "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4C79FL2l24z4RN5; Fri, 9 Oct 2020 14:19:50 +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 8D27C1AF86; Fri, 9 Oct 2020 14:19:47 +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 099EJlGH005787; Fri, 9 Oct 2020 14:19:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 099EJkWM005783; Fri, 9 Oct 2020 14:19:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202010091419.099EJkWM005783@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 9 Oct 2020 14:19:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r551777 - in head/net: . rubygem-google-cloud-spanner-admin-instance-v1 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/net: . rubygem-google-cloud-spanner-admin-instance-v1 X-SVN-Commit-Revision: 551777 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Oct 2020 14:19:51 -0000 Author: sunpoet Date: Fri Oct 9 14:19:46 2020 New Revision: 551777 URL: https://svnweb.freebsd.org/changeset/ports/551777 Log: Add rubygem-google-cloud-spanner-admin-instance-v1 0.1.3 API Client library for the Cloud Spanner Instance Admin V1 API Cloud Spanner is a managed, mission-critical, globally consistent and scalable relational database service. WWW: https://github.com/googleapis/google-cloud-ruby WWW: https://github.com/googleapis/google-cloud-ruby/tree/master/google-cloud-spanner-admin-instance-v1 Added: head/net/rubygem-google-cloud-spanner-admin-instance-v1/ head/net/rubygem-google-cloud-spanner-admin-instance-v1/Makefile (contents, props changed) head/net/rubygem-google-cloud-spanner-admin-instance-v1/distinfo (contents, props changed) head/net/rubygem-google-cloud-spanner-admin-instance-v1/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Fri Oct 9 14:19:41 2020 (r551776) +++ head/net/Makefile Fri Oct 9 14:19:46 2020 (r551777) @@ -1255,6 +1255,7 @@ SUBDIR += rubygem-google-cloud-pubsub-v1 SUBDIR += rubygem-google-cloud-spanner SUBDIR += rubygem-google-cloud-spanner-admin-database-v1 + SUBDIR += rubygem-google-cloud-spanner-admin-instance-v1 SUBDIR += rubygem-google-cloud-storage SUBDIR += rubygem-grpc SUBDIR += rubygem-grpc124 Added: head/net/rubygem-google-cloud-spanner-admin-instance-v1/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-google-cloud-spanner-admin-instance-v1/Makefile Fri Oct 9 14:19:46 2020 (r551777) @@ -0,0 +1,24 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= google-cloud-spanner-admin-instance-v1 +PORTVERSION= 0.1.3 +CATEGORIES= net rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Ruby Client for the Cloud Spanner Instance Admin V1 API + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE.md + +RUN_DEPENDS= rubygem-gapic-common>=0.3<1:devel/rubygem-gapic-common \ + rubygem-google-cloud-errors>=1.0<2:net/rubygem-google-cloud-errors \ + rubygem-grpc-google-iam-v1>=0.6.10<2.0:devel/rubygem-grpc-google-iam-v1 + +USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +.include Added: head/net/rubygem-google-cloud-spanner-admin-instance-v1/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-google-cloud-spanner-admin-instance-v1/distinfo Fri Oct 9 14:19:46 2020 (r551777) @@ -0,0 +1,3 @@ +TIMESTAMP = 1596962190 +SHA256 (rubygem/google-cloud-spanner-admin-instance-v1-0.1.3.gem) = fb440c6905ceba7c6bbcc605ea9702fa4df6ada194b2a04fa006b3ec3bc51955 +SIZE (rubygem/google-cloud-spanner-admin-instance-v1-0.1.3.gem) = 44544 Added: head/net/rubygem-google-cloud-spanner-admin-instance-v1/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-google-cloud-spanner-admin-instance-v1/pkg-descr Fri Oct 9 14:19:46 2020 (r551777) @@ -0,0 +1,7 @@ +API Client library for the Cloud Spanner Instance Admin V1 API + +Cloud Spanner is a managed, mission-critical, globally consistent and scalable +relational database service. + +WWW: https://github.com/googleapis/google-cloud-ruby +WWW: https://github.com/googleapis/google-cloud-ruby/tree/master/google-cloud-spanner-admin-instance-v1