notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
Port details
opensearch13 Full-text search engine for Java
1.3.10_2 textproc on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.3.10_1Version of this port present on the latest quarterly branch.
Maintainer: opensearch@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2022-12-07 00:33:05
Last Update: 2026-04-02 21:06:57
Commit Hash: 86813e9
Also Listed In: devel java
License: APACHE20
WWW:
https://opensearch.org
Description:
OpenSearch is a fork of Elasticsearch which aims to be a Distributed, RESTful, Search Engine built on top of Apache Lucene.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (3 items)
Collapse this list.
  1. /usr/local/share/licenses/opensearch13-1.3.10_2/catalog.mk
  2. /usr/local/share/licenses/opensearch13-1.3.10_2/LICENSE
  3. /usr/local/share/licenses/opensearch13-1.3.10_2/APACHE20
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • opensearch
Dependency lines:
  • opensearch13>0:textproc/opensearch13
Conflicts:
CONFLICTS:
  • opensearch
To install the port:
cd /usr/ports/textproc/opensearch13/ && make install clean
To add the package, run one of these commands:
  • pkg install textproc/opensearch13
  • pkg install opensearch13
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: opensearch13
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1684548989 SHA256 (opensearch-1.3.10-linux-x64.tar.gz) = 711ab9c465a2782a236763bbcdb0e16b5d0cc97c01f0a533e8a5bcfce4df79f4 SIZE (opensearch-1.3.10-linux-x64.tar.gz) = 423540454

Packages (timestamps in pop-ups are UTC):
opensearch13
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.3.10_11.3.10_1-1.3.101.3.10_2n/an/an/a
FreeBSD:13:quarterly1.3.10_11.3.10_1--1.3.10_1n/an/an/a
FreeBSD:14:latest1.3.10_21.3.10_2--1.3.10_2--1.3.10
FreeBSD:14:quarterly1.3.10_11.3.10_1-1.3.101.3.10_1-1.3.101.3.10
FreeBSD:15:latest1.3.10_21.3.10_2n/a-n/an/a1.3.101.3.10
FreeBSD:15:quarterly1.3.10_11.3.10_1n/a-n/an/a--
FreeBSD:16:latest1.3.10_21.3.10_2n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. jna>0 : devel/jna
Runtime dependencies:
  1. bash>0 : shells/bash
  2. jna>0 : devel/jna
  3. java : java/openjdk25
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for opensearch13-1.3.10_2: PLUGINS=on: Build and/or install plugins ===> Use 'make config' to modify these settings
Options name:
textproc_opensearch13
USES:
cpe java shebangfix
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://artifacts.opensearch.org/releases/bundle/opensearch/1.3.10/
Collapse this list.

Number of commits found: 6

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.3.10_2
02 Apr 2026 21:06:57
commit hash: 86813e9ccf597695e26c8104e678f913689f1e93commit hash: 86813e9ccf597695e26c8104e678f913689f1e93commit hash: 86813e9ccf597695e26c8104e678f913689f1e93commit hash: 86813e9ccf597695e26c8104e678f913689f1e93 files touched by this commit
Ronald Klop (ronald) search for other commits by this committer
*/*: bump portrevision after java_default=25 update

Included all ports that have USES=java.

PR:	293559
1.3.10_1
26 Feb 2026 08:10:21
commit hash: 2baaf16375792e66c71bc985f99e147f90be47fccommit hash: 2baaf16375792e66c71bc985f99e147f90be47fccommit hash: 2baaf16375792e66c71bc985f99e147f90be47fccommit hash: 2baaf16375792e66c71bc985f99e147f90be47fc files touched by this commit
Ronald Klop (ronald) search for other commits by this committer
*/*: bump portrevision after java_default=21 update

PR:	272855
1.3.10
31 Dec 2024 08:57:55
commit hash: 0835676e361bca74b28b09fe0425ed5ee958f26bcommit hash: 0835676e361bca74b28b09fe0425ed5ee958f26bcommit hash: 0835676e361bca74b28b09fe0425ed5ee958f26bcommit hash: 0835676e361bca74b28b09fe0425ed5ee958f26b files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
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
1.3.10
21 May 2023 20:01:19
commit hash: 8dd336d9b00680ede22a489429b6746da4298dc9commit hash: 8dd336d9b00680ede22a489429b6746da4298dc9commit hash: 8dd336d9b00680ede22a489429b6746da4298dc9commit hash: 8dd336d9b00680ede22a489429b6746da4298dc9 files touched by this commit
Romain Tartière (romain) search for other commits by this committer
textproc/opensearch13: Update to 1.3.10

Release notes:
https://github.com/opensearch-project/opensearch-build/blob/main/release-notes/opensearch-release-notes-1.3.10.md

With hat:	opensearch
1.3.9
16 Apr 2023 01:16:30
commit hash: 454a205f826e15ffa82023c78e178f38e6177f1bcommit hash: 454a205f826e15ffa82023c78e178f38e6177f1bcommit hash: 454a205f826e15ffa82023c78e178f38e6177f1bcommit hash: 454a205f826e15ffa82023c78e178f38e6177f1b files touched by this commit
Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
textproc/opensearch13-*: Update to 1.3.9

ChangeLog
at:	https://github.com/opensearch-project/OpenSearch/blob/main/release-notes/opensearch.release-notes-1.3.9.md
1.3.6
07 Dec 2022 00:30:12
commit hash: b69832321910ef0ba87db154929c6ade328f9787commit hash: b69832321910ef0ba87db154929c6ade328f9787commit hash: b69832321910ef0ba87db154929c6ade328f9787commit hash: b69832321910ef0ba87db154929c6ade328f9787 files touched by this commit
Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
textproc/opensearch13: New port: Full-text search engine for Java (1.3.x branch)

OpenSearch is a fork of Elasticsearch which aims to be a Distributed,
RESTful, Search Engine built on top of Apache Lucene.

Number of commits found: 6