libraries/xapian-core: Updated for version 1.2.5.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
titopoquito 2011-05-31 22:02:45 -04:00 committed by Robby Workman
parent 73a337c2c0
commit 3af205dd98
4 changed files with 13 additions and 14 deletions

View file

@ -1,7 +1,7 @@
Xapian is an Open Source Search Engine Library released under the GPL.
It's written in C++, with bindings to allow use from Perl, Python, PHP,
Java, Tcl, C#, and Ruby (so far!). 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
Xapian is an Open Source Search Engine Library released under the GPL.
It's written in C++, with bindings to allow use from Perl, Python, PHP,
Java, Tcl, C#, and Ruby (so far!). 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.

View file

@ -11,10 +11,9 @@ xapian-core:
xapian-core: Xapian is an Open Source Search Engine Library released under the GPL.
xapian-core: It's written in C++, with bindings to allow use from Perl, Python,
xapian-core: PHP, Java, Tcl, C#, and Ruby (so far!). Xapian is a highly adaptable
xapian-core: toolkit which allows developers to easily add advanced indexing and
xapian-core: toolkit which allows developers to easily add advanced indexing and
xapian-core: search facilities to their own applications. It supports the
xapian-core: Probabilistic Information Retrieval model and also supports a rich
xapian-core: Probabilistic Information Retrieval model and also supports a rich
xapian-core: set of boolean query operators.
xapian-core:
xapian-core: http://www.xapian.org/
xapian-core:

View file

@ -23,7 +23,7 @@
# SUCH DAMAGE.
PRGNAM=xapian-core
VERSION=${VERSION:-1.2.4}
VERSION=${VERSION:-1.2.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="xapian-core"
VERSION="1.2.4"
VERSION="1.2.5"
HOMEPAGE="http://www.xapian.org/"
DOWNLOAD="http://oligarchy.co.uk/xapian/1.2.4/xapian-core-1.2.4.tar.gz"
MD5SUM="9715684900547649e0cbec42e6a157e9"
DOWNLOAD="http://oligarchy.co.uk/xapian/1.2.5/xapian-core-1.2.5.tar.gz"
MD5SUM="775995b7036b01b8b864a95d5646f42d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="titopoquito"
EMAIL="titopoquito@gmail.com"
APPROVED="rworkman"
APPROVED="dsomero"