aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--databases/p5-Search-Xapian10/Makefile45
-rw-r--r--databases/p5-Search-Xapian10/distinfo3
-rw-r--r--databases/p5-Search-Xapian10/pkg-descr20
-rw-r--r--databases/p5-Search-Xapian10/pkg-plist35
-rw-r--r--databases/xapian-bindings10/Makefile63
-rw-r--r--databases/xapian-bindings10/distinfo3
-rw-r--r--databases/xapian-bindings10/pkg-descr4
-rw-r--r--databases/xapian-bindings10/pkg-plist39
-rw-r--r--databases/xapian-core10/Makefile32
-rw-r--r--databases/xapian-core10/distinfo3
-rw-r--r--databases/xapian-core10/files/patch-Makefile.in32
-rw-r--r--databases/xapian-core10/pkg-descr19
-rw-r--r--databases/xapian-core10/pkg-plist296
13 files changed, 0 insertions, 594 deletions
diff --git a/databases/p5-Search-Xapian10/Makefile b/databases/p5-Search-Xapian10/Makefile
deleted file mode 100644
index 16e7ab17fd5b..000000000000
--- a/databases/p5-Search-Xapian10/Makefile
+++ /dev/null
@@ -1,45 +0,0 @@
-# New ports collection makefile for: databases/p5-Search-Xapian
-# Date created: Feb 22 2006
-# Whom: Lars Balker Rasmussen <lbr@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= Search-Xapian
-PORTVERSION= 1.0.20.0
-PORTREVISION= 1
-CATEGORIES= databases perl5
-MASTER_SITES= CPAN
-PKGNAMEPREFIX= p5-
-
-MAINTAINER= perl@FreeBSD.org
-COMMENT= Perl XS frontend to the Xapian C++ search library
-
-BUILD_DEPENDS= xapian-core>=1.0.10:${PORTSDIR}/databases/xapian-core
-RUN_DEPENDS= ${BUILD_DEPENDS}
-
-PERL_CONFIGURE= yes
-CC= ${CXX}
-
-MAN3= Search::Xapian.3 \
- Search::Xapian::BM25Weight.3 \
- Search::Xapian::BoolWeight.3 \
- Search::Xapian::Database.3 \
- Search::Xapian::Document.3 \
- Search::Xapian::Enquire.3 \
- Search::Xapian::MultiValueSorter.3 \
- Search::Xapian::PositionIterator.3 \
- Search::Xapian::PostingIterator.3 \
- Search::Xapian::QueryParser.3 \
- Search::Xapian::Stem.3 \
- Search::Xapian::TermGenerator.3 \
- Search::Xapian::TermIterator.3 \
- Search::Xapian::TradWeight.3 \
- Search::Xapian::ValueIterator.3 \
- Search::Xapian::Weight.3 \
- Search::Xapian::WritableDatabase.3
-
-post-patch:
- @${REINPLACE_CMD} -e 's/^if (defined $$builddir/if (0/' ${WRKSRC}/Makefile.PL
-
-.include <bsd.port.mk>
diff --git a/databases/p5-Search-Xapian10/distinfo b/databases/p5-Search-Xapian10/distinfo
deleted file mode 100644
index 858aeb4ad746..000000000000
--- a/databases/p5-Search-Xapian10/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (Search-Xapian-1.0.20.0.tar.gz) = 8fca4619975eddb6fdf297450730d1f7
-SHA256 (Search-Xapian-1.0.20.0.tar.gz) = 127f539525c326c39e0a83ddf3455b284415261621f3e4d2f418b94137b2d07b
-SIZE (Search-Xapian-1.0.20.0.tar.gz) = 52427
diff --git a/databases/p5-Search-Xapian10/pkg-descr b/databases/p5-Search-Xapian10/pkg-descr
deleted file mode 100644
index 1e73d225f72a..000000000000
--- a/databases/p5-Search-Xapian10/pkg-descr
+++ /dev/null
@@ -1,20 +0,0 @@
-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/
diff --git a/databases/p5-Search-Xapian10/pkg-plist b/databases/p5-Search-Xapian10/pkg-plist
deleted file mode 100644
index 53610541d90e..000000000000
--- a/databases/p5-Search-Xapian10/pkg-plist
+++ /dev/null
@@ -1,35 +0,0 @@
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Search/Xapian/.packlist
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Search/Xapian/Xapian.bs
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Search/Xapian/Xapian.so
-%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/BM25Weight.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/BoolWeight.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/Database.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/Document.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/ESet.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/ESetIterator.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/Enquire.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/MSet.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/MSet/Tied.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/MSetIterator.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/MultiValueSorter.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/PerlStopper.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/PositionIterator.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/PostingIterator.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/Query.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/QueryParser.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/RSet.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/SimpleStopper.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/Stem.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/Stopper.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/TermGenerator.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/TermIterator.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/TradWeight.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/ValueIterator.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/Weight.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/WritableDatabase.pm
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Search/Xapian
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Search
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/MSet
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Search
diff --git a/databases/xapian-bindings10/Makefile b/databases/xapian-bindings10/Makefile
deleted file mode 100644
index 85864af02f15..000000000000
--- a/databases/xapian-bindings10/Makefile
+++ /dev/null
@@ -1,63 +0,0 @@
-# New ports collection makefile for: xapian-bindings
-# Date created: 2007-05-26
-# Whom: Gea-Suan Lin <gslin@gslin.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= xapian-bindings
-PORTVERSION= 1.0.18
-PORTREVISION= 1
-CATEGORIES= databases
-MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION}/
-
-MAINTAINER= gslin@gslin.org
-COMMENT= Bindings allowing Xapian to be used from various programming languages
-
-RUN_DEPENDS= xapian-core>=1.0.18:${PORTSDIR}/databases/xapian-core
-BUILD_DEPENDS:= ${RUN_DEPENDS}
-
-CONFIGURE_ARGS+= --datarootdir="${DATADIR}" --docdir="${DOCSDIR}" \
- --without-csharp --without-java --without-tcl
-GNU_CONFIGURE= yes
-
-.ifdef(WITHOUT_PHP)
-CONFIGURE_ARGS+= --without-php
-PLIST_SUB+= BINDING_PHP="@comment "
-.else
-CONFIGURE_ARGS+= --with-php
-CONFIGURE_ENV+= PHP_CONFIG="${LOCALBASE}/bin/php-config"
-PLIST_SUB+= BINDING_PHP=""
-USE_PHP= yes
-USE_PHP_BUILD= yes
-.endif
-
-.ifdef(WITHOUT_PYTHON)
-CONFIGURE_ARGS+= --without-python
-PLIST_SUB+= BINDING_PYTHON="@comment "
-.else
-CONFIGURE_ARGS+= --with-python
-CONFIGURE_ENV+= PYTHON_LIB="${PYTHON_SITELIBDIR}"
-PLIST_SUB+= BINDING_PYTHON=""
-USE_PYTHON= yes
-.endif
-
-.ifdef(WITHOUT_RUBY)
-CONFIGURE_ARGS+= --without-ruby
-PLIST_SUB+= BINDING_RUBY="@comment "
-.else
-CONFIGURE_ARGS+= --with-ruby
-USE_RUBY_RDOCS= no
-PLIST_SUB+= BINDING_RUBY=""
-USE_RUBY= yes
-.endif
-
-post-install:
-.ifdef(NOPORTDOCS)
- ${RM} -fr ${DOCSDIR}
-.endif
-.ifndef(WITHOUT_RUBY)
- ${RM} -fr ${DOCSDIR}/ruby/rdocs
-.endif
-
-.include <bsd.port.mk>
diff --git a/databases/xapian-bindings10/distinfo b/databases/xapian-bindings10/distinfo
deleted file mode 100644
index 6cce8e0e6b56..000000000000
--- a/databases/xapian-bindings10/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (xapian-bindings-1.0.18.tar.gz) = a82b3cc1402eed22ce1d76e61d32d0fa
-SHA256 (xapian-bindings-1.0.18.tar.gz) = 172d5f9faaa09c274b9ee429a579c6ac28d980176796b29b4c63222b2f20d12d
-SIZE (xapian-bindings-1.0.18.tar.gz) = 1068245
diff --git a/databases/xapian-bindings10/pkg-descr b/databases/xapian-bindings10/pkg-descr
deleted file mode 100644
index fe5eedc00196..000000000000
--- a/databases/xapian-bindings10/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-SWIG and JNI bindings allowing Xapian to be used from various other
-programming languages.
-
-WWW: http://www.xapian.org/
diff --git a/databases/xapian-bindings10/pkg-plist b/databases/xapian-bindings10/pkg-plist
deleted file mode 100644
index e15476c85df0..000000000000
--- a/databases/xapian-bindings10/pkg-plist
+++ /dev/null
@@ -1,39 +0,0 @@
-@comment $FreeBSD$
-%%BINDING_PHP%%%%DATADIR%%/php5/xapian.php
-%%BINDING_PHP%%%%PORTDOCS%%%%DOCSDIR%%/php/examples/simpleexpand.php4
-%%BINDING_PHP%%%%PORTDOCS%%%%DOCSDIR%%/php/examples/simpleexpand.php5
-%%BINDING_PHP%%%%PORTDOCS%%%%DOCSDIR%%/php/examples/simpleindex.php4
-%%BINDING_PHP%%%%PORTDOCS%%%%DOCSDIR%%/php/examples/simpleindex.php5
-%%BINDING_PHP%%%%PORTDOCS%%%%DOCSDIR%%/php/examples/simplesearch.php4
-%%BINDING_PHP%%%%PORTDOCS%%%%DOCSDIR%%/php/examples/simplesearch.php5
-%%BINDING_PHP%%%%PORTDOCS%%%%DOCSDIR%%/php/index.html
-%%BINDING_PHP%%lib/php/%%PHP_EXT_DIR%%/xapian.so
-%%BINDING_PYTHON%%%%PORTDOCS%%%%DOCSDIR%%/python/examples/simpleexpand.py
-%%BINDING_PYTHON%%%%PORTDOCS%%%%DOCSDIR%%/python/examples/simpleindex.py
-%%BINDING_PYTHON%%%%PORTDOCS%%%%DOCSDIR%%/python/examples/simplematchdecider.py
-%%BINDING_PYTHON%%%%PORTDOCS%%%%DOCSDIR%%/python/examples/simplesearch.py
-%%BINDING_PYTHON%%%%PORTDOCS%%%%DOCSDIR%%/python/index.html
-%%BINDING_PYTHON%%%%PYTHON_SITELIBDIR%%/_xapian.so
-%%BINDING_PYTHON%%%%PYTHON_SITELIBDIR%%/xapian.py
-%%BINDING_PYTHON%%%%PYTHON_SITELIBDIR%%/xapian.pyc
-%%BINDING_PYTHON%%%%PYTHON_SITELIBDIR%%/xapian.pyo
-%%BINDING_RUBY%%%%PORTDOCS%%%%DOCSDIR%%/ruby/examples/simpleexpand.rb
-%%BINDING_RUBY%%%%PORTDOCS%%%%DOCSDIR%%/ruby/examples/simpleindex.rb
-%%BINDING_RUBY%%%%PORTDOCS%%%%DOCSDIR%%/ruby/examples/simplematchdecider.rb
-%%BINDING_RUBY%%%%PORTDOCS%%%%DOCSDIR%%/ruby/examples/simplesearch.rb
-%%BINDING_RUBY%%%%PORTDOCS%%%%DOCSDIR%%/ruby/index.html
-%%BINDING_RUBY%%%%RUBY_SITELIBDIR%%/xapian.rb
-%%BINDING_RUBY%%%%RUBY_SITEARCHLIBDIR%%/_xapian.so
-%%BINDING_RUBY%%@dirrmtry %%RUBY_SITELIBDIR%%
-%%BINDING_RUBY%%%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/ruby/examples
-%%BINDING_RUBY%%%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/ruby
-%%BINDING_PYTHON%%@dirrmtry %%PYTHON_SITELIBDIR%%
-%%BINDING_PYTHON%%%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/python/examples
-%%BINDING_PYTHON%%%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/python
-%%BINDING_PHP%%@dirrmtry lib/php/%%PHP_EXT_DIR%%
-%%BINDING_PHP%%@dirrmtry lib/php
-%%BINDING_PHP%%@dirrmtry %%DATADIR%%/php5
-%%BINDING_PHP%%@dirrmtry %%DATADIR%%
-%%BINDING_PHP%%%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/php/examples
-%%BINDING_PHP%%%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/php
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
diff --git a/databases/xapian-core10/Makefile b/databases/xapian-core10/Makefile
deleted file mode 100644
index b76e0a9242bb..000000000000
--- a/databases/xapian-core10/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# New ports collection makefile for: xapian-core
-# Date created: 5 November 2005
-# Whom: J.F. Dockes
-#
-# $FreeBSD$
-#
-
-PORTNAME= xapian-core
-PORTVERSION= 1.0.17
-PORTEPOCH= 1
-CATEGORIES= databases
-MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION}/
-
-MAINTAINER= jean-francois.dockes@wanadoo.fr
-COMMENT= A probabilistic text search database engine
-
-GNU_CONFIGURE= yes
-USE_LDCONFIG= yes
-
-MAN1= quartzcheck.1 quartzcompact.1 quartzdump.1 \
- xapian-check.1 xapian-compact.1 xapian-config.1 \
- xapian-progsrv.1 xapian-tcpsrv.1 xapian-inspect.1
-
-post-install:
-.for file in delve quest copydatabase
- ${INSTALL_PROGRAM} ${WRKSRC}/examples/.libs/${file} ${PREFIX}/bin/xapian-${file}
-.endfor
-.ifdef(NOPORTDOCS)
- ${RM} -rf ${DOCSDIR}
-.endif
-
-.include <bsd.port.mk>
diff --git a/databases/xapian-core10/distinfo b/databases/xapian-core10/distinfo
deleted file mode 100644
index d22552b77b45..000000000000
--- a/databases/xapian-core10/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (xapian-core-1.0.17.tar.gz) = 455b50c24fc65ae51c38ae67167903c5
-SHA256 (xapian-core-1.0.17.tar.gz) = c5a7b7c277536ffc8c28b750871e655e2908c227363adce04302a227dba5fe2b
-SIZE (xapian-core-1.0.17.tar.gz) = 2915371
diff --git a/databases/xapian-core10/files/patch-Makefile.in b/databases/xapian-core10/files/patch-Makefile.in
deleted file mode 100644
index 1b04a2d5c972..000000000000
--- a/databases/xapian-core10/files/patch-Makefile.in
+++ /dev/null
@@ -1,32 +0,0 @@
---- Makefile.in.orig Fri May 18 00:58:07 2007
-+++ Makefile.in Fri May 18 13:10:33 2007
-@@ -49,7 +49,8 @@
- @VPATH_BUILD_TRUE@am__append_1 = -I$(top_builddir)/include \
- @VPATH_BUILD_TRUE@ -I$(top_srcdir)/languages -Ilanguages \
- @VPATH_BUILD_TRUE@ -I$(top_srcdir)/queryparser
--bin_PROGRAMS = $(am__EXEEXT_1) $(am__EXEEXT_2) $(am__EXEEXT_3) \
-+bin_PROGRAMS = $(am__EXEEXT_1) $(am__EXEEXT_2) $(am__EXEEXT_3)
-+noinst_PROGRAMS = \
- examples/copydatabase$(EXEEXT) examples/delve$(EXEEXT) \
- examples/quest$(EXEEXT) examples/simpleexpand$(EXEEXT) \
- examples/simpleindex$(EXEEXT) examples/simplesearch$(EXEEXT)
-@@ -464,7 +465,7 @@
- @BUILD_BACKEND_REMOTE_TRUE@am__EXEEXT_3 = bin/xapian-progsrv$(EXEEXT) \
- @BUILD_BACKEND_REMOTE_TRUE@ bin/xapian-tcpsrv$(EXEEXT)
- binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
--PROGRAMS = $(bin_PROGRAMS)
-+PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS)
- am_bin_quartzcheck_OBJECTS = \
- bin/bin_quartzcheck-quartzcheck.$(OBJEXT)
- bin_quartzcheck_OBJECTS = $(am_bin_quartzcheck_OBJECTS)
-@@ -909,9 +910,7 @@
- libxapian_la_LDFLAGS = $(XAPIAN_LDFLAGS) -no-undefined -version-info $(LIBRARY_VERSION_INFO)
- @MAINTAINER_NO_DOCS_FALSE@dist_man_MANS = xapian-config.1 \
- @MAINTAINER_NO_DOCS_FALSE@ $(am__append_3) $(am__append_5) \
--@MAINTAINER_NO_DOCS_FALSE@ $(am__append_7) \
--@MAINTAINER_NO_DOCS_FALSE@ examples/copydatabase.1 \
--@MAINTAINER_NO_DOCS_FALSE@ examples/delve.1 examples/quest.1
-+@MAINTAINER_NO_DOCS_FALSE@ $(am__append_7)
- bin_quartzcheck_CPPFLAGS = -I$(top_srcdir)/backends/quartz
- bin_quartzcheck_SOURCES = bin/quartzcheck.cc
- bin_quartzcheck_LDADD = $(ldflags) libquartzcheck.la libxapian.la
diff --git a/databases/xapian-core10/pkg-descr b/databases/xapian-core10/pkg-descr
deleted file mode 100644
index e9c1bbd6f25b..000000000000
--- a/databases/xapian-core10/pkg-descr
+++ /dev/null
@@ -1,19 +0,0 @@
-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.
-
-Xapian features include:
- - Ranked probabilistic search - word importance weighting
- - Relevance feedback
- - Phrase and proximity searching
- - Full range of structured boolean search operators
- - Term stemming
- - Database files > 2GB
- - Platform independent data formats
- - Allows simultaneous update and searching.
-
-WWW: http://www.xapian.org
diff --git a/databases/xapian-core10/pkg-plist b/databases/xapian-core10/pkg-plist
deleted file mode 100644
index 4e4161601506..000000000000
--- a/databases/xapian-core10/pkg-plist
+++ /dev/null
@@ -1,296 +0,0 @@
-@comment $FreeBSD$
-bin/quartzcheck
-bin/quartzcompact
-bin/quartzdump
-bin/xapian-check
-bin/xapian-compact
-bin/xapian-config
-bin/xapian-copydatabase
-bin/xapian-delve
-bin/xapian-inspect
-bin/xapian-progsrv
-bin/xapian-quest
-bin/xapian-tcpsrv
-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
-include/xapian.h
-lib/libxapian.a
-lib/libxapian.la
-lib/libxapian.so
-lib/libxapian.so.21
-share/aclocal/xapian.m4
-%%PORTDOCS%%%%DOCSDIR%%/admin_notes.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc.pdf
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/annotated.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1BM25Weight-members.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1BM25Weight.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1BM25Weight__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1BoolWeight-members.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1BoolWeight.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1BoolWeight__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Database-members.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Database.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Database__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DateValueRangeProcessor-members.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DateValueRangeProcessor.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DateValueRangeProcessor__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Document-members.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Document.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ESet-members.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ESet.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ESetIterator-members.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ESetIterator.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Enquire-members.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Enquire.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ErrorHandler-members.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ErrorHandler.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ExpandDecider-members.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ExpandDecider.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ExpandDeciderAnd-members.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ExpandDeciderAnd.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ExpandDeciderAnd__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ExpandDeciderFilterTerms-members.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ExpandDeciderFilterTerms.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ExpandDeciderFilterTerms__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ExpandDecider__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MSet-members.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MSet.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MSetIterator-members.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MSetIterator.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MatchDecider-members.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MatchDecider.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MultiValueSorter-members.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MultiValueSorter.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MultiValueSorter__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1NumberValueRangeProcessor-members.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1NumberValueRangeProcessor.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1NumberValueRangeProcessor__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1PositionIterator-members.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1PositionIterator.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1PostingIterator-members.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1PostingIterator.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Query-members.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Query.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1QueryParser-members.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1QueryParser.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1RSet-members.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1RSet.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1SimpleStopper-members.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1SimpleStopper.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1SimpleStopper__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Sorter-members.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Sorter.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Sorter__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Stem-members.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Stem.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Stopper-members.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Stopper.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Stopper__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1StringValueRangeProcessor-members.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1StringValueRangeProcessor.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1StringValueRangeProcessor__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1TermGenerator-members.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1TermGenerator.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1TermIterator-members.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1TermIterator.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1TradWeight-members.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1TradWeight.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1TradWeight__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Utf8Iterator-members.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Utf8Iterator.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ValueIterator-members.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ValueIterator.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Weight-members.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Weight.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Weight__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1WritableDatabase-members.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1WritableDatabase.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1WritableDatabase__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classes.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/database_8h.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/dbfactory_8h.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/deprecated.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/document_8h.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/doxygen.css
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/doxygen.png
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/enquire_8h.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/errorhandler_8h.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/expanddecider_8h.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/files.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/form_0.png
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/form_1.png
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/form_10.png
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/form_11.png
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/form_2.png
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/form_3.png
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/form_4.png
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/form_5.png
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/form_6.png
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/form_7.png
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/form_8.png
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/form_9.png
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x62.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x63.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x64.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x65.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x66.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x67.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x68.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x69.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x6b.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x6c.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x6d.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x6e.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x6f.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x70.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x71.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x72.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x73.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x74.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x75.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x76.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x77.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x7e.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_eval.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x62.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x63.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x64.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x65.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x66.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x67.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x68.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x69.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x6b.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x6c.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x6d.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x6e.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x6f.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x70.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x71.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x72.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x73.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x74.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x75.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x76.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x77.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x7e.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_type.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_vars.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/globals.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/globals_func.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/globals_type.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/globals_vars.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/graph_legend.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/graph_legend.png
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/hierarchy.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/index.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__0.png
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__1.png
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__10.png
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__11.png
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__12.png
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__13.png
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__14.png
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__15.png
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__16.png
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__17.png
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__18.png
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__19.png
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__2.png
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__20.png
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__21.png
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__22.png
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__23.png
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__3.png
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__4.png
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__5.png
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__6.png
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__7.png
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__8.png
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__9.png
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherits.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespaceXapian.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespaceXapian_1_1Auto.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespaceXapian_1_1Flint.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespaceXapian_1_1InMemory.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespaceXapian_1_1Quartz.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespaceXapian_1_1Remote.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespaceXapian_1_1Unicode.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespacemembers.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespacemembers_func.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespacemembers_type.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespacemembers_vars.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespaces.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/pages.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/positioniterator_8h.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/postingiterator_8h.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/query_8h.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/queryparser_8h.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/sorter_8h.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/stem_8h.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/structXapian_1_1ValueRangeProcessor-members.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/structXapian_1_1ValueRangeProcessor.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/structXapian_1_1ValueRangeProcessor__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/tab_b.gif
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/tab_l.gif
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/tab_r.gif
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/tabs.css
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/termgenerator_8h.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/termiterator_8h.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/types_8h.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/unicode_8h.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/valueiterator_8h.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/version_8h.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/xapian_8h.html
-%%PORTDOCS%%%%DOCSDIR%%/bm25.html
-%%PORTDOCS%%%%DOCSDIR%%/code_structure.html
-%%PORTDOCS%%%%DOCSDIR%%/deprecation.html
-%%PORTDOCS%%%%DOCSDIR%%/glossary.html
-%%PORTDOCS%%%%DOCSDIR%%/index.html
-%%PORTDOCS%%%%DOCSDIR%%/install.html
-%%PORTDOCS%%%%DOCSDIR%%/internals.html
-%%PORTDOCS%%%%DOCSDIR%%/intro_ir.html
-%%PORTDOCS%%%%DOCSDIR%%/matcherdesign.html
-%%PORTDOCS%%%%DOCSDIR%%/overview.html
-%%PORTDOCS%%%%DOCSDIR%%/quartzdesign.html
-%%PORTDOCS%%%%DOCSDIR%%/queryparser.html
-%%PORTDOCS%%%%DOCSDIR%%/quickstart.html
-%%PORTDOCS%%%%DOCSDIR%%/quickstartexpand.cc.html
-%%PORTDOCS%%%%DOCSDIR%%/quickstartindex.cc.html
-%%PORTDOCS%%%%DOCSDIR%%/quickstartsearch.cc.html
-%%PORTDOCS%%%%DOCSDIR%%/remote.html
-%%PORTDOCS%%%%DOCSDIR%%/remote_protocol.html
-%%PORTDOCS%%%%DOCSDIR%%/scalability.html
-%%PORTDOCS%%%%DOCSDIR%%/sorting.html
-%%PORTDOCS%%%%DOCSDIR%%/spelling.html
-%%PORTDOCS%%%%DOCSDIR%%/stemming.html
-%%PORTDOCS%%%%DOCSDIR%%/synonyms.html
-%%PORTDOCS%%%%DOCSDIR%%/termgenerator.html
-%%PORTDOCS%%%%DOCSDIR%%/tests.html
-%%PORTDOCS%%%%DOCSDIR%%/valueranges.html
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/apidoc/html
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/apidoc
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
-@dirrm include/xapian