aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/sphinx.rb
AgeCommit message (Collapse)Author
2014-05-31Sphinx 2.1.8Kieren Eaton
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-04-16sphinx 2.1.7Adam Vandenberg
2014-04-08sphinx devel 2.2.2AgBorkowski
Closes #28245. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-03-27sphinx: fix libstemmer SHA-1.Mike McQuaid
Closes #27875.
2014-03-07sphinx 2.1.6Kieren Eaton
Updated Sphinx to release 2.1.6 I have updated the link to the new Sphinx release Closes #27315. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-12-20sphinx 2.1.4Joel
Closes #25361. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-11-13sphinx 2.1.3 and --devel 2.2.1denji
Closes #24271. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-11-01sphinx 2.1.2Rémy Coutable
Closes #23870. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-09-12More resource fix.Xiyue Deng
2013-09-11sphinx: use resourceAdam Vandenberg
2013-08-31sphinx 2.0.9Dennis Krupenik
Closes #22237. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-07-05sphinx devel 2.1.1bDenis
Closes #21021. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-06-13sphinx: put reason on one lineAdam Vandenberg
2013-05-30sphinx 2.0.8Ian Lancaster
Closes #20154. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-04-08sphinx 2.0.7Govinda Fichtner
Closes #19042. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-02-26sphinx: clean up mysql/postgres handlingJack Nagel
2013-01-04sphinx: fix --mysql when PgSQL and MySQL are both installedNicolas Cavigneaux
"brew install sphinx --mysql" now really add the "--with-mysql" to the configure options even if PG is installed. Closes #16840. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-12-14sphinx: fix database detectionAdam Vandenberg
Closes #16073.
2012-11-11sphinx 2.0.6Fabrizio Regini
Closes #15980. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-03Batch convert MD5 formula to SHA1.Mike McQuaid
Closes #14653.
2012-08-26sphinx: use new dslAdam Vandenberg
2012-08-20sphinx 2.0.5jbastos
Closes #14310. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-12sphinx: remove unused patchJack Nagel
2012-08-10sphinx: Add option for 64-bit document ID supportOwen Smith
Closes #14024. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-26sphinx: Updating failing clang build to 421Ryan Schlesinger
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-08sphinx: style nitsJack Nagel
- use buildpath instead of Pathname.pwd - remove unrecognized '--disable-debug' Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-14Sphix: add options to force database selectionAdam Vandenberg
2012-04-14Sphix: check for mysql_configAdam Vandenberg
Check for mysql_config instead of mysql so that mysql-connector-c will be picked up too.
2012-04-01sphinx: fails with clangJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-01Use new fails_with DSL syntaxJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-01Sphinx 2.0.4Steven G. Harms
Also adds a workaround for clang/llvm Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-11Remove redundant versions and update version testsJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-06use which methodAdam Vandenberg
2011-12-24Sphinx: update to 2.0.3Pete Deffendol
Closes #9263. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-12-01Sphinx: Use --without-mysql unless MySQL installedMike Mayo
When installing the latest sphinx script, it defaults to mysql support unless --without-mysql is passed. Closes #8921. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-11-29Sphinx: Remove md5 in libstemmer dependancyClint Shryock
No md5 should be given due to the rapid evolution of the dependancy. Closes #8877. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-11-29Sphinx: Upgrade to 2.0.2-betaClint Shryock
The Sphinx search server is currently at verstion 2.0.2 **beta**, which is the recommened release according to their [downloads page][1] [1]: http://sphinxsearch.com/downloads/ Changes included: - Update MD5 for Sphinx package - Chnage install args to use `--with-mysql` if `which mysql` finds it, similar to how the `--with-pgsl` works` - Add MD5 for included Libstemmer formula Closes #8840. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-10-14sphinx: builds with LLVM >= 2335Jack Nagel
Closes #8077. Closes #7876. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-05sphinx: enable libstemmer supportJack Nagel
The upstream libstemmer project constantly changes the contents of the tarball, so doing checksum verification isn't feasible unless we want to be updating the formula constantly. Thus, use a head-only sub-formula without a checksum. Rather than make it an option, I've just set it to always build with libstemmer per #5730. We can always add the option later if it's necessary. Includes an unrelated fix to put the var directory in HOMEBREW_PREFIX/var. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-06-04Revert "sphinx 2.0.1-beta"Konstantin Shabanov
Revert because of this version is broken on OS X This reverts commit 502e3312d08ddb12070c675d28cb0a23c3bf3c4c. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-06-03sphinx 2.0.1-betaRyan Schlesinger
Though labelled beta, this is considered as stable as the previous 0.9.9 release. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-25Update fails_with_llvm in formulaeAdam Vandenberg
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-12-28Sphinx - update download urlAdam Vandenberg
2010-10-21sphinx - check for mysql client libs. Fixes #2262Adam Vandenberg
2010-09-20Add HEAD location to Sphinx formulaPiotr Usewicz
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-16Add "fails_with_llvm" to formula to document LLVM build breaks.Adam Vandenberg
Replaced ENV.gcc_4_2 + comments with calls to "fails_with_llvm", to specifically message to the user when a formula is known or suspected to not build with LLVM. If the user specifies "--use-llvm", the message will be displayed, but compilation will be tried anyway. Since using LLVM is now an advanced/hidden feature instead of the default on 10.6, we'll let the user try anyway (and submit patches if things are now working.)
2010-04-15Fix Sphinx formula to pass --without-mysql if which fails to find mysqldKunal Shah
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-03-29fix sphinx formula (non-verbose mode it was failing with postgres installed)Angel
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-03-18Enable postgresql support in sphinx when pg_config is presentSteve Purcell
Signed-off-by: Adam Vandenberg <flangy@gmail.com>