Perl XS frontend to the Xapian C++ search library Maintained by:sunpoet@FreeBSD.org Port Added: 26 Mar 2006 20:53:55 Also Listed In:perl5 License: ART10 GPLv1
This module wraps most methods of most Xapian classes. The missing classes and
methods should be added in the future. It also provides a simplified, more
'perlish' interface - as demonstrated above.
The Xapian library is evolving very quickly at the time of writing, hence any
documentation placed here would be likely to become out of date quite rapidly,
and I do not have the patience to write some which could rapidly become
redundant.
Apologies to those of you considering using this module. For the time being, I
would suggest garnering what you can from the tests and examples provided, or
reading through the Xapian documentation on http://www.xapian.org/, notably the
API documentation at http://www.xapian.org/docs/apidoc/html/annotated.html
If you encounter problems, email either me or preferably the Xapian-discuss
mailing list (which I am on - subscription details can be found on the Xapian
web site).
WWW: http://search.cpan.org/dist/Search-Xapian/
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr
Require perl from ports. Do not bump PORTREVISION as it doesn't affect
already installed versions.
PR: 95195
Submitted by: Lars Balker Rasmussen <lars@balker.dk> (maintainer)