Port details |
- cassandra4 Highly scalable distributed database
- 4.0.8 databases =3 4.0.8Version of this port present on the latest quarterly branch.
- Maintainer: language.devel@gmail.com
- Port Added: 2020-05-02 19:48:42
- Last Update: 2024-12-31 08:57:55
- Commit Hash: 0835676
- People watching this port, also watch:: vpopmail, chromium, autoconf, telegram-desktop, ntimed
- Also Listed In: java
- License: APACHE20
- WWW:
- https://cassandra.apache.org/
- Description:
- 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 a BETA version!
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- cassandra4>0:databases/cassandra4
- Conflicts:
- CONFLICTS:
- To install the port:
- cd /usr/ports/databases/cassandra4/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/cassandra4
- pkg install cassandra4
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: cassandra4
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1679924890
SHA256 (cassandra/apache-cassandra-4.0.8-src.tar.gz) = 98da97d7fe850a0a24eb2aef212e982f73205cbd63955d2915b4ad02e28dae9c
SIZE (cassandra/apache-cassandra-4.0.8-src.tar.gz) = 12953548
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-sphinx>=0,1 : textproc/py-sphinx@py311
- py311-sphinx_rtd_theme>0 : textproc/py-sphinx_rtd_theme@py311
- java : java/openjdk8
- ant : devel/apache-ant
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- snappyjava>=0 : archivers/snappy-java
- netty>0 : java/netty
- java-sigar>=1.6.4 : java/sigar
- python3.11 : lang/python311
- Fetch dependencies:
-
- ant : devel/apache-ant
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for cassandra4-4.0.8:
DOCS=on: Build and/or install documentation
SIGAR=on: Use SIGAR to collect system information
===> Use 'make config' to modify these settings
- Options name:
- databases_cassandra4
- USES:
- cpe java:ant python shebangfix
- pkg-message:
- For install:
- Entries for this machine's hostname may need to be set in /etc/hosts
if you get a "Local host name unknown" exception on startup
(see https://issues.apache.org/jira/browse/CASSANDRA-2380):
::1 localhost localhost.your.domain your-host-name
127.0.0.1 localhost localhost.your.domain your-host-name
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.0.8 31 Dec 2024 08:57:55 |
Muhammad Moinur Rahman (bofh) |
Mk/**java.mk: Convert bsd.java.mk to USES
The following features have been added or changed:
- Instead of USE_JAVA use USES=java. This defaults to
USES=java:build,run if NO_BUILD is undefined. Else it defaults to
USES=java:run
- Instead of USE_ANT=yes use USES=java:ant which also implies
USES=java:build
- Instead of JAVA_BUILD=yes use USES=java:build. Does not imply run or
extract
- Instead of JAVA_EXTRACT=yes use USES=java:extract does not imply
build or run
- Instead of JAVA_RUN=yes use USES=java:run does not imply extract or
build
- Instead of USE_JAVA=<version> use USES=java and JAVA_VERSION=<version>
Approved by: mat (portmgr), glewis
Differential Revision: https://reviews.freebsd.org/D48201 |
4.0.8 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
4.0.8 15 May 2023 21:23:57 |
Guido Falsi (madpilot) Author: Lapo Luchini |
databases/cassandra4: Update to 4.0.8
- Add pre-fetch target to download Maven dependencies to avoid
network access during build
PR: 265478
Approved by: Angelo Polo <language.devel@gmail.com> (maintainer) |
4.0.b2 04 Apr 2023 18:10:53 |
Muhammad Moinur Rahman (bofh) |
*/*: Refactor java/openjdk7 removal
- java/openjdk7* has been removed from the tree since 2022-09-03 however
the relevant codebases in bsd.java.mk has not been removed and the
consumers has also not been updated to use the next jdk version. This
commit updates all relevant consumers to use JAVA_VERSION=8 instead of
JAVA_VERSION=1.7
- Since the introduction of jdk version 18 it looks like similar with
jdk version 8(java version string 1.8). This is prone to error as it
looks similar and is only seperated by a '.'. Remove using
JAVA_VERSION with dotted fomat of java version string and update all
consumers to utilize version 8 instead of 1.8.
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
4.0.b2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
4.0.b2 12 Oct 2021 08:39:19 |
Daniel Engberg (diizzy) |
databases/cassandra4: Update MASTER_SITES
Use a direct URL to Apache's release archive site as it's not mirrored
by upstream mirror sites
Approved by: rene (portmgr blanket), arrowd (mentor)
Differential Revision: https://reviews.freebsd.org/D32416 |
4.0.b2 25 Sep 2021 20:28:42 |
Bernhard Froehlich (decke) |
databases/cassandra4: Add CPE information
Approved by: portmgr (blanket) |
4.0.b2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
4.0.b2 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
4.0.b2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.0.b2 24 Feb 2021 15:49:02 |
antoine |
Unbreak bulk -a with PYTHON3_DEFAULT=3.8
PR: 253815 |
4.0.b2 05 Feb 2021 19:53:56 |
pi |
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) |
4.0.b2 14 Jan 2021 14:34:38 |
dbaio |
Remove PY_SPHINX from ports using Python 3
Approved by: portmgr blanket
Differential Revision: https://reviews.freebsd.org/D28093 |
4.0.b2 02 Nov 2020 17:40:42 |
mikael |
databases/cassandra4: Update to version 4.0-beta2.
PR: 250167
Submitted by: Angelo Polo (maintainer) |
4.0.b1 26 Jul 2020 12:55:20 |
mikael |
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) |
4.0.a4 24 Jul 2020 17:10:51 |
kevans |
Multiple ports: improve regex compliance (part 2)
This is again a part of the project to stop extraneous escaping of
ordinary characters and redefine some ordinary escapes as special
behavior.
Most of these ports are pushed over to use textproc/gsed because they
want to use GNU extensions. Others are fixed to either escape appropriately
(e.g. $$ rather than \$ in Makefiles!) or just remove redundant escapes
(e.g. backtick in single quotes doesn't need escaped).
PR: 229925
MFH: no (invasive risk) |
4.0.a4 11 May 2020 23:51:58 |
dbaio |
Update Sphinx
- Repocopy textproc/py-sphinx to textproc/py-sphinx18
Update it to 1.8.5 (latest version from 1.8.X).
This version supports Python 2 and 3.
Add test target.
- textproc/py-sphinx: Update to 3.0.2
Python 3 only (3.5+).
Add test target.
- Mk/Uses/python.mk: Add PY_SPHINX
(Only the first 15 lines of the commit message are shown above ) |
4.0.a4 02 May 2020 19:48:32 |
pi |
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 |