Commit graph

8 commits

Author SHA1 Message Date
John Marino
e55b9d534e textproc/sphinxsearch-devel: Fix c++ scope issues
Approved by:	portmgr (bapt, implicit)
2013-10-01 12:20:25 +00:00
Doug Barton
9aac569eaa Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
2012-08-05 23:19:36 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Daniel Gerzo
4c10f7ab82 - import a r2799 from upstream:
o) Fixed crash on WriteValue (affected MIPSEL arch and FreeBSD
     builds)
  o) http://code.google.com/p/sphinxsearch/source/detail?r=2799

Submitted by:	Brian Eng <eng@vadriven.com>
2011-06-15 09:30:35 +00:00
Daniel Gerzo
088d93e449 - update to 1.10 beta
- mostly inspired by textproc/sphinxsearch, thanks to Mattew

Submitted by:	Mattew Seamn <m.seaman@infracaninophile.co.uk>
2010-08-11 22:27:05 +00:00
Daniel Gerzo
41628e63f5 - update to 0.9.9-rc2
PR:		ports/135604
Submitted by:	Vivek Khera <vivek@khera.org>
Approved by:	miwi
2009-06-28 18:04:12 +00:00
Daniel Gerzo
c7e2701129 - update to the latest version: 0.9.8-rc2
Approved by:	miwi
PR:		ports/121414 (with updated patch)
2008-06-01 11:53:37 +00:00
Edwin Groothuis
96c3c9822a 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>
2008-01-19 11:53:15 +00:00