FreshPorts -- The Place For Ports notbug Mon, 28 May 2012 2:27 AM BST
Port details
sphinxsearch 2.0.4 textproc on this many watch lists=2 search for ports that depend on this port
Sphinx Full-Text Search Engine
Maintained by: matthew@FreeBSD.org search for ports maintained by this maintainer
Port Added: 18 Nov 2006 22:54:19
Also Listed In: databases
License: GPLv2


Sphinx is an open source full text search server, designed from the
ground up with performance, relevance (aka search quality), and
integration simplicity in mind. It's written in C++ and works on Linux
(RedHat, Ubuntu, etc), Windows, MacOS, Solaris, FreeBSD, and a few
other systems.

Sphinx lets you either batch index and search data stored in an SQL
database, NoSQL storage, or just files quickly easily and or index and
search data on the fly, working with Sphinx pretty much as with a
database server.

A variety of text processing features enable fine-tuning Sphinx for
your particular application requirements, and a number of relevance
functions ensures you can tweak search quality as well.

Searching via SphinxAPI is as simple as 3 lines of code, and querying
via SphinxQL is even simpler, with search queries expressed in good
old SQL.

Sphinx clusters scale up to billions of documents and tens of millions
search queries per day, powering top websites such as Craigslist,
DailyMotion, NetLog, etc.

And last but not least, it's open-sourced under GPLv2, and the
community edition is free to use.

WWW: http://sphinxsearch.com/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required Libraries: textproc/expat2, converters/libiconv, databases/mysql41-client
There are no ports dependent upon this port

To install the port: cd /usr/ports/textproc/sphinxsearch/ && make install clean
To add the package: pkg_add -r sphinxsearch


Configuration Options
===> The following configuration options are available for sphinxsearch-2.0.4:
     MYSQL=on (default) "MySQL support"
     PGSQL=off (default) "PostgreSQL support"
     ICONV=on (default) "Iconv support"
     OPTIMIZED_CFLAGS=off (default) "Use compiler optimization (-O3)"
     ID64=off (default) "use 64-bit document and word IDs"
     UNIXODBC=off (default) "unixODBC support"
     SYSLOG=on (default) "enable logging via syslog"
     LIBSTEMMER=off (default) "compile with libstemmer support"
===> Use 'make config' to modify these settings

Master Sites:
http://sphinxsearch.com/files/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 25

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
19 Mar 2012 18:37:30
Original commit files touched by this commit  2.0.4
matthew search for other commits by this committer
Routine bugfix update to version 2.0.4.

Release notes: http://sphinxsearch.com/docs/2.0.4/rel204.html

Redports: https://redports.org/buildarchive/20120319170807-47662/

Approved by:    shaun (mentor)
Feature safe:   yes
18 Feb 2012 14:57:40
Original commit files touched by this commit  2.0.3_1
matthew search for other commits by this committer
Don't specify ABI versions in LIB_DEPENDS where it isn't necessary.

Approved by:  shaun (mentor)
09 Feb 2012 17:09:51
Original commit files touched by this commit  2.0.3_1
matthew search for other commits by this committer
Update maintainer address to matthew@FreeBSD.org

Approved by:    shaun (mentor)
07 Feb 2012 06:32:04
Original commit files touched by this commit  2.0.3_1
miwi search for other commits by this committer
* 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
Original commit files touched by this commit  2.0.3_1
miwi search for other commits by this committer
- Chase unixODBC shlib bump
14 Jan 2012 08:57:23
Original commit files touched by this commit  2.0.3
dougb search for other commits by this committer
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
Original commit files touched by this commit  2.0.3
scheidell search for other commits by this committer
- 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
Original commit files touched by this commit  0.9.9_2
crees search for other commits by this committer
Remove duplicate LICENSE line.

PR:             ports/161153
Submitted by:   Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
23 Sep 2011 22:26:39
Original commit files touched by this commit  0.9.9_2
amdmi3 search for other commits by this committer
- 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
Original commit files touched by this commit  0.9.9_2
ale search for other commits by this committer
Bump PORTREVISION for ports linking to default libmysqlclient.
17 Mar 2011 12:51:29
Original commit files touched by this commit  0.9.9_1
miwi search for other commits by this committer
- Add missing file

PR:             155452
Submitted by:   Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
15 Jan 2011 15:27:17
Original commit files touched by this commit  0.9.9
sunpoet search for other commits by this committer
- 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
Original commit files touched by this commit  0.9.9
pav search for other commits by this committer
- Add unixODBC option

PR:             ports/141231
Submitted by:   Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
03 Dec 2009 09:07:28
Original commit files touched by this commit  0.9.9
pav search for other commits by this committer
- Update to 0.9.9

PR:             ports/141117
Submitted by:   Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
09 Nov 2008 22:55:46
Original commit files touched by this commit  0.9.8.1
miwi search for other commits by this committer
- Update to 0.9.8.1

PR:             128486
Submitted by:   Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
22 Oct 2008 05:33:56
Original commit files touched by this commit  0.9.8_1
stefan search for other commits by this committer
- 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
Original commit files touched by this commit  0.9.8
rafan search for other commits by this committer
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 View all of this commit message)
16 Jul 2008 13:31:51
Original commit files touched by this commit  0.9.8
pav search for other commits by this committer
- 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
Original commit files touched by this commit  0.9.7_1
miwi search for other commits by this committer
- 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
Original commit files touched by this commit  0.9.7_1
edwin search for other commits by this committer
Make port properly conflicting with textproc/sphinxsearch-devel

Submitted by:   Daniel Gerzo <danger@freebsd.org>
04 Jun 2007 07:24:48
Original commit files touched by this commit  0.9.7_1
miwi search for other commits by this committer
- 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
Original commit files touched by this commit  0.9.7
miwi search for other commits by this committer
- Update to 0.9.7

PR:             111374
Submitted by:   Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
30 Jan 2007 23:13:36
Original commit files touched by this commit  0.9.7.r2_1
pav search for other commits by this committer
- Run as unpriviledged user sphinx

PR:             ports/108502
Submitted by:   Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
16 Dec 2006 12:06:14
Original commit files touched by this commit  0.9.7.r2
miwi search for other commits by this committer
- 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
Original commit files touched by this commit  0.9.7.r1
miwi search for other commits by this committer
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>

Number of commits found: 25

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23676
Broken 193
Deprecated 147
Ignore 737
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 44
Set to expire 188
Interactive 54
new 24 hours 4
new 48 hours6
new 7 days60
new fortnight184
new month253

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.243 seconds.