diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-06-25 10:02:47 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-06-25 10:02:47 +0000 |
commit | fdc72ecd4debd6eb4795c7d6d2251c232c128114 (patch) | |
tree | 1192723e5bc5af41ec0462578f94fe0eee4726c2 /www/Makefile | |
parent | 578899e105e80d1e1c6642587d2cada6a4bf6b1a (diff) |
Sphinx is a full-text search engine, distributed under GPL version
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
Notes:
svn path=/head/; revision=276363
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index c3f0fddc0814..6da5ba4d0d10 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1413,6 +1413,7 @@ SUBDIR += pecl-APC SUBDIR += pecl-amfext SUBDIR += pecl-http + SUBDIR += pecl-sphinx SUBDIR += pecl-swish SUBDIR += pecl-tidy SUBDIR += pelican |