FreshPorts -- The Place For Ports notbug Sat, 11 Feb 2012 6:31 AM GMT
Port details
sphinxsearch-devel 2.0.1b_2,1 textproc on this many watch lists=0 search for ports that depend on this port
Sphinx Full-Text Search Engine
Maintained by: danger@FreeBSD.org search for ports maintained by this maintainer
Port Added: 19 Jan 2008 11:53:25
Also Listed In: databases
License: GPLv2
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/
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-devel/ && make install clean
To add the package: pkg_add -r sphinxsearch-devel


Configuration Options
===> The following configuration options are available for sphinxsearch-devel-2.0.1b_2,1:
     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"
===> 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: 16

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
06 Feb 2012 12:25:50
Original commit files touched by this commit  2.0.1b_2,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.1b_1,1
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.
10 Nov 2011 05:38:32
Original commit files touched by this commit  2.0.1b_1,1
linimon search for other commits by this committer
Mark broken on powerpc as well as sparc64.  (In fact, on all the tier-2s.)

Hat:            portmgr
23 Sep 2011 22:26:39
Original commit files touched by this commit  2.0.1b_1,1
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
15 Jun 2011 09:30:35
Original commit files touched by this commit  2.0.1b_1,1
danger search for other commits by this committer
- 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>
14 Jun 2011 15:18:21
Original commit files touched by this commit  2.0.1b,1
danger search for other commits by this committer
- update to latest 2.0.1-beta
19 Mar 2011 13:15:34
Original commit files touched by this commit  1.10b_1,1
ale search for other commits by this committer
Bump PORTREVISION for ports linking to default libmysqlclient.
02 Feb 2011 15:22:44
Original commit files touched by this commit  1.10b,1
danger search for other commits by this committer
- update preffered download URL
- retire md5 cksum

Submitted by:   Matthew Seaman <m.seaman@infracaninophile.co.uk>
Approved by:    novel
Feature safe:   yes
19 Aug 2010 10:08:16
Original commit files touched by this commit  1.10b,1
linimon search for other commits by this committer
Now broken on all OSVERSIONs on sparc64.

Hat:            portmgr
28 Jun 2009 18:04:12
Original commit files touched by this commit  0.9.9.r2,1
danger search for other commits by this committer
- update to 0.9.9-rc2

PR:             ports/135604
Submitted by:   Vivek Khera <vivek@khera.org>
Approved by:    miwi
18 Mar 2009 04:18:20
Original commit files touched by this commit  0.9.9.r1,1
linimon search for other commits by this committer
Mark as broken on sparc64-6.
27 Jan 2009 20:51:18
Original commit files touched by this commit  0.9.9.r1,1
danger search for other commits by this committer
- update to 0.9.9-rc1

Approved by:    wxs
21 Aug 2008 06:18:49
Original commit files touched by this commit  0.9.8.r2_1,1
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)
01 Jun 2008 12:04:10
Original commit files touched by this commit  0.9.8.r2_1,1
danger search for other commits by this committer
- fix the issues with PORTDOCS/PORTEXAMPLES
- bump the PORTREVISION

Approved by: miwi
01 Jun 2008 11:53:37
Original commit files touched by this commit  0.9.8.r2,1
danger search for other commits by this committer
- update to the latest version: 0.9.8-rc2

Approved by:    miwi
PR:             ports/121414 (with updated patch)
19 Jan 2008 11:53:15
Original commit files touched by this commit  0.9.8.r1065
edwin search for other commits by this committer
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>

Number of commits found: 16

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
bipFeb 11
surfFeb 11
chromiumFeb 09
chromiumFeb 09
drupal6Feb 07
drupal7Feb 07
bugzillaFeb 06
bugzilla2Feb 06
bugzilla3Feb 06
php5*Feb 06
mathopdFeb 03
firefoxFeb 01
linux-firefoxFeb 01
linux-seamonkeyFeb 01
linux-thunderbirdFeb 01

13 vulnerabilities affecting 32 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 23149
Broken 190
Deprecated 96
Ignore 726
Forbidden 2
Restricted 329
No CDROM 109
Vulnerable 0
Expired 7
Set to expire 93
Interactive 59
new 24 hours 5
new 48 hours8
new 7 days49
new fortnight76
new month143

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.145 seconds.