mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/xapian-core: Updated for version 1.2.5.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
73a337c2c0
commit
3af205dd98
4 changed files with 13 additions and 14 deletions
|
@ -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.
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue