aboutsummaryrefslogtreecommitdiff
path: root/textproc/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2006-11-18 22:54:07 +0000
committerMartin Wilke <miwi@FreeBSD.org>2006-11-18 22:54:07 +0000
commit793b724c23f41355f770505af4fcb5daa0438c9b (patch)
treeef0e94e2e809816279ac1170c791d7954cf8208f /textproc/Makefile
parente63ebea241b4e182a50cbf2e218282877b0ff68d (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/105649 Submitted by: Matthew Seaman <m.seaman at infracaninophile.co.uk>
Notes
Notes: svn path=/head/; revision=177532
Diffstat (limited to 'textproc/Makefile')
-rw-r--r--textproc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index fa256b68e1cb..412bf5d46226 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -857,6 +857,7 @@
SUBDIR += source-highlight
SUBDIR += sp
SUBDIR += spellutils
+ SUBDIR += sphinxsearch
SUBDIR += sr-aspell
SUBDIR += srilm
SUBDIR += ssddiff