Port details |
- lucene5 Full-text search engine for Java, 5.x branch
- 5.5.5 textproc
=2 5.5.5Version of this port present on the latest quarterly branch. - There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2015-03-15 09:36:42
- Last Update: 2024-12-31 08:57:55
- Commit Hash: 0835676
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: devel java
- License: APACHE20
- WWW:
- https://lucene.apache.org/core/
- Description:
- Lucene 5.x is a Java full-text search engine. Lucene is not a complete
application, but rather a code library and API that can easily be used
to add search capabilities to applications.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- lucene5>0:textproc/lucene5
- Conflicts:
- CONFLICTS:
- To install the port:
- cd /usr/ports/textproc/lucene5/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/lucene5
- pkg install lucene5
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: lucene5
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1509264071
SHA256 (lucene-5.5.5.tgz) = cd3b4585fd677575f1649d5db05ba135e442f7eceb7e93212fd13053f8520096
SIZE (lucene-5.5.5.tgz) = 66422018
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- java : java/openjdk8
- This port is required by:
- for Build
-
- math/scilab
- for Run
-
- math/scilab
Configuration Options:
- ===> The following configuration options are available for lucene5-5.5.5:
CONTRIB=on: Install contributed jars
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- textproc_lucene5
- USES:
- cpe java tar:tgz
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.5.5 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 |
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) |
5.5.5 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 ) |
5.5.5 20 Jul 2022 14:23:14
    |
Tobias C. Berner (tcberner)  |
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
5.5.5 29 Jun 2022 16:33:09
    |
Po-Chuan Hsieh (sunpoet)  |
textproc/lucene5: Update WWW |
5.5.5 11 Oct 2021 19:30:14
    |
Daniel Engberg (diizzy)  |
textproc/lucene5: Update MASTER_SITES
Use a direct URL to Apache's release archive site as it's not mirrored
by upstream mirror sites
Approved by: arrowd (mentor)
Differential Revision: https://reviews.freebsd.org/D32377 |
5.5.5 21 Sep 2021 12:58:03
    |
Bernhard Froehlich (decke)  |
textproc/lucene5: Add CPE information
Approved by: portmgr (blanket) |
5.5.5 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
5.5.5 26 Nov 2019 21:46:13
  |
jkim  |
Clean up after java/openjdk6 and java/openjdk6-jre removal
java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and
java/openjdk6 and java/openjdk6-jre were removed from the ports tree
(r512663). Now this patch completely removes remaining stuff from the
ports tree.
PR: 241953 (exp-run)
Reviewed by: glewis
Approved by: portmgr (antoine)
Differential Revision: https://reviews.freebsd.org/D22342 |
5.5.5 29 Oct 2017 08:19:27
  |
vanilla  |
Update to 5.5.5. |
5.5.4 20 Feb 2017 05:10:20
  |
vanilla  |
Update to 5.5.4. |
5.5.3 24 Nov 2016 16:07:53
  |
amdmi3  |
- Add LICENSE_FILE
- Add NO_ARCH
- Pet portlint
- Switch to options helpers
- Cosmetic fixes |
5.5.3 12 Nov 2016 18:14:04
  |
mva  |
- Update to version 5.5.3
- Pass maintainership back to ports. I lack the time to maintain it the
way it deserves. |
5.4.0 16 Dec 2015 09:35:57
  |
mva  |
- Update to version 5.4.0 |
5.1.0 14 May 2015 10:15:09
  |
mat  |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
5.1.0 04 May 2015 16:56:49
  |
mva  |
- Update to version 5.1.0
Version 5.1.0 comes with new and improved collectors, filters and
matchers and several bug fixes and optimizations.
Changelog: https://lucene.apache.org/core/5_1_0/changes/Changes.html |
5.0.0 15 Mar 2015 09:36:34
  |
mva  |
Lucene 5.x is a Java full-text search engine. Lucene is not a complete
application, but rather a code library and API that can easily be used
to add search capabilities to applications.
WWW: http://lucene.apache.org/java/ |