Commit graph

41 commits

Author SHA1 Message Date
Larry Rosenman
be34a0c515 textproc/apache-solr: update to 7.1.0.
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
2017-10-17 21:44:42 +00:00
Larry Rosenman
86a88c2df0 textproc/apache-solr: upgrade to 7.0.1
PR:		222932
Submitted by:	idefix@fechner.net (maintainer)
2017-10-11 18:41:27 +00:00
Richard Gallamore
a4c4f75fb2 * Fixed uid:gid of solr directories
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
2017-07-06 19:31:02 +00:00
Kurt Jaeger
5b1452b186 textproc/apache-solr: update 6.5.0 -> 6.5.1
PR:		218971
Changes:	http://lucene.apache.org/solr/6_5_1/changes/Changes.html
Submitted by:	Matthias Fechner <idefix@fechner.net> (maintainer)
2017-05-02 18:55:32 +00:00
Larry Rosenman
54c9fec60a Stock apache-solr scripts use lsof during startup to check if Solr started 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
2017-04-18 01:37:21 +00:00
Martin Wilke
bca5ef14f0 - Update to 6.5.0
PR:		218523
Submitted by:	maintainer
2017-04-17 15:16:35 +00:00
Vanilla I. Shu
dc9fbae10c Update to 6.4.0.
PR:		216341
Submitted by:	maintainer
2017-01-23 11:52:47 +00:00
Matthew Seaman
b45c4cafd1 Update to 6.3.0
PR:		215389
Submitted by:	idefix@fechner.net (maintainer)
2016-12-21 17:29:56 +00:00
Kurt Jaeger
608d67d39e textproc/apache-solr: 5.5.2 -> 6.2.0
- 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>
2016-09-11 11:43:36 +00:00
Pawel Pekala
1da53cbcac Update to version 5.5.2
PR:		211286 (based on)
Submitted by:	ari@ish.com.au
2016-08-28 15:53:49 +00:00
Dmitry Marakasov
1f8b48b772 - Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by:	portmgr blanket
2016-05-19 10:53:05 +00:00
Mathieu Arnold
21a283f3be Remove UNIQUENAME and LATEST_LINK.
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
2015-08-17 14:20:40 +00:00
Kurt Jaeger
b23b1ef0a5 textproc/apache-solr: fixing the port, providing missing files
- 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
2015-08-03 19:36:08 +00:00
Kurt Jaeger
a452d76770 textproc/apache-solr: 4.10.4 -> 5.2.1
Changes see:
http://lucene.apache.org/solr/5_2_1/changes/Changes.html
2015-06-26 10:40:45 +00:00
Xin LI
b07ec36090 Update to 4.10.4. 2015-05-29 21:39:29 +00:00
Mathieu Arnold
60d1a83c2a 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
2015-05-14 10:15:04 +00:00
Sunpoet Po-Chuan Hsieh
5a67887642 - Add CPE information
PR:		199032
Submitted by:	shun <shun.fbsd.pr@dropcut.net>
2015-03-30 18:55:39 +00:00
Greg Lewis
63cc5ce1c4 . Allow Apache Solr to be run with either openjdk7 or openjdk8.
PR:		195860
Submitted by:	paul@gromit.dlib.vt.edu
2015-02-15 21:36:29 +00:00
John Marino
db0c2c9741 textproc/apache-solr: Reset maintainer
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.
2015-02-06 16:58:49 +00:00
Kurt Jaeger
a169089b3d textproc/apache-solr: 4.8.1 -> 4.10.1
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)
2014-10-19 20:18:04 +00:00
Adam Weinberger
a84c115a09 Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 19:11:51 +00:00
Martin Wilke
ad7014650e - Update to 4.8.1
PR:		190449
Submitted by:	Larry Rosenman
2014-06-05 03:29:57 +00:00
Mathieu Arnold
3e0a2d7508 - Convert to staging
- Add license
- Convert to options helpers

Sponsored by:	Absolight
2014-01-25 22:03:15 +00:00
Baptiste Daroussin
e04b632220 Fix properties on pkg-plist 2014-01-21 23:40:21 +00:00
Olli Hauer
4fb1cfb1cd - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- 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@)
2013-12-30 20:55:18 +00:00
Sunpoet Po-Chuan Hsieh
b02f9df708 - Update to 4.6.0
Changes:	http://lucene.apache.org/solr/4_6_0/changes/Changes.html
PR:		ports/184262
Submitted by:	Hung-Yi Chen <gaod@hychen.org> (maintainer)
2013-11-25 11:33:59 +00:00
Sunpoet Po-Chuan Hsieh
ff3742eb85 - Update to 4.5.1
Changes:	http://lucene.apache.org/solr/4_5_1/changes/Changes.html
PR:		ports/184155
Submitted by:	Hung-Yi Chen <gaod@hychen.org> (maintainer)
2013-11-23 10:26:08 +00:00
Baptiste Daroussin
0068f2d47f Add NO_STAGE all over the place in preparation for the staging support (cat: textproc) 2013-09-20 23:17:30 +00:00
Vanilla I. Shu
6df3df6f47 Upgrade to 4.4.0.
PR:		ports/181539
Submitted by:	maintainer
2013-08-26 12:03:29 +00:00
Martin Wilke
5cac952b0d - Update to 4.1.3
PR:		179982
2013-06-27 07:01:59 +00:00
Vanilla I. Shu
22cd07b467 Upgrade to 4.3.0.
PR:		ports/179516
Submitted by:	maintainer
2013-06-13 05:54:33 +00:00
Pawel Pekala
22e4fe400e - Update to version 4.2.0 [1]
- Convert to OptionsNG
- Fix WWW: line in pkg-descr

PR:		ports/176876 [1]
Submitted by:	Hung-Yi Chen <gaod@hychen.org> (maintainer)
2013-03-20 22:34:03 +00:00
Vanilla I. Shu
6cfc5a8173 1: repo-copy apache-solr3 from apache-solr
2: upgrade apache-solr3 to 3.6.2.
3: upgrade apache-solr to 4.1.0.

PR:		ports/176237
Submitted by:	maintainer
2013-02-26 04:01:30 +00:00
Baptiste Daroussin
9c526f7217 Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION=	1.5+ (part3)
2012-12-10 13:43:43 +00:00
Jason Helfman
118b30124d - Update to 3.6.0, and pass maintainership to submitter [1]
- 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]
2012-05-04 16:31:05 +00:00
Ruslan Makhmatkhanov
a03386997b - update to 3.5.0
PR:		163859
Submitted by:	Hung-Yi Chen <gaod at cse dot tw>
Approved by:	maintainer
2012-01-08 06:48:20 +00:00
Michael Scheidell
5902ff20f1 -Update to 3.4.0
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
2011-12-08 10:54:18 +00:00
Martin Wilke
dcbefca28f - Update to 3.2.0
PR:		157926
Submitted by:	maintainer
2011-06-25 06:53:36 +00:00
Sahil Tandon
ac457a5dcf - Update to 1.4.1
PR:		ports/148355
Submitted by:	Gea-Suan Lin <gslin@gslin.org> (maintainer)
Approved by:	wxs@/itetcu@ (mentors, implicit)
Feature safe:	yes
2010-07-04 06:49:28 +00:00
Tong LIU
0f40e9df5c - Update to 1.4.0
PR:	ports/142762
Submitted by:	Gea-Suan Lin <gslin@gslin.org> (maintainer)
2010-01-13 07:51:50 +00:00
Martin Wilke
1d298e91fb Solr is an open source enterprise search server based on the Lucene
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>
2009-03-22 13:47:54 +00:00