Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Oct 2019 11:29:31 +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: r515775 - in head/net: . rubygem-google-cloud-bigtable
Message-ID:  <201910271129.x9RBTVUu092057@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Oct 27 11:29:31 2019
New Revision: 515775
URL: https://svnweb.freebsd.org/changeset/ports/515775

Log:
  Add rubygem-google-cloud-bigtable 0.7.0
  
  Cloud Bigtable API provides API for reading and writing the contents of
  Bigtables associated with a cloud project.
  
  WWW: https://github.com/googleapis/google-cloud-ruby/tree/master/google-cloud-bigtable

Added:
  head/net/rubygem-google-cloud-bigtable/
  head/net/rubygem-google-cloud-bigtable/Makefile   (contents, props changed)
  head/net/rubygem-google-cloud-bigtable/distinfo   (contents, props changed)
  head/net/rubygem-google-cloud-bigtable/pkg-descr   (contents, props changed)
Modified:
  head/net/Makefile

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Sun Oct 27 11:29:25 2019	(r515774)
+++ head/net/Makefile	Sun Oct 27 11:29:31 2019	(r515775)
@@ -1256,6 +1256,7 @@
     SUBDIR += rubygem-gitaly-proto
     SUBDIR += rubygem-gitlab_omniauth-ldap
     SUBDIR += rubygem-google-cloud-bigquery
+    SUBDIR += rubygem-google-cloud-bigtable
     SUBDIR += rubygem-google-cloud-core
     SUBDIR += rubygem-google-cloud-env
     SUBDIR += rubygem-google-cloud-logging

Added: head/net/rubygem-google-cloud-bigtable/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rubygem-google-cloud-bigtable/Makefile	Sun Oct 27 11:29:31 2019	(r515775)
@@ -0,0 +1,24 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	google-cloud-bigtable
+PORTVERSION=	0.7.0
+CATEGORIES=	net rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Official library for Cloud Bigtable API
+
+LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	rubygem-google-cloud-core>=1.1<2:net/rubygem-google-cloud-core \
+		rubygem-google-gax>=1.8<2:devel/rubygem-google-gax \
+		rubygem-grpc-google-iam-v1>=0.6.9<0.7:devel/rubygem-grpc-google-iam-v1
+
+USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/net/rubygem-google-cloud-bigtable/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rubygem-google-cloud-bigtable/distinfo	Sun Oct 27 11:29:31 2019	(r515775)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1572168791
+SHA256 (rubygem/google-cloud-bigtable-0.7.0.gem) = ef379833b375dc31b5f0887b86a20f28892cad139d4239e05bbe43eafbb176f6
+SIZE (rubygem/google-cloud-bigtable-0.7.0.gem) = 137216

Added: head/net/rubygem-google-cloud-bigtable/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rubygem-google-cloud-bigtable/pkg-descr	Sun Oct 27 11:29:31 2019	(r515775)
@@ -0,0 +1,4 @@
+Cloud Bigtable API provides API for reading and writing the contents of
+Bigtables associated with a cloud project.
+
+WWW: https://github.com/googleapis/google-cloud-ruby/tree/master/google-cloud-bigtable



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