aboutsummaryrefslogtreecommitdiff
path: root/www/pecl-sphinx
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.3.0Sunpoet Po-Chuan Hsieh2013-09-292-11/+6
| | | | | | | | | | | | | | | - While I'm here: - Convert to new LIB_DEPENDS format - Use CLFLAGS+= instead of CFLAGS= - Use bsd.port.mk instead of bsd.port.pre.mk + bsd.port.post.mk Changes: http://pecl.php.net/package-changelog.php?package=sphinx PR: ports/181215 Submitted by: John Chen <johnpupu@gmail.com> Approved by: Max Baryshnikov <mephius@gmail.com> (maintainer) Notes: svn path=/head/; revision=328641
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | www) Notes: svn path=/head/; revision=327776
* - Remove php4 referenceMartin Wilke2013-06-091-6/+1
| | | | Notes: svn path=/head/; revision=320361
* - Update to 1.2.0 (unbreak with php54)Martin Wilke2012-05-172-3/+3
| | | | Notes: svn path=/head/; revision=296839
* Sphinx is a full-text search engine, distributed under GPL versionMartin Wilke2011-06-254-0/+57
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/157655 Submitted by: Max Baryshnikov <mephius at gmail.com> Notes: svn path=/head/; revision=276363