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
    Edwin Groothuis 
    edwin at FreeBSD.org
       
    Sat Jan 19 03:53:17 PST 2008
    
    
  
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 at 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)
    
    
More information about the cvs-all
mailing list