Commit graph

5 commits

Author SHA1 Message Date
Mathieu Arnold
135fdeebb9
all: Remove all other $FreeBSD keywords. 2021-04-06 16:31:13 +02:00
Kurt Jaeger
cde286e9c8 databases/cassandra4: fix aarch64/arm64 build (javadoc fails)
- Increase maxmem of javadoc
  On amd64 the build does not fail, but on arm64 it fails.

PR:		252068
Submitted by:	Ronald Klop <ronald-lists@klop.ws>
Approved by:	language.devel@gmail.com (maintainer)
2021-02-05 19:53:56 +00:00
Mikael Urankar
0c4cda23b3 databases/cassandra4: Update to version 4.0-beta2.
PR:		250167
Submitted by:	Angelo Polo (maintainer)
2020-11-02 17:40:42 +00:00
Mikael Urankar
f769e737f1 databases/cassandra4: Update to 4.0-beta1
- Update to version 4.0-beta1
 - fix build on aarch64

PR:		248228 248004
Submitted by:	Angelo Polo (maintainer), Ronald Klop (aarch64 fix)
2020-07-26 12:55:20 +00:00
Kurt Jaeger
a7404fb865 New port: databases/cassandra4: Highly scalable distributed database
Apache Cassandra is a free and open-source distributed database.
It is a Java-based, highly scalable, eventually consistent, wide
column store. Cassandra database clusters are masterless with no
single point of failure. Replication can be configured across
multiple data centers.

Originally influenced by Dynamo and BigTable, Cassandra was initially
developed at and open sourced by Facebook before becoming a top-level
Apache project.

The CQL query language offers SQL-like data access and management.
Drivers are available for a number of languages.

This is an ALPHA version! It is not intended for production use.

WWW: https://cassandra.apache.org/

PR:		246081
Submitted by:	Angelo Polo <language.devel@gmail.com>
Reviewed by:	yuri
2020-05-02 19:48:32 +00:00