| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
09 Feb 2012 17:09:51
2.0.3_1
|
matthew  |
Update maintainer address to matthew@FreeBSD.org
Approved by: shaun (mentor) |
07 Feb 2012 06:32:04
2.0.3_1
|
miwi  |
* Add libstemmer support, disabled by default. This adds stemming
support for French, Spanish, Portuguese, Italian, Romanian,
German, Dutch, Swedish, Norwegian, Danish, Finnish and Hungarian
* Clean up various OPTIONS related make code: if WITH_FOO is defined,
then WITHOUT_FOO isn't, and vice-versa. Even if make config has
never been run.
* Fix build with clang
PR: 164635
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) |
06 Feb 2012 12:25:50
2.0.3_1
|
miwi  |
- Chase unixODBC shlib bump |
14 Jan 2012 08:57:23
2.0.3
|
dougb  |
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. |
31 Dec 2011 22:32:24
2.0.3
|
scheidell  |
- update to 2.0.3
- ChangeLog: http://sphinxsearch.com/docs/2.0.2/rel202.html
PR: ports/163693
Approved by: gabor (mentor, implicit) |
30 Sep 2011 19:38:14
0.9.9_2
|
crees  |
Remove duplicate LICENSE line.
PR: ports/161153
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) |
23 Sep 2011 22:26:39
0.9.9_2
|
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
19 Mar 2011 13:15:34
0.9.9_2
|
ale  |
Bump PORTREVISION for ports linking to default libmysqlclient. |
17 Mar 2011 12:51:29
0.9.9_1
|
miwi  |
- Add missing file
PR: 155452
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) |
15 Jan 2011 15:27:17
0.9.9
|
sunpoet  |
- Update MASTER_SITES
- Add LICENSE
- Remove obsolete MD5 checksum
PR: ports/154028
Reported by: pointyhat
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
Feature safe: yes |
07 Dec 2009 08:42:42
0.9.9
|
pav  |
- Add unixODBC option
PR: ports/141231
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) |
03 Dec 2009 09:07:28
0.9.9
|
pav  |
- Update to 0.9.9
PR: ports/141117
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) |
09 Nov 2008 22:55:46
0.9.8.1
|
miwi  |
- Update to 0.9.8.1
PR: 128486
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) |
22 Oct 2008 05:33:56
0.9.8_1
|
stefan  |
- Add an ID64 knob to toggle support for 64 bit identifiers in sphinxsearch.
- Force library dependency on expat. The configure script will automatically add
expat support if it detects it on the system, and there's no way of overriding
that. Means that previously, when installed from a binary package built on the
cluster, there was no expat support compiled in, but when compiled from source
there frequently would be. Therefore, for consistencies' sake, always depend
on expat.
PR: 127730
Submitted by: maintainer |
21 Aug 2008 06:18:49
0.9.8
|
rafan  |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
16 Jul 2008 13:31:51
0.9.8
|
pav  |
- Update to 0.9.8
- Add knob for ICONV
PR: ports/125656
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) |
27 Apr 2008 08:50:49
0.9.7_1
|
miwi  |
- Correct an error that prevented the pre-start function running.
PR: 123051
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) |
19 Jan 2008 12:05:54
0.9.7_1
|
edwin  |
Make port properly conflicting with textproc/sphinxsearch-devel
Submitted by: Daniel Gerzo <danger@freebsd.org> |
04 Jun 2007 07:24:48
0.9.7_1
|
miwi  |
- Fix few mistakes in rc.d script
PR: 113135
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) |
15 Apr 2007 19:07:30
0.9.7
|
miwi  |
- Update to 0.9.7
PR: 111374
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) |
30 Jan 2007 23:13:36
0.9.7.r2_1
|
pav  |
- Run as unpriviledged user sphinx
PR: ports/108502
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) |
16 Dec 2006 12:06:14
0.9.7.r2
|
miwi  |
- Update to 0.9.7-rc2
PR: ports/106785
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) |
18 Nov 2006 22:54:07
0.9.7.r1
|
miwi  |
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> |