aboutsummaryrefslogtreecommitdiff
path: root/textproc/libsphinxclient
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Mark as job unsafeBaptiste Daroussin2013-07-121-2/+1
| | | | Notes: svn path=/head/; revision=322869
* - Update to 2.0.5 [1]Raphael Kubo da Costa2012-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 Notes: svn path=/head/; revision=306228
* Sphinx is a full-text search engine, distributed under GPL versionMartin Wilke2011-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> Notes: svn path=/head/; revision=276355