Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (40eff5384a55c38bea0fb8275a43044a03d48b39)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Elisamuel Resto <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (40eff5384a55c38bea0fb8275a43044a03d48b39)
  • Date: Sat, 19 Jul 2008 16:19:59 -0500

GIT changes to master grimoire by Elisamuel Resto <ryuji AT sourcemage.org>:

ChangeLog | 4 ++++
libs/xapian-bindings/CONFLICTS | 1 +
libs/xapian-bindings/DEPENDS | 22 ++++++++++++++++++++++
libs/xapian-bindings/DETAILS | 19 +++++++++++++++++++
libs/xapian-bindings/HISTORY | 3 +++
libs/xapian-core/DETAILS | 4 ++--
libs/xapian-core/HISTORY | 3 +++
7 files changed, 54 insertions(+), 2 deletions(-)

New commits:
commit 40eff5384a55c38bea0fb8275a43044a03d48b39
Author: Elisamuel Resto <ryuji AT sourcemage.org>
Commit: Elisamuel Resto <ryuji AT sourcemage.org>

libs/xapian-bindings: new spell, various programming language bindings
for Xapian

commit 97fba036d7c590d47051d10d990ed41eabf64125
Author: Elisamuel Resto <ryuji AT sourcemage.org>
Commit: Elisamuel Resto <ryuji AT sourcemage.org>

libs/xapian-core: updated version to 1.0.7

diff --git a/ChangeLog b/ChangeLog
index 4e009a6..f4ed1e0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-07-19 Elisamuel Resto <ryuji AT sourcemage.org>
+ * libs/xapian-bindings: new spell, various programming language
bindings
+ for Xapian.
+
2008-07-18 Alexander Tsamutali <astsmtl AT gmail.com>
* http/conkeror: new spell, highly-programmable web browser based on
XULRunner, inspired by Emacs
diff --git a/libs/xapian-bindings/CONFLICTS b/libs/xapian-bindings/CONFLICTS
new file mode 100755
index 0000000..fec350e
--- /dev/null
+++ b/libs/xapian-bindings/CONFLICTS
@@ -0,0 +1 @@
+conflicts xapian-bindings
diff --git a/libs/xapian-bindings/DEPENDS b/libs/xapian-bindings/DEPENDS
new file mode 100755
index 0000000..401c464
--- /dev/null
+++ b/libs/xapian-bindings/DEPENDS
@@ -0,0 +1,22 @@
+depends xapian-core &&
+
+optional_depends python \
+ "--with-python" \
+ "--without-python" \
+ "to build Python bindings" &&
+optional_depends ruby \
+ "--with-ruby" \
+ "--without-ruby" \
+ "to build Ruby bindings" &&
+optional_depends tcl \
+ "--with-tcl" \
+ "--without-tcl" \
+ "to build Tcl bindings" &&
+optional_depends PHP \
+ "--with-php" \
+ "--without-php" \
+ "to build PHP extension" &&
+optional_depends CSHARP \
+ "--with-csharp" \
+ "--without-csharp" \
+ "to build .NET bindings"
diff --git a/libs/xapian-bindings/DETAILS b/libs/xapian-bindings/DETAILS
new file mode 100755
index 0000000..24be9b6
--- /dev/null
+++ b/libs/xapian-bindings/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=xapian-bindings
+ VERSION=1.0.7
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://oligarchy.co.uk/xapian/${VERSION}/${SOURCE}
+
SOURCE_HASH=sha512:4268bdc956e340bdf520a246c06aa5009ee679695b055a110fca43c255305f5e37918b81fa275856c8fa4bbdd728309ba27ea43025a92ee7f9a553d23ea968a1
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://xapian.org/";
+ LICENSE[0]=GPL
+ ENTERED=20080719
+ SHORT="Bindings for the Xapian Open Source Search Engine Library"
+cat << EOF
+These are bindings for a number of programming languages to utilize the
+Xapian Open Source Search Engine Library.
+
+Xapian is a highly adaptable toolkit which allows developers to easily
+add advanced indexing and search facilities to their own applications. It
+supports the Probabilistic Information Retrieval model and also supports a
+rich set of boolean query operators.
+EOF
diff --git a/libs/xapian-bindings/HISTORY b/libs/xapian-bindings/HISTORY
new file mode 100644
index 0000000..8e923f9
--- /dev/null
+++ b/libs/xapian-bindings/HISTORY
@@ -0,0 +1,3 @@
+2008-07-19 Elisamuel Resto <ryuji AT sourcemage.org>
+ * CONFLICTS, DEPENDS, DETAILS: spell created
+
diff --git a/libs/xapian-core/DETAILS b/libs/xapian-core/DETAILS
index 1a39da6..6cf37c0 100755
--- a/libs/xapian-core/DETAILS
+++ b/libs/xapian-core/DETAILS
@@ -1,6 +1,6 @@
SPELL=xapian-core
- VERSION=1.0.5
-
SOURCE_HASH=sha512:3f5aa6b01f438d5b79e262b4f28d7c32d055470a9665d8c91794b6ffde4582c85e6e79f2ba5155c95329170e10cb0c22d9caf78a4439e78bfff8841cdae17583
+ VERSION=1.0.7
+
SOURCE_HASH=sha512:d613a167beee13bdf5e54030fa3910c2594026f880c4c6dbfa7c75fc8e5dee7cb7b6e7d7407425d2ef297331f60c005d1e42633088c4f35cbf45ed7d2e3d5a15
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_URL[0]=http://www.oligarchy.co.uk/xapian/${VERSION}/${SOURCE}
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
diff --git a/libs/xapian-core/HISTORY b/libs/xapian-core/HISTORY
index b026908..c653848 100644
--- a/libs/xapian-core/HISTORY
+++ b/libs/xapian-core/HISTORY
@@ -1,3 +1,6 @@
+2008-07-19 Elisamuel Resto <ryuji AT sourcemage.org>
+ * DETAILS: updated to version 1.0.7
+
2007-12-23 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.0.5




  • [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (40eff5384a55c38bea0fb8275a43044a03d48b39), Elisamuel Resto, 07/19/2008

Archive powered by MHonArc 2.6.24.

Top of Page