summaryrefslogtreecommitdiff
path: root/textproc/xapian
diff options
context:
space:
mode:
authorschmonz <schmonz>2008-07-26 23:35:05 +0000
committerschmonz <schmonz>2008-07-26 23:35:05 +0000
commitd47c90ed44125f40779d8d5c9287b6a18e213545 (patch)
tree9322ad40e66cc1fa79d71ed51f7856712f452a65 /textproc/xapian
parent3352a306f7f0fe5e489bc350a3fed8663d34be05 (diff)
downloadpkgsrc-d47c90ed44125f40779d8d5c9287b6a18e213545.tar.gz
Initial import of Xapian, 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. If you're after a packaged search engine for your website, you should take a look at Omega: an application we supply built upon Xapian. Unlike most other website search solutions, Xapian's versatility allows you to extend Omega to meet your needs as they grow.
Diffstat (limited to 'textproc/xapian')
-rw-r--r--textproc/xapian/DESCR14
-rw-r--r--textproc/xapian/Makefile17
-rw-r--r--textproc/xapian/PLIST368
-rw-r--r--textproc/xapian/buildlink3.mk19
-rw-r--r--textproc/xapian/distinfo5
5 files changed, 423 insertions, 0 deletions
diff --git a/textproc/xapian/DESCR b/textproc/xapian/DESCR
new file mode 100644
index 00000000000..2aee08f76e7
--- /dev/null
+++ b/textproc/xapian/DESCR
@@ -0,0 +1,14 @@
+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.
+
+If you're after a packaged search engine for your website, you
+should take a look at Omega: an application we supply built upon
+Xapian. Unlike most other website search solutions, Xapian's
+versatility allows you to extend Omega to meet your needs as they
+grow.
diff --git a/textproc/xapian/Makefile b/textproc/xapian/Makefile
new file mode 100644
index 00000000000..919fe207e9f
--- /dev/null
+++ b/textproc/xapian/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/07/26 23:35:05 schmonz Exp $
+#
+
+DISTNAME= xapian-core-1.0.7
+PKGNAME= ${DISTNAME:S/-core//}
+CATEGORIES= textproc
+MASTER_SITES= http://oligarchy.co.uk/xapian/1.0.7/
+
+MAINTAINER= schmonz@NetBSD.org
+HOMEPAGE= http://xapian.org/
+COMMENT= Search engine based on Probabilistic Information Retrieval
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_LANGUAGES= c c++
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/xapian/PLIST b/textproc/xapian/PLIST
new file mode 100644
index 00000000000..9a86319eb48
--- /dev/null
+++ b/textproc/xapian/PLIST
@@ -0,0 +1,368 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/07/26 23:35:05 schmonz Exp $
+bin/copydatabase
+bin/delve
+bin/quartzcheck
+bin/quartzcompact
+bin/quartzdump
+bin/quest
+bin/simpleexpand
+bin/simpleindex
+bin/simplesearch
+bin/xapian-check
+bin/xapian-compact
+bin/xapian-config
+bin/xapian-inspect
+bin/xapian-progsrv
+bin/xapian-tcpsrv
+include/xapian.h
+include/xapian/base.h
+include/xapian/database.h
+include/xapian/dbfactory.h
+include/xapian/deprecated.h
+include/xapian/document.h
+include/xapian/enquire.h
+include/xapian/error.h
+include/xapian/errorhandler.h
+include/xapian/expanddecider.h
+include/xapian/positioniterator.h
+include/xapian/postingiterator.h
+include/xapian/query.h
+include/xapian/queryparser.h
+include/xapian/sorter.h
+include/xapian/stem.h
+include/xapian/termgenerator.h
+include/xapian/termiterator.h
+include/xapian/types.h
+include/xapian/unicode.h
+include/xapian/valueiterator.h
+include/xapian/version.h
+include/xapian/visibility.h
+lib/libxapian.la
+man/man1/copydatabase.1
+man/man1/delve.1
+man/man1/quartzcheck.1
+man/man1/quartzcompact.1
+man/man1/quartzdump.1
+man/man1/quest.1
+man/man1/xapian-check.1
+man/man1/xapian-compact.1
+man/man1/xapian-config.1
+man/man1/xapian-inspect.1
+man/man1/xapian-progsrv.1
+man/man1/xapian-tcpsrv.1
+share/aclocal/xapian.m4
+share/doc/xapian-core/admin_notes.html
+share/doc/xapian-core/apidoc.pdf
+share/doc/xapian-core/apidoc/html/annotated.html
+share/doc/xapian-core/apidoc/html/base_8h-source.html
+share/doc/xapian-core/apidoc/html/classXapian_1_1BM25Weight-members.html
+share/doc/xapian-core/apidoc/html/classXapian_1_1BM25Weight.html
+share/doc/xapian-core/apidoc/html/classXapian_1_1BM25Weight__coll__graph.png
+share/doc/xapian-core/apidoc/html/classXapian_1_1BM25Weight__inherit__graph.png
+share/doc/xapian-core/apidoc/html/classXapian_1_1BoolWeight-members.html
+share/doc/xapian-core/apidoc/html/classXapian_1_1BoolWeight.html
+share/doc/xapian-core/apidoc/html/classXapian_1_1BoolWeight__coll__graph.png
+share/doc/xapian-core/apidoc/html/classXapian_1_1BoolWeight__inherit__graph.png
+share/doc/xapian-core/apidoc/html/classXapian_1_1CategorySelectMatchSpy-members.html
+share/doc/xapian-core/apidoc/html/classXapian_1_1CategorySelectMatchSpy.html
+share/doc/xapian-core/apidoc/html/classXapian_1_1CategorySelectMatchSpy__coll__graph.png
+share/doc/xapian-core/apidoc/html/classXapian_1_1CategorySelectMatchSpy__inherit__graph.png
+share/doc/xapian-core/apidoc/html/classXapian_1_1Database-members.html
+share/doc/xapian-core/apidoc/html/classXapian_1_1Database.html
+share/doc/xapian-core/apidoc/html/classXapian_1_1Database__inherit__graph.png
+share/doc/xapian-core/apidoc/html/classXapian_1_1DateValueRangeProcessor-members.html
+share/doc/xapian-core/apidoc/html/classXapian_1_1DateValueRangeProcessor.html
+share/doc/xapian-core/apidoc/html/classXapian_1_1DateValueRangeProcessor__coll__graph.png
+share/doc/xapian-core/apidoc/html/classXapian_1_1DateValueRangeProcessor__inherit__graph.png
+share/doc/xapian-core/apidoc/html/classXapian_1_1Document-members.html
+share/doc/xapian-core/apidoc/html/classXapian_1_1Document.html
+share/doc/xapian-core/apidoc/html/classXapian_1_1ESet-members.html
+share/doc/xapian-core/apidoc/html/classXapian_1_1ESet.html
+share/doc/xapian-core/apidoc/html/classXapian_1_1ESetIterator-members.html
+share/doc/xapian-core/apidoc/html/classXapian_1_1ESetIterator.html
+share/doc/xapian-core/apidoc/html/classXapian_1_1ESetIterator__coll__graph.png
+share/doc/xapian-core/apidoc/html/classXapian_1_1Enquire-members.html
+share/doc/xapian-core/apidoc/html/classXapian_1_1Enquire.html
+share/doc/xapian-core/apidoc/html/classXapian_1_1ErrorHandler-members.html
+share/doc/xapian-core/apidoc/html/classXapian_1_1ErrorHandler.html
+share/doc/xapian-core/apidoc/html/classXapian_1_1ExpandDecider-members.html
+share/doc/xapian-core/apidoc/html/classXapian_1_1ExpandDecider.html
+share/doc/xapian-core/apidoc/html/classXapian_1_1ExpandDeciderAnd-members.html
+share/doc/xapian-core/apidoc/html/classXapian_1_1ExpandDeciderAnd.html
+share/doc/xapian-core/apidoc/html/classXapian_1_1ExpandDeciderAnd__coll__graph.png
+share/doc/xapian-core/apidoc/html/classXapian_1_1ExpandDeciderAnd__inherit__graph.png
+share/doc/xapian-core/apidoc/html/classXapian_1_1ExpandDeciderFilterTerms-members.html
+share/doc/xapian-core/apidoc/html/classXapian_1_1ExpandDeciderFilterTerms.html
+share/doc/xapian-core/apidoc/html/classXapian_1_1ExpandDeciderFilterTerms__coll__graph.png
+share/doc/xapian-core/apidoc/html/classXapian_1_1ExpandDeciderFilterTerms__inherit__graph.png
+share/doc/xapian-core/apidoc/html/classXapian_1_1ExpandDecider__inherit__graph.png
+share/doc/xapian-core/apidoc/html/classXapian_1_1MSet-members.html
+share/doc/xapian-core/apidoc/html/classXapian_1_1MSet.html
+share/doc/xapian-core/apidoc/html/classXapian_1_1MSetIterator-members.html
+share/doc/xapian-core/apidoc/html/classXapian_1_1MSetIterator.html
+share/doc/xapian-core/apidoc/html/classXapian_1_1MSetIterator__coll__graph.png
+share/doc/xapian-core/apidoc/html/classXapian_1_1MatchDecider-members.html
+share/doc/xapian-core/apidoc/html/classXapian_1_1MatchDecider.html
+share/doc/xapian-core/apidoc/html/classXapian_1_1MatchDecider__inherit__graph.png
+share/doc/xapian-core/apidoc/html/classXapian_1_1MultiValueSorter-members.html
+share/doc/xapian-core/apidoc/html/classXapian_1_1MultiValueSorter.html
+share/doc/xapian-core/apidoc/html/classXapian_1_1MultiValueSorter__coll__graph.png
+share/doc/xapian-core/apidoc/html/classXapian_1_1MultiValueSorter__inherit__graph.png
+share/doc/xapian-core/apidoc/html/classXapian_1_1MultipleMatchDecider-members.html
+share/doc/xapian-core/apidoc/html/classXapian_1_1MultipleMatchDecider.html
+share/doc/xapian-core/apidoc/html/classXapian_1_1MultipleMatchDecider__coll__graph.png
+share/doc/xapian-core/apidoc/html/classXapian_1_1MultipleMatchDecider__inherit__graph.png
+share/doc/xapian-core/apidoc/html/classXapian_1_1NumberValueRangeProcessor-members.html
+share/doc/xapian-core/apidoc/html/classXapian_1_1NumberValueRangeProcessor.html
+share/doc/xapian-core/apidoc/html/classXapian_1_1NumberValueRangeProcessor__coll__graph.png
+share/doc/xapian-core/apidoc/html/classXapian_1_1NumberValueRangeProcessor__inherit__graph.png
+share/doc/xapian-core/apidoc/html/classXapian_1_1PositionIterator-members.html
+share/doc/xapian-core/apidoc/html/classXapian_1_1PositionIterator.html
+share/doc/xapian-core/apidoc/html/classXapian_1_1PostingIterator-members.html
+share/doc/xapian-core/apidoc/html/classXapian_1_1PostingIterator.html
+share/doc/xapian-core/apidoc/html/classXapian_1_1Query-members.html
+share/doc/xapian-core/apidoc/html/classXapian_1_1Query.html
+share/doc/xapian-core/apidoc/html/classXapian_1_1QueryParser-members.html
+share/doc/xapian-core/apidoc/html/classXapian_1_1QueryParser.html
+share/doc/xapian-core/apidoc/html/classXapian_1_1Query__coll__graph.png
+share/doc/xapian-core/apidoc/html/classXapian_1_1RSet-members.html
+share/doc/xapian-core/apidoc/html/classXapian_1_1RSet.html
+share/doc/xapian-core/apidoc/html/classXapian_1_1SimpleStopper-members.html
+share/doc/xapian-core/apidoc/html/classXapian_1_1SimpleStopper.html
+share/doc/xapian-core/apidoc/html/classXapian_1_1SimpleStopper__coll__graph.png
+share/doc/xapian-core/apidoc/html/classXapian_1_1SimpleStopper__inherit__graph.png
+share/doc/xapian-core/apidoc/html/classXapian_1_1Sorter-members.html
+share/doc/xapian-core/apidoc/html/classXapian_1_1Sorter.html
+share/doc/xapian-core/apidoc/html/classXapian_1_1Sorter__inherit__graph.png
+share/doc/xapian-core/apidoc/html/classXapian_1_1Stem-members.html
+share/doc/xapian-core/apidoc/html/classXapian_1_1Stem.html
+share/doc/xapian-core/apidoc/html/classXapian_1_1Stopper-members.html
+share/doc/xapian-core/apidoc/html/classXapian_1_1Stopper.html
+share/doc/xapian-core/apidoc/html/classXapian_1_1Stopper__inherit__graph.png
+share/doc/xapian-core/apidoc/html/classXapian_1_1StringListSerialiser-members.html
+share/doc/xapian-core/apidoc/html/classXapian_1_1StringListSerialiser.html
+share/doc/xapian-core/apidoc/html/classXapian_1_1StringListUnserialiser-members.html
+share/doc/xapian-core/apidoc/html/classXapian_1_1StringListUnserialiser.html
+share/doc/xapian-core/apidoc/html/classXapian_1_1StringValueRangeProcessor-members.html
+share/doc/xapian-core/apidoc/html/classXapian_1_1StringValueRangeProcessor.html
+share/doc/xapian-core/apidoc/html/classXapian_1_1StringValueRangeProcessor__coll__graph.png
+share/doc/xapian-core/apidoc/html/classXapian_1_1StringValueRangeProcessor__inherit__graph.png
+share/doc/xapian-core/apidoc/html/classXapian_1_1TermCountMatchSpy-members.html
+share/doc/xapian-core/apidoc/html/classXapian_1_1TermCountMatchSpy.html
+share/doc/xapian-core/apidoc/html/classXapian_1_1TermCountMatchSpy__coll__graph.png
+share/doc/xapian-core/apidoc/html/classXapian_1_1TermCountMatchSpy__inherit__graph.png
+share/doc/xapian-core/apidoc/html/classXapian_1_1TermGenerator-members.html
+share/doc/xapian-core/apidoc/html/classXapian_1_1TermGenerator.html
+share/doc/xapian-core/apidoc/html/classXapian_1_1TermIterator-members.html
+share/doc/xapian-core/apidoc/html/classXapian_1_1TermIterator.html
+share/doc/xapian-core/apidoc/html/classXapian_1_1TradWeight-members.html
+share/doc/xapian-core/apidoc/html/classXapian_1_1TradWeight.html
+share/doc/xapian-core/apidoc/html/classXapian_1_1TradWeight__coll__graph.png
+share/doc/xapian-core/apidoc/html/classXapian_1_1TradWeight__inherit__graph.png
+share/doc/xapian-core/apidoc/html/classXapian_1_1Utf8Iterator-members.html
+share/doc/xapian-core/apidoc/html/classXapian_1_1Utf8Iterator.html
+share/doc/xapian-core/apidoc/html/classXapian_1_1ValueCountMatchSpy-members.html
+share/doc/xapian-core/apidoc/html/classXapian_1_1ValueCountMatchSpy.html
+share/doc/xapian-core/apidoc/html/classXapian_1_1ValueCountMatchSpy__coll__graph.png
+share/doc/xapian-core/apidoc/html/classXapian_1_1ValueCountMatchSpy__inherit__graph.png
+share/doc/xapian-core/apidoc/html/classXapian_1_1ValueIterator-members.html
+share/doc/xapian-core/apidoc/html/classXapian_1_1ValueIterator.html
+share/doc/xapian-core/apidoc/html/classXapian_1_1ValueIterator__coll__graph.png
+share/doc/xapian-core/apidoc/html/classXapian_1_1Weight-members.html
+share/doc/xapian-core/apidoc/html/classXapian_1_1Weight.html
+share/doc/xapian-core/apidoc/html/classXapian_1_1Weight__inherit__graph.png
+share/doc/xapian-core/apidoc/html/classXapian_1_1WritableDatabase-members.html
+share/doc/xapian-core/apidoc/html/classXapian_1_1WritableDatabase.html
+share/doc/xapian-core/apidoc/html/classXapian_1_1WritableDatabase__coll__graph.png
+share/doc/xapian-core/apidoc/html/classXapian_1_1WritableDatabase__inherit__graph.png
+share/doc/xapian-core/apidoc/html/classes.html
+share/doc/xapian-core/apidoc/html/database_8h-source.html
+share/doc/xapian-core/apidoc/html/database_8h.html
+share/doc/xapian-core/apidoc/html/dbfactory_8h-source.html
+share/doc/xapian-core/apidoc/html/dbfactory_8h.html
+share/doc/xapian-core/apidoc/html/deprecated.html
+share/doc/xapian-core/apidoc/html/deprecated_8h-source.html
+share/doc/xapian-core/apidoc/html/document_8h-source.html
+share/doc/xapian-core/apidoc/html/document_8h.html
+share/doc/xapian-core/apidoc/html/doxygen.css
+share/doc/xapian-core/apidoc/html/doxygen.png
+share/doc/xapian-core/apidoc/html/enquire_8h-source.html
+share/doc/xapian-core/apidoc/html/enquire_8h.html
+share/doc/xapian-core/apidoc/html/errorhandler_8h-source.html
+share/doc/xapian-core/apidoc/html/errorhandler_8h.html
+share/doc/xapian-core/apidoc/html/expanddecider_8h-source.html
+share/doc/xapian-core/apidoc/html/expanddecider_8h.html
+share/doc/xapian-core/apidoc/html/files.html
+share/doc/xapian-core/apidoc/html/form_0.png
+share/doc/xapian-core/apidoc/html/form_1.png
+share/doc/xapian-core/apidoc/html/form_10.png
+share/doc/xapian-core/apidoc/html/form_11.png
+share/doc/xapian-core/apidoc/html/form_2.png
+share/doc/xapian-core/apidoc/html/form_3.png
+share/doc/xapian-core/apidoc/html/form_4.png
+share/doc/xapian-core/apidoc/html/form_5.png
+share/doc/xapian-core/apidoc/html/form_6.png
+share/doc/xapian-core/apidoc/html/form_7.png
+share/doc/xapian-core/apidoc/html/form_8.png
+share/doc/xapian-core/apidoc/html/form_9.png
+share/doc/xapian-core/apidoc/html/functions.html
+share/doc/xapian-core/apidoc/html/functions_0x62.html
+share/doc/xapian-core/apidoc/html/functions_0x63.html
+share/doc/xapian-core/apidoc/html/functions_0x64.html
+share/doc/xapian-core/apidoc/html/functions_0x65.html
+share/doc/xapian-core/apidoc/html/functions_0x66.html
+share/doc/xapian-core/apidoc/html/functions_0x67.html
+share/doc/xapian-core/apidoc/html/functions_0x68.html
+share/doc/xapian-core/apidoc/html/functions_0x69.html
+share/doc/xapian-core/apidoc/html/functions_0x6b.html
+share/doc/xapian-core/apidoc/html/functions_0x6c.html
+share/doc/xapian-core/apidoc/html/functions_0x6d.html
+share/doc/xapian-core/apidoc/html/functions_0x6e.html
+share/doc/xapian-core/apidoc/html/functions_0x6f.html
+share/doc/xapian-core/apidoc/html/functions_0x70.html
+share/doc/xapian-core/apidoc/html/functions_0x71.html
+share/doc/xapian-core/apidoc/html/functions_0x72.html
+share/doc/xapian-core/apidoc/html/functions_0x73.html
+share/doc/xapian-core/apidoc/html/functions_0x74.html
+share/doc/xapian-core/apidoc/html/functions_0x75.html
+share/doc/xapian-core/apidoc/html/functions_0x76.html
+share/doc/xapian-core/apidoc/html/functions_0x77.html
+share/doc/xapian-core/apidoc/html/functions_0x78.html
+share/doc/xapian-core/apidoc/html/functions_0x7e.html
+share/doc/xapian-core/apidoc/html/functions_eval.html
+share/doc/xapian-core/apidoc/html/functions_func.html
+share/doc/xapian-core/apidoc/html/functions_func_0x62.html
+share/doc/xapian-core/apidoc/html/functions_func_0x63.html
+share/doc/xapian-core/apidoc/html/functions_func_0x64.html
+share/doc/xapian-core/apidoc/html/functions_func_0x65.html
+share/doc/xapian-core/apidoc/html/functions_func_0x66.html
+share/doc/xapian-core/apidoc/html/functions_func_0x67.html
+share/doc/xapian-core/apidoc/html/functions_func_0x68.html
+share/doc/xapian-core/apidoc/html/functions_func_0x69.html
+share/doc/xapian-core/apidoc/html/functions_func_0x6b.html
+share/doc/xapian-core/apidoc/html/functions_func_0x6c.html
+share/doc/xapian-core/apidoc/html/functions_func_0x6d.html
+share/doc/xapian-core/apidoc/html/functions_func_0x6e.html
+share/doc/xapian-core/apidoc/html/functions_func_0x6f.html
+share/doc/xapian-core/apidoc/html/functions_func_0x70.html
+share/doc/xapian-core/apidoc/html/functions_func_0x71.html
+share/doc/xapian-core/apidoc/html/functions_func_0x72.html
+share/doc/xapian-core/apidoc/html/functions_func_0x73.html
+share/doc/xapian-core/apidoc/html/functions_func_0x74.html
+share/doc/xapian-core/apidoc/html/functions_func_0x75.html
+share/doc/xapian-core/apidoc/html/functions_func_0x76.html
+share/doc/xapian-core/apidoc/html/functions_func_0x77.html
+share/doc/xapian-core/apidoc/html/functions_func_0x78.html
+share/doc/xapian-core/apidoc/html/functions_func_0x7e.html
+share/doc/xapian-core/apidoc/html/functions_rela.html
+share/doc/xapian-core/apidoc/html/functions_type.html
+share/doc/xapian-core/apidoc/html/functions_vars.html
+share/doc/xapian-core/apidoc/html/globals.html
+share/doc/xapian-core/apidoc/html/globals_func.html
+share/doc/xapian-core/apidoc/html/globals_type.html
+share/doc/xapian-core/apidoc/html/globals_vars.html
+share/doc/xapian-core/apidoc/html/graph_legend.html
+share/doc/xapian-core/apidoc/html/graph_legend.png
+share/doc/xapian-core/apidoc/html/hierarchy.html
+share/doc/xapian-core/apidoc/html/index.html
+share/doc/xapian-core/apidoc/html/inherit__graph__0.png
+share/doc/xapian-core/apidoc/html/inherit__graph__1.png
+share/doc/xapian-core/apidoc/html/inherit__graph__10.png
+share/doc/xapian-core/apidoc/html/inherit__graph__11.png
+share/doc/xapian-core/apidoc/html/inherit__graph__12.png
+share/doc/xapian-core/apidoc/html/inherit__graph__13.png
+share/doc/xapian-core/apidoc/html/inherit__graph__14.png
+share/doc/xapian-core/apidoc/html/inherit__graph__15.png
+share/doc/xapian-core/apidoc/html/inherit__graph__16.png
+share/doc/xapian-core/apidoc/html/inherit__graph__17.png
+share/doc/xapian-core/apidoc/html/inherit__graph__18.png
+share/doc/xapian-core/apidoc/html/inherit__graph__19.png
+share/doc/xapian-core/apidoc/html/inherit__graph__2.png
+share/doc/xapian-core/apidoc/html/inherit__graph__20.png
+share/doc/xapian-core/apidoc/html/inherit__graph__21.png
+share/doc/xapian-core/apidoc/html/inherit__graph__22.png
+share/doc/xapian-core/apidoc/html/inherit__graph__23.png
+share/doc/xapian-core/apidoc/html/inherit__graph__24.png
+share/doc/xapian-core/apidoc/html/inherit__graph__25.png
+share/doc/xapian-core/apidoc/html/inherit__graph__26.png
+share/doc/xapian-core/apidoc/html/inherit__graph__3.png
+share/doc/xapian-core/apidoc/html/inherit__graph__4.png
+share/doc/xapian-core/apidoc/html/inherit__graph__5.png
+share/doc/xapian-core/apidoc/html/inherit__graph__6.png
+share/doc/xapian-core/apidoc/html/inherit__graph__7.png
+share/doc/xapian-core/apidoc/html/inherit__graph__8.png
+share/doc/xapian-core/apidoc/html/inherit__graph__9.png
+share/doc/xapian-core/apidoc/html/inherits.html
+share/doc/xapian-core/apidoc/html/matchspy_8h-source.html
+share/doc/xapian-core/apidoc/html/matchspy_8h.html
+share/doc/xapian-core/apidoc/html/namespaceXapian.html
+share/doc/xapian-core/apidoc/html/namespacemembers.html
+share/doc/xapian-core/apidoc/html/namespacemembers_func.html
+share/doc/xapian-core/apidoc/html/namespacemembers_type.html
+share/doc/xapian-core/apidoc/html/namespacemembers_vars.html
+share/doc/xapian-core/apidoc/html/namespaces.html
+share/doc/xapian-core/apidoc/html/pages.html
+share/doc/xapian-core/apidoc/html/positioniterator_8h-source.html
+share/doc/xapian-core/apidoc/html/positioniterator_8h.html
+share/doc/xapian-core/apidoc/html/postingiterator_8h-source.html
+share/doc/xapian-core/apidoc/html/postingiterator_8h.html
+share/doc/xapian-core/apidoc/html/query_8h-source.html
+share/doc/xapian-core/apidoc/html/query_8h.html
+share/doc/xapian-core/apidoc/html/queryparser_8h-source.html
+share/doc/xapian-core/apidoc/html/queryparser_8h.html
+share/doc/xapian-core/apidoc/html/sorter_8h-source.html
+share/doc/xapian-core/apidoc/html/sorter_8h.html
+share/doc/xapian-core/apidoc/html/stem_8h-source.html
+share/doc/xapian-core/apidoc/html/stem_8h.html
+share/doc/xapian-core/apidoc/html/structXapian_1_1StringAndFrequency-members.html
+share/doc/xapian-core/apidoc/html/structXapian_1_1StringAndFrequency.html
+share/doc/xapian-core/apidoc/html/structXapian_1_1ValueRangeProcessor-members.html
+share/doc/xapian-core/apidoc/html/structXapian_1_1ValueRangeProcessor.html
+share/doc/xapian-core/apidoc/html/structXapian_1_1ValueRangeProcessor__inherit__graph.png
+share/doc/xapian-core/apidoc/html/tab_b.gif
+share/doc/xapian-core/apidoc/html/tab_l.gif
+share/doc/xapian-core/apidoc/html/tab_r.gif
+share/doc/xapian-core/apidoc/html/tabs.css
+share/doc/xapian-core/apidoc/html/termgenerator_8h-source.html
+share/doc/xapian-core/apidoc/html/termgenerator_8h.html
+share/doc/xapian-core/apidoc/html/termiterator_8h-source.html
+share/doc/xapian-core/apidoc/html/termiterator_8h.html
+share/doc/xapian-core/apidoc/html/types_8h-source.html
+share/doc/xapian-core/apidoc/html/types_8h.html
+share/doc/xapian-core/apidoc/html/unicode_8h-source.html
+share/doc/xapian-core/apidoc/html/unicode_8h.html
+share/doc/xapian-core/apidoc/html/valueiterator_8h-source.html
+share/doc/xapian-core/apidoc/html/valueiterator_8h.html
+share/doc/xapian-core/apidoc/html/visibility_8h-source.html
+share/doc/xapian-core/apidoc/html/xapian_8h-source.html
+share/doc/xapian-core/apidoc/html/xapian_8h.html
+share/doc/xapian-core/bm25.html
+share/doc/xapian-core/code_structure.html
+share/doc/xapian-core/deprecation.html
+share/doc/xapian-core/glossary.html
+share/doc/xapian-core/index.html
+share/doc/xapian-core/install.html
+share/doc/xapian-core/internals.html
+share/doc/xapian-core/intro_ir.html
+share/doc/xapian-core/matcherdesign.html
+share/doc/xapian-core/overview.html
+share/doc/xapian-core/quartzdesign.html
+share/doc/xapian-core/queryparser.html
+share/doc/xapian-core/quickstart.html
+share/doc/xapian-core/quickstartexpand.cc.html
+share/doc/xapian-core/quickstartindex.cc.html
+share/doc/xapian-core/quickstartsearch.cc.html
+share/doc/xapian-core/remote.html
+share/doc/xapian-core/remote_protocol.html
+share/doc/xapian-core/scalability.html
+share/doc/xapian-core/sorting.html
+share/doc/xapian-core/spelling.html
+share/doc/xapian-core/stemming.html
+share/doc/xapian-core/synonyms.html
+share/doc/xapian-core/termgenerator.html
+share/doc/xapian-core/tests.html
+share/doc/xapian-core/valueranges.html
+@dirrm share/doc/xapian-core/apidoc/html
+@dirrm share/doc/xapian-core/apidoc
+@dirrm share/doc/xapian-core
+@dirrm include/xapian
diff --git a/textproc/xapian/buildlink3.mk b/textproc/xapian/buildlink3.mk
new file mode 100644
index 00000000000..781a08c1d7d
--- /dev/null
+++ b/textproc/xapian/buildlink3.mk
@@ -0,0 +1,19 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2008/07/26 23:35:05 schmonz Exp $
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
+XAPIAN_BUILDLINK3_MK:= ${XAPIAN_BUILDLINK3_MK}+
+
+.if ${BUILDLINK_DEPTH} == "+"
+BUILDLINK_DEPENDS+= xapian
+.endif
+
+BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nxapian}
+BUILDLINK_PACKAGES+= xapian
+BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}xapian
+
+.if ${XAPIAN_BUILDLINK3_MK} == "+"
+BUILDLINK_API_DEPENDS.xapian+= xapian>=1.0.7
+BUILDLINK_PKGSRCDIR.xapian?= ../../textproc/xapian
+.endif # XAPIAN_BUILDLINK3_MK
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
diff --git a/textproc/xapian/distinfo b/textproc/xapian/distinfo
new file mode 100644
index 00000000000..94ca8957954
--- /dev/null
+++ b/textproc/xapian/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/07/26 23:35:05 schmonz Exp $
+
+SHA1 (xapian-core-1.0.7.tar.gz) = e7c03e6e7573ac3b83cc20350a5d3ab9642ec6a7
+RMD160 (xapian-core-1.0.7.tar.gz) = 9827808d07ee170f23aa1b8881342a7c944079fc
+Size (xapian-core-1.0.7.tar.gz) = 3071683 bytes