e68b FreshPorts -- textproc/sphinxsearch
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
sphinxsearch 2.0.8 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/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required Libraries:
  1. textproc/expat2
  2. converters/libiconv
  3. databases/mysql55-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.8:
     ICONV=on: Encoding conversion support via iconv
     ID64=off: use 64-bit document and word IDs
     LIBSTEMMER=off: compile with libstemmer support
     MYSQL=on: MySQL database support
     OPTIMIZED_CFLAGS=off: Use extra compiler optimizations
     PGSQL=off: PostgreSQL database support
     SYSLOG=on: enable logging via syslog
     UNIXODBC=off: unixODBC support
===> Use 'make config' to modify these settings

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

Number of commits found: 38

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
06 May 2013 21:22:45
Original commit files touched by this commit  2.0.8
matthew search for other commits by this committer
Upstream re-rolled the distfle without incrementing the version
number.

Side by side comparison shows the only changes are to correct internal
references to the version number in documentation and autoconf scripts
from '2.0.9-dev' to '2.0.8-release'  No changes to the C++ code.

PR:	178375
Submitted by:	Sam <samorders@gmail.com>
29 Apr 2013 08:57:13
Original commit files touched by this commit  2.0.8
bapt search for other commits by this committer
Rely on bsdtar to autodetermine the format of the distfiles when possible

For a while now bsdtar is able to autotermine compression and archive format.
Let's then use tar directly instead of piping to tar.

Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format
27 Apr 2013 18:25:25
Original commit files touched by this commit  2.0.8
mva search for other commits by this committer
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
  USE_GETTEXT=yes to USES=gettext while here
27 Apr 2013 16:46:31
Original commit files touched by this commit  2.0.8
matthew search for other commits by this committer
Update to 2.0.8

ChangeLog:

Bug fixes
---------

   * fixed #1515, log strings over 2KB were clipped when
     query_log_format=plain
   * fixed #1514, RT index disk chunk lose attribute update on daemon
     restart
   * fixed #1512, crash while formatting log messages
   * fixed #1511, crash on indexing PostgreSQL data source with MVA
     attributes
   * fixed #1509, blend_chars vs incomplete multi-form and overshort
(Only the first 15 lines of the commit message are shown above View all of this commit message)
16 Apr 2013 21:14:21
Original commit files touched by this commit  2.0.7
matthew search for other commits by this committer
Update to 2.0.7

FreeBSD specific Mutex code now incorporated upstream, so patches to
sphinxstd.cpp, sphinxstd.h no longer required.

Not-exactly-a-ChangeLog:

http://sphinxsearch.com/blog/2013/01/10/highlighting-some-changes-in-sphinx-2-0-7/

Feature safe:	yes
30 Dec 2012 10:14:51
Original commit files touched by this commit  2.0.6_1
matthew search for other commits by this committer
Add some missing content to the package:
-install indextool
-install man pages

Submitted by:	David@ibendit.com
28 Nov 2012 21:51:55
Original commit files touched by this commit  2.0.6
matthew search for other commits by this committer
Update to 2.0.6 release (1)
  - trim Makefile headers
  - remove files/patch-configure as it has been incorporated upstream
  - Import a FreeBSD specific fix for shared mutex suppport from the
    project SVN repo (2):

    https://code.google.com/p/sphinxsearch/source/detail?r=3519

Feature safe:	yes
Submitted by:	(1) Portscout
	  	(2) Denis <devzone.my@gmail.com>
20 Nov 2012 20:25:44
Original commit files touched by this commit  2.0.5
matthew search for other commits by this committer
Update distinfo for libstemmer_c.tgz -- upstream repackaged it
changing the size and hash of the tarball, but the contents are
identical to what there was previously.  Personally verified.

Feature safe:	yes
Submitted by:	Denis <devzone.my (at) gmail.com>
05 Aug 2012 23:19:40
Original commit files touched by this commit  2.0.5
dougb search for other commits by this committer
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
01 Aug 2012 16:16:07
Original commit files touched by this commit  2.0.5
matthew search for other commits by this committer
Upstream have re-rolled the libstemmer_c.tgz disfile.
I have verified that the contents are exactly the same.
01 Aug 2012 09:06:36
Original commit files touched by this commit  2.0.5
matthew search for other commits by this committer
- Update to 2.0.5
- Fix build with non-standard LOCALBASE
- patch-src_sphinxexpr.cpp removed: incorporated into upstream sources

Submitted by:	Denis <devzone.my at gmail.com>
07 Jun 2012 11:59:52
Original commit files touched by this commit  2.0.4
matthew search for other commits by this committer
- Don't use SITE_PERL in *_DEPENDS
- Update CONFLICTS [1]

Approved by:    shaun (mentor)
Submitted by:   [1] Sulev-Madis 'ketas' Silber
04 Jun 2012 19:25:56
Original commit files touched by this commit  2.0.4
matthew search for other commits by this committer
- Convert all my remaining ports to OPTIONSng
  Files   affected:

    databases/mysql-connector-java/Makefile
    databases/phpmyadmin/Makefile
    mail/sa-utils/Makefile
    net/phpldapadmin/Makefile
    security/apg/Makefile
    textproc/sphinxsearch/Makefile
    www/p5-RT-Authen-ExternalAuth/Makefile
    www/p5-RT-Extension-LDAPImport/Makefile
    www/p5-RT-Extension-SLA/Makefile
    www/p5-RTx-Calendar/Makefile
    www/rt40/Makefile
    www/rt40/Makefile.cpan
    x11-fonts/gentium/Makefile
    x11-fonts/gentium-basic/Makefile

Approved by:    shaun (mentor)
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: 38

2838
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsJun 19
otrsJun 19
apache-xml-security-cJun 18
linux-f10-flashplugin10*Jun 18
linux-f10-flashplugin11*Jun 18
tor-develJun 16
dbusJun 13
owncloudJun 11
php5Jun 07
php53Jun 07
phpmyadminJun 05
telepathy-gabbleJun 05
chromiumJun 04
chromiumJun 04
libdmxJun 04

9 vulnerabilities affecting 12 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 24568
Broken 187
Deprecated 455
Ignore 561
Forbidden 0
Restricted 288
No CDROM 110
Vulnerable 19
Expired 49
Set to expire 440
Interactive 33
new 24 hours 6
new 48 hours9
new 7 days29
new fortnight85
new month175

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

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0