aboutsummaryrefslogtreecommitdiff
path: root/textproc/apache-solr
Commit message (Collapse)AuthorAgeFilesLines
* MFH: r527417Matthias Fechner2020-02-293-33/+73
| | | | | | | | | | | | textproc/apache-solr: security related update to 8.4.1 Switch java version to current LTS version. Security: e59cb761-5ad8-11ea-abb7-001b217b3468 Approved by: ports-secteam (joneum) Notes: svn path=/branches/2020Q1/; revision=527422
* Convert to UCL & cleanup pkg-message (categories [t-u])Mathieu Arnold2019-08-141-7/+10
| | | | Notes: svn path=/head/; revision=508910
* textproc/apache-solr: update to 8.2.0.Matthias Fechner2019-08-053-76/+113
| | | | | | | | Changelog: https://lucene.apache.org/solr/8_2_0/changes/Changes.html#v8.2.0 Notes: svn path=/head/; revision=508198
* Upgrade to version 8.1.1.Matthias Fechner2019-06-213-88/+102
| | | | | | | | For detailed changelog see here: https://lucene.apache.org/solr/8_1_1/changes/Changes.html Notes: svn path=/head/; revision=504774
* Upgrade to 8.0.0.Matthias Fechner2019-03-164-150/+163
| | | | | | | | Changelog: https://www-eu.apache.org/dist/lucene/solr/8.0.0/changes/Changes.html Notes: svn path=/head/; revision=495866
* Upgrade to 7.7.0.Matthias Fechner2019-02-153-51/+60
| | | | | | | https://lucene.apache.org/solr/7_7_0/changes/Changes.html#v7.7.0 Notes: svn path=/head/; revision=492990
* Upgrade to 7.6.0.Matthias Fechner2019-02-064-147/+132
| | | | | | | http://lucene.apache.org/solr/7_6_0/changes/Changes.html Notes: svn path=/head/; revision=492314
* textproc/apache-solr upgrade to 7.4.0.Matthias Fechner2018-10-126-151/+212
| | | | | | | | | | | | For more detail see here: http://lucene.apache.org/solr/7_4_0/changes/Changes.html Reviewed by: Ivo de Klerk <ivo@ixp.nl> Approved by: tz (mentor) Differential Revision: https://reviews.freebsd.org/D17371 Notes: svn path=/head/; revision=481923
* Changed the MAINTAINER of all my ports to have mfechner@FreeBSD.org listed.Matthias Fechner2018-05-091-1/+1
| | | | | | | | | Reviewed by: tz (mentor) Approved by: tz (mentor) Differential Revision: https://reviews.freebsd.org/D15270 Notes: svn path=/head/; revision=469442
* textproc/apache-solr: update to 7.1.0.Larry Rosenman2017-10-173-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 Notes: svn path=/head/; revision=452309
* textproc/apache-solr: upgrade to 7.0.1Larry Rosenman2017-10-113-433/+116
| | | | | | | | PR: 222932 Submitted by: idefix@fechner.net (maintainer) Notes: svn path=/head/; revision=451771
* * Fixed uid:gid of solr directoriesRichard Gallamore2017-07-063-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 Notes: svn path=/head/; revision=445166
* textproc/apache-solr: update 6.5.0 -> 6.5.1Kurt Jaeger2017-05-022-5/+4
| | | | | | | | | PR: 218971 Changes: http://lucene.apache.org/solr/6_5_1/changes/Changes.html Submitted by: Matthias Fechner <idefix@fechner.net> (maintainer) Notes: svn path=/head/; revision=439965
* Stock apache-solr scripts use lsof during startup to check if Solr started ↵Larry Rosenman2017-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 Notes: svn path=/head/; revision=438757
* - Update to 6.5.0Martin Wilke2017-04-174-4748/+40
| | | | | | | | PR: 218523 Submitted by: maintainer Notes: svn path=/head/; revision=438703
* Update to 6.4.0.Vanilla I. Shu2017-01-233-92/+373
| | | | | | | | PR: 216341 Submitted by: maintainer Notes: svn path=/head/; revision=432210
* Update to 6.3.0Matthew Seaman2016-12-214-60/+117
| | | | | | | | PR: 215389 Submitted by: idefix@fechner.net (maintainer) Notes: svn path=/head/; revision=429106
* textproc/apache-solr: 5.5.2 -> 6.2.0Kurt Jaeger2016-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> Notes: svn path=/head/; revision=421815
* Update to version 5.5.2Pawel Pekala2016-08-283-27/+441
| | | | | | | | PR: 211286 (based on) Submitted by: ari@ish.com.au Notes: svn path=/head/; revision=421024
* - Fix trailing whitespace in pkg-descrs, categories [p-x]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415500
* Remove UNIQUENAME and LATEST_LINK.Mathieu Arnold2015-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 Notes: svn path=/head/; revision=394508
* textproc/apache-solr: fixing the port, providing missing filesKurt Jaeger2015-08-032-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 Notes: svn path=/head/; revision=393488
* textproc/apache-solr: 4.10.4 -> 5.2.1Kurt Jaeger2015-06-263-19/+16
| | | | | | | | Changes see: http://lucene.apache.org/solr/5_2_1/changes/Changes.html Notes: svn path=/head/; revision=390626
* Update to 4.10.4.Xin LI2015-05-293-3/+7
| | | | Notes: svn path=/head/; revision=387894
* 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
* - Add CPE informationSunpoet Po-Chuan Hsieh2015-03-301-1/+4
| | | | | | | | PR: 199032 Submitted by: shun <shun.fbsd.pr@dropcut.net> Notes: svn path=/head/; revision=382707
* . Allow Apache Solr to be run with either openjdk7 or openjdk8.Greg Lewis2015-02-151-1/+1
| | | | | | | | PR: 195860 Submitted by: paul@gromit.dlib.vt.edu Notes: svn path=/head/; revision=379050
* textproc/apache-solr: Reset maintainerJohn Marino2015-02-061-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. Notes: svn path=/head/; revision=378548
* textproc/apache-solr: 4.8.1 -> 4.10.1Kurt Jaeger2014-10-195-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) Notes: svn path=/head/; revision=371207
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363374
* - Update to 4.8.1Martin Wilke2014-06-053-14/+17
| | | | | | | | PR: 190449 Submitted by: Larry Rosenman Notes: svn path=/head/; revision=356577
* - Convert to stagingMathieu Arnold2014-01-251-8/+5
| | | | | | | | | | - Add license - Convert to options helpers Sponsored by: Absolight Notes: svn path=/head/; revision=341120
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340674
* - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mkOlli Hauer2013-12-301-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@) Notes: svn path=/head/; revision=338168
* - Update to 4.6.0Sunpoet Po-Chuan Hsieh2013-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) Notes: svn path=/head/; revision=334839
* - Update to 4.5.1Sunpoet Po-Chuan Hsieh2013-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) Notes: svn path=/head/; revision=334654
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* Upgrade to 4.4.0.Vanilla I. Shu2013-08-263-5/+5
| | | | | | | | PR: ports/181539 Submitted by: maintainer Notes: svn path=/head/; revision=325389
* - Update to 4.1.3Martin Wilke2013-06-272-3/+3
| | | | | | | PR: 179982 Notes: svn path=/head/; revision=321860
* Upgrade to 4.3.0.Vanilla I. Shu2013-06-133-8/+11
| | | | | | | | PR: ports/179516 Submitted by: maintainer Notes: svn path=/head/; revision=320733
* - Update to version 4.2.0 [1]Pawel Pekala2013-03-204-10/+12
| | | | | | | | | | | - Convert to OptionsNG - Fix WWW: line in pkg-descr PR: ports/176876 [1] Submitted by: Hung-Yi Chen <gaod@hychen.org> (maintainer) Notes: svn path=/head/; revision=314772
* 1: repo-copy apache-solr3 from apache-solrVanilla I. Shu2013-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 Notes: svn path=/head/; revision=312958
* Decommissioning java 1.5 (EOLed since October 2009):Baptiste Daroussin2012-12-101-6/+2
| | | | | | | suppress any reference to JAVA_VERSION= 1.5+ (part3) Notes: svn path=/head/; revision=308605
* - Update to 3.6.0, and pass maintainership to submitter [1]Jason Helfman2012-05-043-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] Notes: svn path=/head/; revision=296015
* - update to 3.5.0Ruslan Makhmatkhanov2012-01-083-4/+6
| | | | | | | | | PR: 163859 Submitted by: Hung-Yi Chen <gaod at cse dot tw> Approved by: maintainer Notes: svn path=/head/; revision=288736
* -Update to 3.4.0Michael Scheidell2011-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 Notes: svn path=/head/; revision=287058
* - Update to 3.2.0Martin Wilke2011-06-253-12/+49
| | | | | | | | PR: 157926 Submitted by: maintainer Notes: svn path=/head/; revision=276312
* - Update to 1.4.1Sahil Tandon2010-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 Notes: svn path=/head/; revision=257342
* - Update to 1.4.0Tong LIU2010-01-133-63/+60
| | | | | | | | PR: ports/142762 Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer) Notes: svn path=/head/; revision=247787
* Solr is an open source enterprise search server based on the LuceneMartin Wilke2009-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> Notes: svn path=/head/; revision=230662