diff options
author | titopoquito <titopoquito@gmail.com> | 2011-05-31 22:02:45 -0400 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-06-13 01:33:38 -0400 |
commit | 3af205dd98d80add69fba7c527b5fe5e2fb47abd (patch) | |
tree | 2060c6b18ef59b093977003af92fefb8563a13e4 | |
parent | 73a337c2c065a3faf5ba3e912535b03d2848cba4 (diff) |
libraries/xapian-core: Updated for version 1.2.5.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
-rw-r--r-- | libraries/xapian-core/README | 12 | ||||
-rw-r--r-- | libraries/xapian-core/slack-desc | 5 | ||||
-rw-r--r-- | libraries/xapian-core/xapian-core.SlackBuild | 2 | ||||
-rw-r--r-- | libraries/xapian-core/xapian-core.info | 8 |
4 files changed, 13 insertions, 14 deletions
diff --git a/libraries/xapian-core/README b/libraries/xapian-core/README index dbb5e5dd47e1..22a074b49bf4 100644 --- a/libraries/xapian-core/README +++ b/libraries/xapian-core/README @@ -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. diff --git a/libraries/xapian-core/slack-desc b/libraries/xapian-core/slack-desc index 76542ed0f57a..3b91f447abeb 100644 --- a/libraries/xapian-core/slack-desc +++ b/libraries/xapian-core/slack-desc @@ -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: diff --git a/libraries/xapian-core/xapian-core.SlackBuild b/libraries/xapian-core/xapian-core.SlackBuild index ecb8abe36571..34f888d1c0ac 100644 --- a/libraries/xapian-core/xapian-core.SlackBuild +++ b/libraries/xapian-core/xapian-core.SlackBuild @@ -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} diff --git a/libraries/xapian-core/xapian-core.info b/libraries/xapian-core/xapian-core.info index fbd522c09416..cc4642e5013b 100644 --- a/libraries/xapian-core/xapian-core.info +++ b/libraries/xapian-core/xapian-core.info @@ -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" |