Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (d14fa7846bdc354484ea456fb23079c5a991efe3)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (d14fa7846bdc354484ea456fb23079c5a991efe3)
  • Date: Fri, 1 Jan 2010 07:43:21 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

utils/sphinx/DEPENDS | 28 +++++++++++++++++++++-------
utils/sphinx/DETAILS | 19 +++++++++++--------
utils/sphinx/HISTORY | 6 +++++-
3 files changed, 37 insertions(+), 16 deletions(-)

New commits:
commit d14fa7846bdc354484ea456fb23079c5a991efe3
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

sphinx: => 0.9.9

diff --git a/utils/sphinx/DEPENDS b/utils/sphinx/DEPENDS
index 875fdce..3aee2a6 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 10bab49..74339b3 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 547c477..7f9bf1c 100644
--- a/utils/sphinx/HISTORY
+++ b/utils/sphinx/HISTORY
@@ -1,3 +1,8 @@
+2010-01-01 Vlad Glagolev <stealth AT 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 AT 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
-



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (d14fa7846bdc354484ea456fb23079c5a991efe3), Vlad Glagolev, 01/01/2010

Archive powered by MHonArc 2.6.24.

Top of Page