[Lunar-commits] <moonbase-other> xapian-core: Adding to moonbase, a new depends for zeitgeist.
Dennis Veatch
stumbles at lunar-linux.org
Tue Jul 17 11:53:48 CEST 2012
commit 39a9cbc02e4627f3416c709b484b053cd0b32b83
Author: Dennis Veatch <stumbles at lunar-linux.org>
Date: Tue, 17 Jul 2012 02:53:48 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/39a9cbc02e4627f3416c709b484b053cd0b32b83
xapian-core: Adding to moonbase, a new depends for zeitgeist.
---
devel/xapian-core/DEPENDS +3/-0
devel/xapian-core/DETAILS +20/-0
2 files changed, 23 insertions (+), 0 deletions (-)
--- /dev/null
+++ b/devel/xapian-core/DEPENDS
@@ -0,0 +1,3 @@
+depends rdflib
+depends xapian-core
+
--- /dev/null
+++ b/devel/xapian-core/DETAILS
@@ -0,0 +1,20 @@
+ MODULE=xapian-core
+ VERSION=1.2.12
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://oligarchy.co.uk/xapian/$VERSION/
+ SOURCE_VFY=sha1:2b96800280fee41eed767289620172f5226c9c4f
+ WEB_SITE=http://xapian.org/
+ ENTERED=20120717
+ UPDATED=20100717
+ SHORT="Open Source Search Engine Library"
+
+cat << EOF
+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#, Ruby and Lua (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.
+EOF
More information about the Lunar-commits
mailing list