Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (73ff1b7ece68af5f5d9bb492d9abb9ea74edc421)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (73ff1b7ece68af5f5d9bb492d9abb9ea74edc421)
  • Date: Sat, 8 Nov 2008 10:34:50 -0600

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

ChangeLog | 3 +++
database/tokyocabinet/BUILD | 3 +++
database/tokyocabinet/CONFLICTS | 1 +
database/tokyocabinet/DETAILS | 4 ++--
database/tokyocabinet/HISTORY | 4 ++++
python-pypi/sqlalchemy/DETAILS | 4 ++--
python-pypi/sqlalchemy/HISTORY | 3 +++
utils/sphinx/DEPENDS | 8 ++++++++
utils/sphinx/DETAILS | 17 +++++++++++++++++
utils/sphinx/HISTORY | 5 +++++
utils/sphinx/PRE_BUILD | 6 ++++++
utils/sphinx/firebird.patch.bz2 |binary
12 files changed, 54 insertions(+), 4 deletions(-)

New commits:
commit 9943011c4f419ec995724b24964bb70f65092630
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

sphinx-0.9.8.1

commit 785a6391253228299fcb6e2a185d69254fe26c84
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

"tokyocabinet-1.3.16"

commit ed368b1c0d54cea1e8e60dfea669993b3c93e474
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

"sqlalchemy-0.5.0rc3"

diff --git a/ChangeLog b/ChangeLog
index b6c5e8f..eb5d683 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-11-08 Treeve Jelbert <treeve AT sourcemage.org>
+ * utils/sphinx: new spell, freetext search engine
+
2008-11-07 Vlad Glagolev <stealth AT sourcemage.org>
* python-pypi/pycweather: new spell, weather display manager for conky

diff --git a/database/tokyocabinet/BUILD b/database/tokyocabinet/BUILD
new file mode 100755
index 0000000..6ad186e
--- /dev/null
+++ b/database/tokyocabinet/BUILD
@@ -0,0 +1,3 @@
+CFLAGS="$CFLAGS -std=c99" &&
+LDFLAGS="$LDFLAGS= -L./" &&
+default_build
diff --git a/database/tokyocabinet/CONFLICTS b/database/tokyocabinet/CONFLICTS
new file mode 100755
index 0000000..d418754
--- /dev/null
+++ b/database/tokyocabinet/CONFLICTS
@@ -0,0 +1 @@
+conflicts tokyocabinet y
diff --git a/database/tokyocabinet/DETAILS b/database/tokyocabinet/DETAILS
index 0a655e7..90cbde6 100755
--- a/database/tokyocabinet/DETAILS
+++ b/database/tokyocabinet/DETAILS
@@ -1,6 +1,6 @@
SPELL=tokyocabinet
- VERSION=1.3.15
-
SOURCE_HASH=sha512:b156129a0b9a7cf35cfcfcef27159a9ae31c54e8b4f77ef51cda5f53060cbeffac1a2d36fa303bfae9d2d986d8d471e60d95489410dbf026b25b5c6430a5ef43
+ VERSION=1.3.16
+
SOURCE_HASH=sha512:be5d07e86b579647b824b8ddc491c80df0abb6d103d8bc513d40ca95aa93a90f2606944496d59c102db9dd1cbac12df8545856977273f37ab906031aa714add4
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://$SPELL.sf.net/$SOURCE
diff --git a/database/tokyocabinet/HISTORY b/database/tokyocabinet/HISTORY
index 9d05f34..c69e753 100644
--- a/database/tokyocabinet/HISTORY
+++ b/database/tokyocabinet/HISTORY
@@ -1,3 +1,7 @@
+2008-11-07 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.3.16
+ * BUILD, CONFLICTS: added
+
2008-10-26 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.3.15

diff --git a/python-pypi/sqlalchemy/DETAILS b/python-pypi/sqlalchemy/DETAILS
index 8c75235..8c4735c 100755
--- a/python-pypi/sqlalchemy/DETAILS
+++ b/python-pypi/sqlalchemy/DETAILS
@@ -1,7 +1,7 @@
SPELL=sqlalchemy
CHEESESHOP_PKG=SQLAlchemy
- VERSION=0.5.0rc2
-
SOURCE_HASH=sha512:24269af2c99425957d5a556d622f177a3ae42f3c57c145162044c0773d51a4660d7927f3ae92b42c75575eaaa324b8e5247d5bcefafd006b1f5bdf9f8b8bec06
+ VERSION=0.5.0rc3
+
SOURCE_HASH=sha512:0439368aeaf42110875d192bf84eb782163c11e15d32dbfcf33a78f3e1788655528f64a5defa23bec112da286f4bb095d171da4b17c4a6cf54e7a39817059719
SOURCE="$CHEESESHOP_PKG-$VERSION.tar.gz"
SOURCE_URL[0]="http://www.python.org/pypi/S/$CHEESESHOP_PKG/$SOURCE";
SOURCE_URL[1]=$SOURCEFORGE_URL/$SPELL/$SOURCE
diff --git a/python-pypi/sqlalchemy/HISTORY b/python-pypi/sqlalchemy/HISTORY
index 48d07fd..81002cb 100644
--- a/python-pypi/sqlalchemy/HISTORY
+++ b/python-pypi/sqlalchemy/HISTORY
@@ -1,3 +1,6 @@
+2008-11-07 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.5.0rc3
+
2008-10-12 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.5.0rc2
ix CHEESESHOP url
diff --git a/utils/sphinx/DEPENDS b/utils/sphinx/DEPENDS
new file mode 100755
index 0000000..d36d493
--- /dev/null
+++ b/utils/sphinx/DEPENDS
@@ -0,0 +1,8 @@
+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 mysql '--with-mysql' '--without-mysql' 'MySQL
database' &&
+optional_depends postgresql '--with-pgsql' '--without-pgsql'
'PostgreSQL database'
+
diff --git a/utils/sphinx/DETAILS b/utils/sphinx/DETAILS
new file mode 100755
index 0000000..5ad3cec
--- /dev/null
+++ b/utils/sphinx/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=sphinx
+ VERSION=0.9.8.1
+
SOURCE_HASH=sha512:dc2c2b1c85fe59ca03584fc25e8803bbd8bfb22a9f7e959474c9a09f2a2f50f36f45c168fd730c7d9e92f006cab3d67a0e433f490aa61c277729d2789be5f4e5
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://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"
+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
+EOF
diff --git a/utils/sphinx/HISTORY b/utils/sphinx/HISTORY
new file mode 100644
index 0000000..e2aabb4
--- /dev/null
+++ b/utils/sphinx/HISTORY
@@ -0,0 +1,5 @@
+2008-11-08 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.9.8.1
+ * firebird.patch.bz2: added, for firebird support
+ spell created
+
diff --git a/utils/sphinx/PRE_BUILD b/utils/sphinx/PRE_BUILD
new file mode 100755
index 0000000..c3e1f32
--- /dev/null
+++ b/utils/sphinx/PRE_BUILD
@@ -0,0 +1,6 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+# add support for firebird
+bzcat $SPELL_DIRECTORY/firebird.patch.bz2 | patch -p1 &&
+# and regenerate the config files
+autoreconf
diff --git a/utils/sphinx/firebird.patch.bz2 b/utils/sphinx/firebird.patch.bz2
new file mode 100644
index 0000000..afbc953
Binary files /dev/null and b/utils/sphinx/firebird.patch.bz2 differ



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (73ff1b7ece68af5f5d9bb492d9abb9ea74edc421), Treeve Jelbert, 11/08/2008

Archive powered by MHonArc 2.6.24.

Top of Page