Date: Tue, 28 Apr 2026 12:20:56 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 282693] [NEW PORT] databases/cassandra5: Highly scalable distributed database Message-ID: <bug-282693-7788-qq6kOZU9AA@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-282693-7788@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282693 --- Comment #8 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=7390911f653d615db8240fde5d0057f244eac2b4 commit 7390911f653d615db8240fde5d0057f244eac2b4 Author: Angelo Polo <language.devel@gmail.com> AuthorDate: 2026-04-22 05:45:41 +0000 Commit: Ronald Klop <ronald@FreeBSD.org> CommitDate: 2026-04-28 12:19:40 +0000 databases/cassandra5: new port Cassandra 5.0 Highly scalable distributed database PR: 282693 databases/Makefile | 1 + databases/cassandra5/Makefile (new) | 199 ++ databases/cassandra5/distinfo (new) | 7 + databases/cassandra5/files/cassandra.in (new) | 39 + .../files/maven/.build/build-bench.xml (new) | 153 ++ .../files/maven/.build/build-checkstyle.xml (new) | 64 + .../files/maven/.build/build-cqlsh.xml (new) | 24 + .../files/maven/.build/build-git.xml (new) | 70 + .../files/maven/.build/build-owasp.xml (new) | 118 ++ .../files/maven/.build/build-rat.xml (new) | 111 ++ .../files/maven/.build/build-resolver.xml (new) | 314 +++ .../files/maven/.build/build-sonar.xml (new) | 247 +++ .../.build/cassandra-build-deps-template.xml (new) | 159 ++ .../maven/.build/cassandra-deps-template.xml (new) | 380 ++++ .../files/maven/.build/checkstyle.xml (new) | 188 ++ .../maven/.build/checkstyle_suppressions.xml (new) | 25 + .../files/maven/.build/checkstyle_test.xml (new) | 149 ++ .../files/maven/.build/generate-snyk-file (new) | 75 + .../owasp/dependency-check-suppressions.xml (new) | 42 + .../maven/.build/parent-pom-template.xml (new) | 1267 ++++++++++++ .../.build/sonar/sonar-quality-gate.json (new) | 22 + .../.build/sonar/sonar-quality-profile.xml (new) | 30 + .../files/maven/.build/sonar/sonar-report.sh (new) | 66 + .../maven/.build/sonar/sonar-setup-local.sh (new) | 74 + .../files/maven/build.properties.default (new) | 23 + databases/cassandra5/files/maven/build.xml (new) | 2094 ++++++++++++++++++++ .../anttasks/EchoEclipseProjectLibs.java (new) | 66 + .../cassandra/anttasks/JdkProperties.java (new) | 33 + .../anttasks/SetSystemProperty.java (new) | 62 + .../cassandra/anttasks/TestHelper.java (new) | 55 + .../anttasks/TestNameCheckTask.java (new) | 195 ++ databases/cassandra5/files/patch-build.xml (new) | 153 ++ .../files/patch-conf_cassandra-env.sh (new) | 11 + .../files/patch-conf_cassandra.yaml (new) | 71 + .../cassandra5/files/patch-doc_Makefile (new) | 7 + ...a_org_apache_cassandra_config_Config.java (new) | 11 + ...dra_db_commitlog_MemoryMappedSegment.java (new) | 11 + ...andra_service_NativeTransportService.java (new) | 18 + ...ache_cassandra_service_StartupChecks.java (new) | 17 + ...e_cassandra_utils_FastByteOperations.java (new) | 108 + ...apache_cassandra_utils_NativeLibrary.java (new) | 14 + .../patch-test_conf_cassandra-murmur.yaml (new) | 10 + .../patch-test_conf_cassandra-seeds.yaml (new) | 10 + .../files/patch-test_conf_cassandra.yaml (new) | 10 + ...conf_unit-test-conf_test-native-port.yaml (new) | 10 + databases/cassandra5/pkg-descr (new) | 12 + databases/cassandra5/pkg-message (new) | 9 + databases/cassandra5/pkg-plist (new) | 184 ++ 48 files changed, 7018 insertions(+) -- You are receiving this mail because: You are the assignee for the bug.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-282693-7788-qq6kOZU9AA>
