git: 1f2f38e07429 - main - textproc/opensearch*: New opensearch ports
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 18 Jan 2025 21:14:12 UTC
The branch main has been updated by acm: URL: https://cgit.FreeBSD.org/ports/commit/?id=1f2f38e07429563b512b8a88c7252d47c8445a81 commit 1f2f38e07429563b512b8a88c7252d47c8445a81 Author: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> AuthorDate: 2025-01-18 20:59:19 +0000 Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> CommitDate: 2025-01-18 21:14:04 +0000 textproc/opensearch*: New opensearch ports opensearch216: Full-text search engine for Java opensearch-dashboards216: Visualization dashboards for OpenSearch These ports are necessary for new version of Wazuh SIEM/XDR (4.10.x) --- textproc/Makefile | 2 ++ textproc/opensearch-dashboards216/Makefile | 14 ++++++++++++++ textproc/opensearch-dashboards216/distinfo | 3 +++ textproc/opensearch216/Makefile | 13 +++++++++++++ textproc/opensearch216/distinfo | 3 +++ 5 files changed, 35 insertions(+) diff --git a/textproc/Makefile b/textproc/Makefile index 04f3eac1d5e0..22aac74dd14d 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -537,9 +537,11 @@ SUBDIR += opensearch-dashboards SUBDIR += opensearch-dashboards210 SUBDIR += opensearch-dashboards213 + SUBDIR += opensearch-dashboards216 SUBDIR += opensearch13 SUBDIR += opensearch210 SUBDIR += opensearch213 + SUBDIR += opensearch216 SUBDIR += opensp SUBDIR += openvanilla-framework SUBDIR += or-aspell diff --git a/textproc/opensearch-dashboards216/Makefile b/textproc/opensearch-dashboards216/Makefile new file mode 100644 index 000000000000..939ca7087b1a --- /dev/null +++ b/textproc/opensearch-dashboards216/Makefile @@ -0,0 +1,14 @@ +DISTVERSION= 2.16.0 + +PKGNAMESUFFIX= 216 + +COMMENT= Visualization dashboards for OpenSearch + +CONFLICTS= opensearch-dashboards opensearch-dashboards210 \ + opensearch-dashboards213 + +DISTINFO_FILE= ${.CURDIR}/distinfo + +MASTERDIR= ${.CURDIR}/../../textproc/opensearch-dashboards + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/opensearch-dashboards216/distinfo b/textproc/opensearch-dashboards216/distinfo new file mode 100644 index 000000000000..1fd3635f2b8a --- /dev/null +++ b/textproc/opensearch-dashboards216/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1736652284 +SHA256 (opensearch-dashboards-2.16.0-linux-x64.tar.gz) = e3ebdd00c21cf7508609c93bfca5aa3d99b66a2681add231af38383bed33d12a +SIZE (opensearch-dashboards-2.16.0-linux-x64.tar.gz) = 327600245 diff --git a/textproc/opensearch216/Makefile b/textproc/opensearch216/Makefile new file mode 100644 index 000000000000..2337ba464545 --- /dev/null +++ b/textproc/opensearch216/Makefile @@ -0,0 +1,13 @@ +DISTVERSION= 2.16.0 + +PKGNAMESUFFIX= 216 + +COMMENT= Full-text search engine for Java + +CONFLICTS= opensearch opensearch13 opensearch210 opensearch213 + +DISTINFO_FILE= ${.CURDIR}/distinfo + +MASTERDIR= ${.CURDIR}/../../textproc/opensearch + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/opensearch216/distinfo b/textproc/opensearch216/distinfo new file mode 100644 index 000000000000..c7a79225e5da --- /dev/null +++ b/textproc/opensearch216/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1736652867 +SHA256 (opensearch-2.16.0-linux-x64.tar.gz) = ed0bb23499d38a0e3bd88f8b975b215a643662858500ac05630e292be06f65b2 +SIZE (opensearch-2.16.0-linux-x64.tar.gz) = 904196816