Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Oct 2020 14:19:14 +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: r551771 - in head/devel: . rubygem-gapic-common
Message-ID:  <202010091419.099EJEk1004799@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Oct  9 14:19:14 2020
New Revision: 551771
URL: https://svnweb.freebsd.org/changeset/ports/551771

Log:
  Add rubygem-gapic-common 0.3.4
  
  Create Ruby clients from a protocol buffer description of an API.
  
  WWW: https://github.com/googleapis/gapic-generator-ruby

Added:
  head/devel/rubygem-gapic-common/
  head/devel/rubygem-gapic-common/Makefile   (contents, props changed)
  head/devel/rubygem-gapic-common/distinfo   (contents, props changed)
  head/devel/rubygem-gapic-common/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Fri Oct  9 14:18:23 2020	(r551770)
+++ head/devel/Makefile	Fri Oct  9 14:19:14 2020	(r551771)
@@ -6021,6 +6021,7 @@
     SUBDIR += rubygem-forwardable-extended
     SUBDIR += rubygem-fugit
     SUBDIR += rubygem-fugit12
+    SUBDIR += rubygem-gapic-common
     SUBDIR += rubygem-gdata
     SUBDIR += rubygem-gem-compare
     SUBDIR += rubygem-gem_plugin

Added: head/devel/rubygem-gapic-common/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-gapic-common/Makefile	Fri Oct  9 14:19:14 2020	(r551771)
@@ -0,0 +1,25 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	gapic-common
+PORTVERSION=	0.3.4
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Common code for GAPIC-generated API clients
+
+LICENSE=	APACHE20
+
+RUN_DEPENDS=	rubygem-google-protobuf>=3.12<4:devel/rubygem-google-protobuf \
+		rubygem-googleapis-common-protos>=1.3.9<2.0:devel/rubygem-googleapis-common-protos \
+		rubygem-googleapis-common-protos-types>=1.0.4<2.0:devel/rubygem-googleapis-common-protos-types \
+		rubygem-googleauth>=0.9<1:security/rubygem-googleauth \
+		rubygem-grpc>=1.25<2:net/rubygem-grpc
+
+USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-gapic-common/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-gapic-common/distinfo	Fri Oct  9 14:19:14 2020	(r551771)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1596962178
+SHA256 (rubygem/gapic-common-0.3.4.gem) = 7d260b625feb32bf98431f622c04a0e90e1c51e9c86f151e8063ed2e37909750
+SIZE (rubygem/gapic-common-0.3.4.gem) = 19968

Added: head/devel/rubygem-gapic-common/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-gapic-common/pkg-descr	Fri Oct  9 14:19:14 2020	(r551771)
@@ -0,0 +1,3 @@
+Create Ruby clients from a protocol buffer description of an API.
+
+WWW: https://github.com/googleapis/gapic-generator-ruby



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010091419.099EJEk1004799>