Bug 157654 - New port: textproc/libsphinxclient C++ client library for sphinx search engine
Summary: New port: textproc/libsphinxclient C++ client library for sphinx search engine
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-06 11:30 UTC by mephius
Modified: 2011-06-25 10:40 UTC (History)
0 users

See Also:


Attachments
file.shar (3.72 KB, text/plain)
2011-06-06 11:30 UTC, mephius
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description mephius 2011-06-06 11:30:09 UTC

Fix: Patch attached with submission follows:
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2011-06-25 10:38:27 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-06-25 10:38:54 UTC
miwi        2011-06-25 09:38:40 UTC

  FreeBSD ports repository

  Modified files:
    textproc             Makefile 
  Added files:
    textproc/libsphinxclient Makefile distinfo pkg-descr pkg-plist 
    textproc/libsphinxclient/files patch-sphinxclient.c 
  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/157654
  Submitted by:   Max Baryshnikov <mephius at gmail.com>
  
  Revision  Changes    Path
  1.1553    +1 -0      ports/textproc/Makefile
  1.1       +39 -0     ports/textproc/libsphinxclient/Makefile (new)
  1.1       +2 -0      ports/textproc/libsphinxclient/distinfo (new)
  1.1       +12 -0     ports/textproc/libsphinxclient/files/patch-sphinxclient.c (new)
  1.1       +14 -0     ports/textproc/libsphinxclient/pkg-descr (new)
  1.1       +6 -0      ports/textproc/libsphinxclient/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"