git: 93fa1e5a20ea - main - databases/rubygem-google-cloud-datastore-v1: Add rubygem-google-cloud-datastore-v1 0.14.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Dec 2023 06:05:02 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=93fa1e5a20ea4d3f051768b6a131a2168df6f6df
commit 93fa1e5a20ea4d3f051768b6a131a2168df6f6df
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-12-14 05:31:30 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-12-14 05:31:30 +0000
databases/rubygem-google-cloud-datastore-v1: Add rubygem-google-cloud-datastore-v1 0.14.0
Ruby Client for the Firestore in Datastore mode V1 API
Accesses the schemaless NoSQL database to provide fully managed, robust,
scalable storage for your application.
Firestore in Datastore mode is a NoSQL document database built for automatic
scaling, high performance, and ease of application development.
---
databases/Makefile | 1 +
.../rubygem-google-cloud-datastore-v1/Makefile | 22 ++++++++++++++++++++++
.../rubygem-google-cloud-datastore-v1/distinfo | 3 +++
.../rubygem-google-cloud-datastore-v1/pkg-descr | 7 +++++++
4 files changed, 33 insertions(+)
diff --git a/databases/Makefile b/databases/Makefile
index b20265375c2f..ffa44b6533dc 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -966,6 +966,7 @@
SUBDIR += rubygem-globalid-rails70
SUBDIR += rubygem-globalid-rails71
SUBDIR += rubygem-google-cloud-datastore
+ SUBDIR += rubygem-google-cloud-datastore-v1
SUBDIR += rubygem-her
SUBDIR += rubygem-hiredis
SUBDIR += rubygem-influxdb
diff --git a/databases/rubygem-google-cloud-datastore-v1/Makefile b/databases/rubygem-google-cloud-datastore-v1/Makefile
new file mode 100644
index 000000000000..a8a2aeba6040
--- /dev/null
+++ b/databases/rubygem-google-cloud-datastore-v1/Makefile
@@ -0,0 +1,22 @@
+PORTNAME= google-cloud-datastore-v1
+PORTVERSION= 0.14.0
+CATEGORIES= databases rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Ruby Client for the Firestore in Datastore mode V1 API
+WWW= https://cloud.google.com/ruby/docs/reference/google-cloud-datastore-v1/latest/ \
+ https://github.com/googleapis/google-cloud-ruby/tree/main/google-cloud-datastore-v1 \
+ https://github.com/googleapis/google-cloud-ruby
+
+LICENSE= APACHE20
+LICENSE_FILE= ${WRKSRC}/LICENSE.md
+
+RUN_DEPENDS= rubygem-gapic-common>=0.20.0<2.0:devel/rubygem-gapic-common \
+ rubygem-google-cloud-errors>=1.0<2:net/rubygem-google-cloud-errors
+
+USES= gem
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/databases/rubygem-google-cloud-datastore-v1/distinfo b/databases/rubygem-google-cloud-datastore-v1/distinfo
new file mode 100644
index 000000000000..1e41c7cee843
--- /dev/null
+++ b/databases/rubygem-google-cloud-datastore-v1/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1702028010
+SHA256 (rubygem/google-cloud-datastore-v1-0.14.0.gem) = f388ca31f092e77c1ac29ca28709e531c51dd6753d0dea7f96dd7f9eb1eb77c9
+SIZE (rubygem/google-cloud-datastore-v1-0.14.0.gem) = 57856
diff --git a/databases/rubygem-google-cloud-datastore-v1/pkg-descr b/databases/rubygem-google-cloud-datastore-v1/pkg-descr
new file mode 100644
index 000000000000..ea099804815e
--- /dev/null
+++ b/databases/rubygem-google-cloud-datastore-v1/pkg-descr
@@ -0,0 +1,7 @@
+Ruby Client for the Firestore in Datastore mode V1 API
+
+Accesses the schemaless NoSQL database to provide fully managed, robust,
+scalable storage for your application.
+
+Firestore in Datastore mode is a NoSQL document database built for automatic
+scaling, high performance, and ease of application development.