summaryrefslogtreecommitdiff
path: root/databases/cassandra4 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* databases/cassandra4: Update MASTER_SITESDaniel Engberg2021-10-121-1/+1
| | | | | | | | 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
* databases/cassandra4: Add CPE informationBernhard Froehlich2021-09-251-1/+2
| | | | Approved by: portmgr (blanket)
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-3/+1
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Unbreak bulk -a with PYTHON3_DEFAULT=3.8Antoine Brodin2021-02-241-1/+1
| | | | PR: 253815
* databases/cassandra4: fix aarch64/arm64 build (javadoc fails)Kurt Jaeger2021-02-051-0/+9
| | | | | | | | | - 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)
* Remove PY_SPHINX from ports using Python 3Danilo G. Baio2021-01-141-1/+1
| | | | | Approved by: portmgr blanket Differential Revision: https://reviews.freebsd.org/D28093
* databases/cassandra4: Update to version 4.0-beta2.Mikael Urankar2020-11-0211-47/+54
| | | | | PR: 250167 Submitted by: Angelo Polo (maintainer)
* databases/cassandra4: Update to 4.0-beta1Mikael Urankar2020-07-266-54/+67
| | | | | | | | - Update to version 4.0-beta1 - fix build on aarch64 PR: 248228 248004 Submitted by: Angelo Polo (maintainer), Ronald Klop (aarch64 fix)
* Multiple ports: improve regex compliance (part 2)Kyle Evans2020-07-241-4/+4
| | | | | | | | | | | | | | 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)
* Update SphinxDanilo G. Baio2020-05-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 Shared macro to use with flavors and not break ports with USES=python (all versions). Python >=3.5 --> textproc/py-sphinx (v3.0.2) Python < 3.5 --> textproc/py-sphinx18 (v1.8.5) All ports that uses sphinx were changed to use the new variable ${PY_SPHINX} in the dependency line, exceptions: * Ports that fails to build with sphinx 3.0.2 because of code. They are pointing to textproc/py-sphinx18 directly. There aren't many ports. * Ports that doesn't know Python flavors. - Add several patches to fix Sphinx consumers The most common issues are related with pkg-plist, the output files from Sphinx changes between versions, keep this dynamically is the better approach. This will save time in future sphinx updates. PR: 245629 Exp-run by: antoine
* New port: databases/cassandra4: Highly scalable distributed databaseKurt Jaeger2020-05-0219-0/+1005
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