summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2010-01-01 16:42:59 +0300
committerVlad Glagolev2010-01-01 16:42:59 +0300
commitd14fa7846bdc354484ea456fb23079c5a991efe3 (patch)
tree2e6d9c3a0bd9f9e398845e2b7844e32edd235049
parent1e33371a7c4c3cd7c06d952a7b136469415c5655 (diff)
sphinx: => 0.9.9
-rwxr-xr-xutils/sphinx/DEPENDS28
-rwxr-xr-xutils/sphinx/DETAILS19
-rw-r--r--utils/sphinx/HISTORY6
3 files changed, 37 insertions, 16 deletions
diff --git a/utils/sphinx/DEPENDS b/utils/sphinx/DEPENDS
index 875fdced60..3aee2a66af 100755
--- a/utils/sphinx/DEPENDS
+++ b/utils/sphinx/DEPENDS
@@ -1,9 +1,23 @@
depends g++ &&
-optional_depends expat '' '' 'XML parser' &&
-optional_depends firebird '--with-firebird --with-firebird-includes=/usr/include --with-firebird-libs=/usr/lib' \
- '--without-firebird' \
- 'Firebird database' &&
-optional_depends ODBC-MGR '--with-unixodbc' '--without-unixodbc' 'ODBC data access' &&
-optional_depends mysql '--with-mysql' '--without-mysql' 'MySQL database' &&
-optional_depends postgresql '--with-pgsql' '--without-pgsql' 'PostgreSQL database'
+optional_depends expat "" "" "for XML parser usage" &&
+
+optional_depends firebird \
+ "--with-firebird --with-firebird-includes=/usr/include --with-firebird-libs=/usr/lib" \
+ "--without-firebird" \
+ "for Firebird database support" &&
+
+optional_depends ODBC-MGR \
+ "--with-unixodbc" \
+ "--without-unixodbc" \
+ "for ODBC data access" &&
+
+optional_depends mysql \
+ "--with-mysql" \
+ "--without-mysql" \
+ "for MySQL database support" &&
+
+optional_depends postgresql \
+ "--with-pgsql" \
+ "--without-pgsql" \
+ "for PostgreSQL database support"
diff --git a/utils/sphinx/DETAILS b/utils/sphinx/DETAILS
index 10bab49778..74339b3fe9 100755
--- a/utils/sphinx/DETAILS
+++ b/utils/sphinx/DETAILS
@@ -1,17 +1,20 @@
SPELL=sphinx
- VERSION=0.9.9-rc2
- SOURCE_HASH=sha512:8783f157c6f87b018c0c638bde36c4153700b6f5c8f10894acdbacf20b8788b1c3b77a3d38c37b25fc4d4901b5ca5d52e063cffa7ef670e6fe5c761903b669dd
+ VERSION=0.9.9
+ SOURCE_HASH=sha512:bf1f6b3429beac9336ed975137b9cc582541357df487ae97f407589458fa4cc4f3a797c868fd505c6b4e97a73b30a0f7f9c7ab6b3d8685ba173fde6d1d5383c2
SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- WEB_SITE=http://sphinxsearch.com
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE=http://www.sphinxsearch.com/
SOURCE_URL[0]=$WEB_SITE/downloads/$SOURCE
LICENSE[0]=GPL
ENTERED=20081030
KEYWORDS="database search"
- SHORT="Sphinx is a full-text search engine"
+ SHORT="full-text search engine"
cat << EOF
Sphinx is a full-text search engine.
-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
+
+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.
EOF
diff --git a/utils/sphinx/HISTORY b/utils/sphinx/HISTORY
index 547c477a44..7f9bf1c28f 100644
--- a/utils/sphinx/HISTORY
+++ b/utils/sphinx/HISTORY
@@ -1,3 +1,8 @@
+2010-01-01 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: updated spell to 0.9.9; fixed long description wrap; quoting
+ paths; corrected website, descriptions
+ * DEPENDS: readability++
+
2009-05-08 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 0.9.9-rc2
* DEPENDS: add option ODBC-MGR
@@ -7,4 +12,3 @@
* DETAILS: version 0.9.8.1
* firebird.patch.bz2: added, for firebird support
spell created
-