aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/libsphinxclient
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | textproc)
* Mark as job unsafebapt2013-07-131-2/+1
|
* - Update to 2.0.5 [1]rakuco2012-10-212-11/+7
| | | | | | | | | - Trim header comment - Move LICENSE to the right place to pet portlint PR: ports/172356 [1] Submitted by: Max Baryshnikov <mephius@gmail.com> (maintainer) [1] Feature safe: yes
* Sphinx is a full-text search engine, distributed under GPL versionmiwi2011-06-255-0/+73
2. Commercial license is also available for embedded use. Generally, it's a standalone search engine, meant to provide fast, size-efficient and relevant fulltext search functions to other applications. Sphinx was specially designed to integrate well with SQL databases and scripting languages. Currently built-in data sources support fetching data either via direct connection to MySQL, or from an XML pipe. As for the name, Sphinx is an acronym which is officially decoded as SQL Phrase Index. WWW: http://www.sphinxsearch.com/ PR: ports/157654 Submitted by: Max Baryshnikov <mephius at gmail.com>