New commits:
commit ab8650b6d2620aee171af335f289e19b3de809a1
Author: Elisamuel Resto <ryuji AT sourcemage.org>
Commit: Elisamuel Resto <ryuji AT sourcemage.org>
utils/xapian-bindings: updated to 1.0.9
commit df77ba53061cc2695e8362f7524d59fcc58ef10d
Author: Elisamuel Resto <ryuji AT sourcemage.org>
Commit: Elisamuel Resto <ryuji AT sourcemage.org>
utils/xapian-core: updated to 1.0.9
commit d668a377be47fdf5e3eef7455d0968d6af068ce6
Author: Elisamuel Resto <ryuji AT sourcemage.org>
Commit: Elisamuel Resto <ryuji AT sourcemage.org>
utils/xapian-omega: updated to 1.0.9
commit f17355cfb93147640cef25c26a7b821f449ffc9f
Author: Elisamuel Resto <ryuji AT sourcemage.org>
Commit: Elisamuel Resto <ryuji AT sourcemage.org>
utils/rsyslog: updated stable branch to 3.20.0; stable now has gnutls
support
diff --git a/libs/xapian-bindings/DETAILS b/libs/xapian-bindings/DETAILS
index a227a93..3fbf125 100755
--- a/libs/xapian-bindings/DETAILS
+++ b/libs/xapian-bindings/DETAILS
@@ -1,13 +1,14 @@
SPELL=xapian-bindings
- VERSION=1.0.8
- SOURCE="${SPELL}-${VERSION}.tar.gz"
- SOURCE_URL[0]=http://oligarchy.co.uk/xapian/${VERSION}/${SOURCE}
-
SOURCE_HASH=sha512:a9f815de07f3c987bd2f137d960fdf0297f4eab012b61d88be97312ee9b894b3184708b3cf567f29a5f431ca786ee96f1f26ef03d48692d59fe9d7db7b7ca295
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
- WEB_SITE="http://xapian.org/"
+ VERSION=1.0.9
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=http://oligarchy.co.uk/xapian/$VERSION/$SOURCE
+
SOURCE_HASH=sha512:4521893b12ad608830a52b995885a1c3ce6d002c4afcc665e2be062548456f27b85cbd00d9243effc0366bfb8b2ee4c6a76325251e5e1ca8ef54701c02c24631
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE="http://www.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.
diff --git a/libs/xapian-bindings/HISTORY b/libs/xapian-bindings/HISTORY
index a1b0a59..57f3fb4 100644
--- a/libs/xapian-bindings/HISTORY
+++ b/libs/xapian-bindings/HISTORY
@@ -1,3 +1,6 @@
+2008-11-08 Elisamuel Resto <ryuji AT sourcemage.org>
+ * DETAILS: updated to 1.0.9
+
2008-10-04 Elisamuel Resto <ryuji AT sourcemage.org>
* (PRE_)SUB_DEPENDS: added a catch-all; removed quoting on the loop
diff --git a/libs/xapian-core/DETAILS b/libs/xapian-core/DETAILS
index 160439d..645b8a3 100755
--- a/libs/xapian-core/DETAILS
+++ b/libs/xapian-core/DETAILS
@@ -1,13 +1,14 @@
SPELL=xapian-core
- VERSION=1.0.8
-
SOURCE_HASH=sha512:7b358d31f69d6c6319878ad096a2e7a308a813493de69eec69b5bce59d35b81b239502735923252365a7ddd33e21bcc94a662b9b3d4a2790b6c36eae250f8276
- SOURCE="${SPELL}-${VERSION}.tar.gz"
- SOURCE_URL[0]=http://oligarchy.co.uk/xapian/${VERSION}/${SOURCE}
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
- WEB_SITE="http://www.xapian.org/ "
+ VERSION=1.0.9
+
SOURCE_HASH=sha512:bafd7637583d6e6b442f3596bcc8d3365d66ad5ba27106a724ff8c97aa38802b502968be9b11b35ef88458798b202e61e93c382fe060ccab19a58c9d9eba1077
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=http://oligarchy.co.uk/xapian/$VERSION/$SOURCE
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE="http://www.xapian.org/"
LICENSE[0]=GPL
ENTERED=20070306
SHORT="A fast search engine library supporting probabilistic and
boolean retrieval."
+
cat << EOF
Xapian is a search engine library, scalable to collections containing
hundreds
of millions of documents. It's written in C++ with bindings for Perl, Python,
diff --git a/libs/xapian-core/HISTORY b/libs/xapian-core/HISTORY
index ce9cb9a..f1ee4fa 100644
--- a/libs/xapian-core/HISTORY
+++ b/libs/xapian-core/HISTORY
@@ -1,3 +1,6 @@
+2008-11-08 Elisamuel Resto <ryuji AT sourcemage.org>
+ * DETAILS: updated to 1.0.9
+
2008-09-08 Elisamuel Resto <ryuji AT sourcemage.org>
* DETAILS: updated to 1.0.8