Skip to content

Commit

Permalink
databases/rubygem-google-cloud-datastore: Add rubygem-google-cloud-da…
Browse files Browse the repository at this point in the history
…tastore 2.8.0

google-cloud-datastore is the official library for Google Cloud Datastore.

Google Cloud Datastore is a fully managed, schemaless database for storing
non-relational data. Cloud Datastore automatically scales with your users and
supports ACID transactions, high availability of reads and writes, strong
consistency for reads and ancestor queries, and eventual consistency for all
other queries.
  • Loading branch information
sunpoet committed Dec 14, 2023
1 parent de63c2e commit a4cc622
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 0 deletions.
1 change: 1 addition & 0 deletions databases/Makefile
Expand Up @@ -965,6 +965,7 @@
SUBDIR += rubygem-globalid-rails61
SUBDIR += rubygem-globalid-rails70
SUBDIR += rubygem-globalid-rails71
SUBDIR += rubygem-google-cloud-datastore
SUBDIR += rubygem-her
SUBDIR += rubygem-hiredis
SUBDIR += rubygem-influxdb
Expand Down
23 changes: 23 additions & 0 deletions databases/rubygem-google-cloud-datastore/Makefile
@@ -0,0 +1,23 @@
PORTNAME= google-cloud-datastore
PORTVERSION= 2.8.0
CATEGORIES= databases rubygems
MASTER_SITES= RG

MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Official library for Google Cloud Datastore
WWW= https://cloud.google.com/ruby/docs/reference/google-cloud-datastore/latest/ \
https://googleapis.github.io/google-cloud-ruby/docs/ \
https://github.com/googleapis/google-cloud-ruby/tree/main/google-cloud-datastore \
https://github.com/googleapis/google-cloud-ruby

LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE

RUN_DEPENDS= rubygem-google-cloud-core>=1.5<2:net/rubygem-google-cloud-core \
rubygem-google-cloud-datastore-v1>=0.0<1:databases/rubygem-google-cloud-datastore-v1

USES= gem

NO_ARCH= yes

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions databases/rubygem-google-cloud-datastore/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1702028008
SHA256 (rubygem/google-cloud-datastore-2.8.0.gem) = b60ec88071f0ef271c592cae4c15715699deb19ed40f3fa9c82a81bc27fd50dc
SIZE (rubygem/google-cloud-datastore-2.8.0.gem) = 52736
7 changes: 7 additions & 0 deletions databases/rubygem-google-cloud-datastore/pkg-descr
@@ -0,0 +1,7 @@
google-cloud-datastore is the official library for Google Cloud Datastore.

Google Cloud Datastore is a fully managed, schemaless database for storing
non-relational data. Cloud Datastore automatically scales with your users and
supports ACID transactions, high availability of reads and writes, strong
consistency for reads and ancestor queries, and eventual consistency for all
other queries.

0 comments on commit a4cc622

Please sign in to comment.