svn commit: r515777 - in head/net: . rubygem-google-cloud-spanner

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


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

Log:
  Add rubygem-google-cloud-spanner 1.11.0
  
  Google Cloud Spanner API (docs) provides a fully managed, mission-critical,
  relational database service that offers transactional consistency at global
  scale, schemas, SQL (ANSI 2011 with extensions), and automatic, synchronous
  replication for high availability.
  
  WWW: https://github.com/googleapis/google-cloud-ruby/tree/master/google-cloud-spanner

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

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Sun Oct 27 11:29:37 2019	(r515776)
+++ head/net/Makefile	Sun Oct 27 11:29:42 2019	(r515777)
@@ -1261,6 +1261,7 @@
     SUBDIR += rubygem-google-cloud-env
     SUBDIR += rubygem-google-cloud-logging
     SUBDIR += rubygem-google-cloud-pubsub
+    SUBDIR += rubygem-google-cloud-spanner
     SUBDIR += rubygem-google-cloud-storage
     SUBDIR += rubygem-grpc
     SUBDIR += rubygem-grpc124

Added: head/net/rubygem-google-cloud-spanner/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rubygem-google-cloud-spanner/Makefile	Sun Oct 27 11:29:42 2019	(r515777)
@@ -0,0 +1,25 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	google-cloud-spanner
+PORTVERSION=	1.11.0
+CATEGORIES=	net rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	Official library for Google Cloud Spanner API
+
+LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	rubygem-concurrent-ruby>=1.0<2:devel/rubygem-concurrent-ruby \
+		rubygem-google-cloud-core>=1.2<2:net/rubygem-google-cloud-core \
+		rubygem-google-gax>=1.7<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-spanner/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rubygem-google-cloud-spanner/distinfo	Sun Oct 27 11:29:42 2019	(r515777)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1572168795
+SHA256 (rubygem/google-cloud-spanner-1.11.0.gem) = 751ba8ad68d5be9f6a8b3238bd5c7ecb1dcdd452398b318ddf6519ea1e50cae5
+SIZE (rubygem/google-cloud-spanner-1.11.0.gem) = 160768

Added: head/net/rubygem-google-cloud-spanner/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rubygem-google-cloud-spanner/pkg-descr	Sun Oct 27 11:29:42 2019	(r515777)
@@ -0,0 +1,6 @@
+Google Cloud Spanner API (docs) provides a fully managed, mission-critical,
+relational database service that offers transactional consistency at global
+scale, schemas, SQL (ANSI 2011 with extensions), and automatic, synchronous
+replication for high availability.
+
+WWW: https://github.com/googleapis/google-cloud-ruby/tree/master/google-cloud-spanner


More information about the svn-ports-head mailing list