diff options
author | pav <pav@FreeBSD.org> | 2005-11-12 03:39:17 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-11-12 03:39:17 +0800 |
commit | 87fdc887a1bc5806e8812a11c2c490481009e3d3 (patch) | |
tree | 8aac52b47ca6f560767d7aa9daec788e0f2ca944 /databases/Makefile | |
parent | 3b5a19c5946519ac65ac3da21ca204fb110696c5 (diff) | |
download | freebsd-ports-gnome-87fdc887a1bc5806e8812a11c2c490481009e3d3.tar.gz freebsd-ports-gnome-87fdc887a1bc5806e8812a11c2c490481009e3d3.tar.zst freebsd-ports-gnome-87fdc887a1bc5806e8812a11c2c490481009e3d3.zip |
Xapian is an Open Source Probabilistic Information Retrieval library,
released under the GPL. It's written in C++, with bindings to allow use
from other languages.
Xapian is designed to be a highly adaptable toolkit to allow developers to
easily add advanced indexing and search facilities to their own
applications.
PR: ports/88609
Submitted by: Jean-Francois Dockes <jean-francois.dockes@wanadoo.fr>
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 035db4f2943f..02c7cebb8323 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -393,6 +393,7 @@ SUBDIR += usogres SUBDIR += wfb2sql SUBDIR += wmjsql + SUBDIR += xapian-core SUBDIR += xbase SUBDIR += xbsql SUBDIR += xmbase-grok |