aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/apache-solr
Commit message (Collapse)AuthorAgeFilesLines
* textproc/apache-solr: update to 7.1.0.ler2018-02-043-84/+91
| | | | | | | | | | | | | | | | | | Highlights for this Solr release include: Critical Security Update: Fix for CVE-2017-12629 which is a working 0-day exploit reported on the public mailing list. Auto-scaling: Solr can now move replicas automatically when a new node is added or an existing node is removed using the auto scaling policy framework introduced in 7.0 Auto-scaling: The 'autoAddReplicas' feature which was limited to shared file systems is now available for all file systems. It has been ported to use the new autoscaling framework internally. Auto-scaling: New set-trigger, remove-trigger, set-listener, remove-listener, suspend-trigger, resume-trigger APIs Auto-scaling: New /autoscaling/history API to show past autoscaling actions and cluster events New JSON based Query DSL for Solr that extends JSON Request API to also support all query parsers and their nested parameters JSON Facet API: min/max aggregations are now supported on single-valued date fields Lucene's Geo3D (surface of sphere & ellipsoid) is now supported on spatial RPT fields by setting spatialContextFactory="Geo3D". Furthermore, this is the first time Solr has out of the box support for polygons Expanded support for statistical stream evaluators such as various distributions, rank correlations, distances and more. Multiple other optimizations and bug fixes PR: 223073 Submitted by: idefix@fechner.net (Maintainer) Security: CVE-2017-12629
* textproc/apache-solr: upgrade to 7.0.1ler2018-02-043-433/+116
| | | | | PR: 222932 Submitted by: idefix@fechner.net (maintainer)
* * Fixed uid:gid of solr directoriesultima2017-07-073-27/+6
| | | | | | | | PR: 220001 Submitted by: Matthias Fechner <idefix@fechner.net> (maintainer), Reshad Patuck <reshadpatuck1@gmail.com> Reviewed by: lifanov (mentor) Approved by: lifanov (mentor) Differential Revision: https://reviews.freebsd.org/D11501
* textproc/apache-solr: update 6.5.0 -> 6.5.1pi2017-05-032-5/+4
| | | | | | PR: 218971 Changes: http://lucene.apache.org/solr/6_5_1/changes/Changes.html Submitted by: Matthias Fechner <idefix@fechner.net> (maintainer)
* Stock apache-solr scripts use lsof during startup to check if Solr started ↵ler2017-04-183-5/+36
| | | | | | | | | | | | | | | | | properly. When deploying Apache Solr in Jail lsof needs access to /dev/mem which is not allowed by default. Lack of the access makes the startup script run in the loop for 3 minutes and then it assumes that it might have succeed. Allowing access to /dev/mem makes running Solr in Jail a bit pointless. Following patch changes the behaviour of Solr startup script to use sockstat instead of lsof to check if Solr has already started. This also makes the dependency on lsof obsolete. While here, pet portlint. PR: 218654 Submitted by: Wiktor Niesiobedzki <bsd@vink.pl> Approved by: idefix@fechner.net (maintainer), adamw (mentor) Differential Revision: https://reviews.freebsd.org/D10416
* - Update to 6.5.0miwi2017-04-174-4748/+40
| | | | | PR: 218523 Submitted by: maintainer
* Update to 6.4.0.vanilla2017-01-233-92/+373
| | | | | PR: 216341 Submitted by: maintainer
* Update to 6.3.0matthew2016-12-224-60/+117
| | | | | PR: 215389 Submitted by: idefix@fechner.net (maintainer)
* textproc/apache-solr: 5.5.2 -> 6.2.0pi2016-09-118-672/+6311
| | | | | | | | - submitter becomes maintainer PR: 201455, 212313 Changes: https://lucene.apache.org/solr/6_2_0/changes/Changes.html Submitted by: Matthias Fechner <idefix@fechner.net>
* Update to version 5.5.2pawel2016-08-283-27/+441
| | | | | PR: 211286 (based on) Submitted by: ari@ish.com.au
* - Fix trailing whitespace in pkg-descrs, categories [p-x]*amdmi32016-05-191-1/+1
| | | | Approved by: portmgr blanket
* Remove UNIQUENAME and LATEST_LINK.mat2015-08-171-1/+0
| | | | | | | | | | | | | | | | | UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now, we won't have conflicts there. Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel has the correct PKGNAME anyway. Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called OPTIONS_FILE now.) Reviewed by: antoine, bapt Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3336
* textproc/apache-solr: fixing the port, providing missing filespi2015-08-042-2/+206
| | | | | | | | | - Provide missing files like bin/solr and bin/post - still open: provide a working startup script and some instructions on how to configure PR: 201455 Submitted by: idefix@fechner.net, elferdo@gmail.com
* textproc/apache-solr: 4.10.4 -> 5.2.1pi2015-06-263-19/+16
| | | | | Changes see: http://lucene.apache.org/solr/5_2_1/changes/Changes.html
* Update to 4.10.4.delphij2015-05-303-3/+7
|
* MASTER_SITES cleanup.mat2015-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
* - Add CPE informationsunpoet2015-03-311-1/+4
| | | | | PR: 199032 Submitted by: shun <shun.fbsd.pr@dropcut.net>
* . Allow Apache Solr to be run with either openjdk7 or openjdk8.glewis2015-02-161-1/+1
| | | | | PR: 195860 Submitted by: paul@gromit.dlib.vt.edu
* textproc/apache-solr: Reset maintainermarino2015-02-071-1/+1
| | | | | | | There's been 3 consecutive PR timeouts on this port (two still pending from early December). The last sighting of former maintainer was November 2013 and he didn't stage the port (strike 4). That's the justification for the reset.
* textproc/apache-solr: 4.8.1 -> 4.10.1pi2014-10-205-14/+65
| | | | | | | | | Changes see: http://lucene.apache.org/solr/4_10_1/changes/Changes.html PR: 193290 Submitted by: Radim Kolar <hsn@sendmail.cz> Approved by: gaod@hychen.org (maintainer timeout)
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...adamw2014-07-301-2/+1
| | | | Approved by: portmgr (not really, but touches unstaged ports)
* - Update to 4.8.1miwi2014-06-053-14/+17
| | | | | PR: 190449 Submitted by: Larry Rosenman
* - Convert to stagingmat2014-01-261-8/+5
| | | | | | | - Add license - Convert to options helpers Sponsored by: Absolight
* Fix properties on pkg-plistbapt2014-01-221-1/+0
|
* - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mkohauer2013-12-311-1/+1
| | | | | | | | | | | | | | - svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20 - add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk - add entry in UPDATING - bulk change all ports AL2 => APACHE20 - math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4 PR: ports/184785 Submitted by: ohauer Reviewed by: tabthorpe Approved by: portmgr (tabthorpe@)
* - Update to 4.6.0sunpoet2013-11-253-8/+8
| | | | | | Changes: http://lucene.apache.org/solr/4_6_0/changes/Changes.html PR: ports/184262 Submitted by: Hung-Yi Chen <gaod@hychen.org> (maintainer)
* - Update to 4.5.1sunpoet2013-11-232-3/+3
| | | | | | Changes: http://lucene.apache.org/solr/4_5_1/changes/Changes.html PR: ports/184155 Submitted by: Hung-Yi Chen <gaod@hychen.org> (maintainer)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | textproc)
* Upgrade to 4.4.0.vanilla2013-08-263-5/+5
| | | | | PR: ports/181539 Submitted by: maintainer
* - Update to 4.1.3miwi2013-06-272-3/+3
| | | | PR: 179982
* Upgrade to 4.3.0.vanilla2013-06-133-8/+11
| | | | | PR: ports/179516 Submitted by: maintainer
* - Update to version 4.2.0 [1]pawel2013-03-214-10/+12
| | | | | | | | - Convert to OptionsNG - Fix WWW: line in pkg-descr PR: ports/176876 [1] Submitted by: Hung-Yi Chen <gaod@hychen.org> (maintainer)
* 1: repo-copy apache-solr3 from apache-solrvanilla2013-02-263-21/+37
| | | | | | | | 2: upgrade apache-solr3 to 3.6.2. 3: upgrade apache-solr to 4.1.0. PR: ports/176237 Submitted by: maintainer
* Decommissioning java 1.5 (EOLed since October 2009):bapt2012-12-101-6/+2
| | | | suppress any reference to JAVA_VERSION= 1.5+ (part3)
* - Update to 3.6.0, and pass maintainership to submitter [1]jgh2012-05-053-164/+13
| | | | | | | | | | | | - while here... [2] - Add AL2 License - drop unneeded usage of bsd.port.pre.mk - standardize on MASTER_SITES - standardize on install, use COPYTREE_SHARE in favor of CP - use PORTEXAMPLES, and have plist follow PR: ports/167511 Submitted by: gaod@hychen.org [1], jgh@ [2] Approved by: maintainer, gslin@gslin.org [1], new maintainer gaod@hychen.org [2]
* - update to 3.5.0rm2012-01-083-4/+6
| | | | | | PR: 163859 Submitted by: Hung-Yi Chen <gaod at cse dot tw> Approved by: maintainer
* -Update to 3.4.0scheidell2011-12-083-9/+9
| | | | | | | PR: ports/162281 Submitted by: Hung-Yi Chen <gaod@hychen.org> Approved by: gslin@gslin.org (maintainer timeout, 30 days), mentor (gabor) Feature safe: yes
* - Update to 3.2.0miwi2011-06-253-12/+49
| | | | | PR: 157926 Submitted by: maintainer
* - Update to 1.4.1sahil2010-07-042-4/+4
| | | | | | | PR: ports/148355 Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer) Approved by: wxs@/itetcu@ (mentors, implicit) Feature safe: yes
* - Update to 1.4.0nemoliu2010-01-133-63/+60
| | | | | PR: ports/142762 Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
* Solr is an open source enterprise search server based on the Lucenemiwi2009-03-224-0/+177
Java search library, with XML/HTTP and JSON APIs, hit highlighting, faceted search, caching, replication, a web administration interface and many more features. It runs in a Java servlet container such as Tomcat. WWW: http://lucene.apache.org/solr/ PR: ports/132665 Submitted by: Gea-Suan Lin <gslin at gslin.org>