793b724c23
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>
16 lines
596 B
Text
16 lines
596 B
Text
bin/indexer
|
|
bin/search
|
|
sbin/searchd
|
|
@unexec if cmp -s %D/etc/sphinx.conf.sample %D/etc/sphinx.conf; then rm -f %D/etc/sphinx.conf; fi
|
|
etc/sphinx.conf.sample
|
|
@exec if [ ! -f %D/etc/sphinx.conf ] ; then cp -p %D/%F %B/sphinx.conf; fi
|
|
%%PORTDOCS%%%%DOCSDIR%%/sphinx.css
|
|
%%PORTDOCS%%%%DOCSDIR%%/sphinx.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/sphinx.txt
|
|
%%PORTDOCS%%%%DOCSDIR%%/sphinx.xml
|
|
%%PORTDOCS%%%%EXAMPLESDIR%%/example.sql
|
|
%%PORTDOCS%%%%EXAMPLESDIR%%/sphinxapi.php
|
|
%%PORTDOCS%%%%EXAMPLESDIR%%/test.php
|
|
%%PORTDOCS%%%%EXAMPLESDIR%%/test2.php
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
|
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
|