Date: Sat, 19 Jan 2008 11:53:15 +0000 (UTC) From: Edwin Groothuis <edwin@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc Makefile ports/textproc/sphinxsearch-devel Makefile distinfo pkg-descr pkg-plist ports/textproc/sphinxsearch-devel/files patch-src-searchd.cpp pkg-deinstall.in pkg-install.in sphinxsearch.sh.in Message-ID: <200801191153.m0JBrHFp020241@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
edwin 2008-01-19 11:53:15 UTC
FreeBSD ports repository
Modified files:
textproc Makefile
Added files:
textproc/sphinxsearch-devel Makefile distinfo pkg-descr
pkg-plist
textproc/sphinxsearch-devel/files patch-src-searchd.cpp
pkg-deinstall.in
pkg-install.in
sphinxsearch.sh.in
Log:
Development version of textproc/sphinxsearch
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/
Submitted by: Daniel Gerzo <danger@FreeBSD.org>
Revision Changes Path
1.1216 +1 -0 ports/textproc/Makefile
1.1 +128 -0 ports/textproc/sphinxsearch-devel/Makefile (new)
1.1 +3 -0 ports/textproc/sphinxsearch-devel/distinfo (new)
1.1 +11 -0 ports/textproc/sphinxsearch-devel/files/patch-src-searchd.cpp (new)
1.1 +32 -0 ports/textproc/sphinxsearch-devel/files/pkg-deinstall.in (new)
1.1 +123 -0 ports/textproc/sphinxsearch-devel/files/pkg-install.in (new)
1.1 +70 -0 ports/textproc/sphinxsearch-devel/files/sphinxsearch.sh.in (new)
1.1 +14 -0 ports/textproc/sphinxsearch-devel/pkg-descr (new)
1.1 +16 -0 ports/textproc/sphinxsearch-devel/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801191153.m0JBrHFp020241>
