Date: Sat, 18 Nov 2006 22:54:07 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc Makefile ports/textproc/sphinxsearch Makefile distinfo pkg-descr pkg-plist ports/textproc/sphinxsearch/files sphinxsearch.sh.in Message-ID: <200611182254.kAIMs7Dn004801@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
miwi 2006-11-18 22:54:07 UTC
FreeBSD ports repository
Modified files:
textproc Makefile
Added files:
textproc/sphinxsearch Makefile distinfo pkg-descr pkg-plist
textproc/sphinxsearch/files sphinxsearch.sh.in
Log:
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>
Revision Changes Path
1.1076 +1 -0 ports/textproc/Makefile
1.1 +100 -0 ports/textproc/sphinxsearch/Makefile (new)
1.1 +3 -0 ports/textproc/sphinxsearch/distinfo (new)
1.1 +38 -0 ports/textproc/sphinxsearch/files/sphinxsearch.sh.in (new)
1.1 +14 -0 ports/textproc/sphinxsearch/pkg-descr (new)
1.1 +16 -0 ports/textproc/sphinxsearch/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611182254.kAIMs7Dn004801>
