aboutsummaryrefslogtreecommitdiff
path: root/textproc/lucene5
Commit message (Collapse)AuthorAgeFilesLines
* Clean up after java/openjdk6 and java/openjdk6-jre removalJung-uk Kim2019-11-261-1/+0
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=518482
* Update to 5.5.5.Vanilla I. Shu2017-10-292-4/+4
| | | | Notes: svn path=/head/; revision=453100
* Update to 5.5.4.Vanilla I. Shu2017-02-202-4/+4
| | | | Notes: svn path=/head/; revision=434435
* - Add LICENSE_FILEDmitry Marakasov2016-11-241-23/+24
| | | | | | | | | | - Add NO_ARCH - Pet portlint - Switch to options helpers - Cosmetic fixes Notes: svn path=/head/; revision=427040
* - Update to version 5.5.3Marcus von Appen2016-11-122-4/+5
| | | | | | | | - Pass maintainership back to ports. I lack the time to maintain it the way it deserves. Notes: svn path=/head/; revision=425978
* - Update to version 5.4.0Marcus von Appen2015-12-162-3/+4
| | | | Notes: svn path=/head/; revision=403849
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=386312
* - Update to version 5.1.0Marcus von Appen2015-05-042-3/+3
| | | | | | | | | | 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 Notes: svn path=/head/; revision=385417
* Lucene 5.x is a Java full-text search engine. Lucene is not a completeMarcus von Appen2015-03-153-0/+97
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/ Notes: svn path=/head/; revision=381310