svn commit: r515774 - in head/devel: . rubygem-grpc-google-iam-v1

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Oct 27 11:29:27 UTC 2019


Author: sunpoet
Date: Sun Oct 27 11:29:25 2019
New Revision: 515774
URL: https://svnweb.freebsd.org/changeset/ports/515774

Log:
  Add rubygem-grpc-google-iam-v1 0.6.9
  
  Google IAM gRPC client library
  
  WWW: https://github.com/googleapis/googleapis

Added:
  head/devel/rubygem-grpc-google-iam-v1/
  head/devel/rubygem-grpc-google-iam-v1/Makefile   (contents, props changed)
  head/devel/rubygem-grpc-google-iam-v1/distinfo   (contents, props changed)
  head/devel/rubygem-grpc-google-iam-v1/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Oct 27 11:28:57 2019	(r515773)
+++ head/devel/Makefile	Sun Oct 27 11:29:25 2019	(r515774)
@@ -5887,6 +5887,7 @@
     SUBDIR += rubygem-graphql
     SUBDIR += rubygem-graphql-docs
     SUBDIR += rubygem-grit
+    SUBDIR += rubygem-grpc-google-iam-v1
     SUBDIR += rubygem-guess_html_encoding
     SUBDIR += rubygem-gyoku
     SUBDIR += rubygem-hamster

Added: head/devel/rubygem-grpc-google-iam-v1/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-grpc-google-iam-v1/Makefile	Sun Oct 27 11:29:25 2019	(r515774)
@@ -0,0 +1,22 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	grpc-google-iam-v1
+PORTVERSION=	0.6.9
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	Google IAM gRPC client library
+
+LICENSE=	BSD3CLAUSE
+
+RUN_DEPENDS=	rubygem-googleapis-common-protos>=1.3.1<2.0:devel/rubygem-googleapis-common-protos \
+		rubygem-grpc124>=1.0<2:net/rubygem-grpc124
+
+USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-grpc-google-iam-v1/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-grpc-google-iam-v1/distinfo	Sun Oct 27 11:29:25 2019	(r515774)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1572168789
+SHA256 (rubygem/grpc-google-iam-v1-0.6.9.gem) = 13f719cb8e9e22a8b80cb7c44494bd97659ca39a02c483d00d6766b884525af4
+SIZE (rubygem/grpc-google-iam-v1-0.6.9.gem) = 6144

Added: head/devel/rubygem-grpc-google-iam-v1/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-grpc-google-iam-v1/pkg-descr	Sun Oct 27 11:29:25 2019	(r515774)
@@ -0,0 +1,3 @@
+Google IAM gRPC client library
+
+WWW: https://github.com/googleapis/googleapis


More information about the svn-ports-head mailing list