Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Nov 2010 21:01:59 +0100
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        jf@dockes.org, dockes@wanadoo.fr, FreeBSD-gnats-submit@FreeBSD.org
Cc:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/152191: [PATCH] databases/xapian-core update to 1.2.3
Message-ID:  <20101116200159.GB11378@graf.pompo.net>
In-Reply-To: <201011141712.oAEHCio6040635@freefall.freebsd.org>
References:  <201011141712.oAEHCio6040635@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--xHFwDpU9dbj6ez1V
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Hello,

It's mandatory to keep PORTEPOCH: without it, PKGVERSION would regress.
Hereunder is the modified patch.

Besides this, everything is OK for me.
-- 
Th. Thomas.

--xHFwDpU9dbj6ez1V
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment; filename="152191.diff"

diff -urN databases/xapian-core.orig/Makefile databases/xapian-core/Makefile
--- databases/xapian-core.orig/Makefile	2010-11-14 23:54:26.000000000 +0100
+++ databases/xapian-core/Makefile	2010-11-15 21:01:03.000000000 +0100
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	xapian-core
-PORTVERSION=	1.0.22
+PORTVERSION=	1.2.3
 PORTEPOCH=	1
 CATEGORIES=	databases
 MASTER_SITES=	http://oligarchy.co.uk/xapian/${PORTVERSION}/
@@ -14,24 +14,24 @@
 MAINTAINER=	jf@dockes.org
 COMMENT=	A probabilistic text search database engine
 
+LIB_DEPENDS=	uuid:${PORTSDIR}/misc/e2fsprogs-libuuid
+
 LICENSE=	GPLv2
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 
 OPTIONS=	SSE2 "Use SSE2 for floating point" Off
 
-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
+MAN1=		xapian-check.1 xapian-chert-update.1 xapian-compact.1 \
+		xapian-config.1 xapian-inspect.1 xapian-metadata.1 \
+		xapian-progsrv.1 xapian-replicate-server.1 xapian-tcpsrv.1 \
+		xapian-replicate.1
 
 .if defined(WITHOUT_SSE2)
 CONFIGURE_ARGS+=	--disable-sse
 .endif
 
 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
diff -urN databases/xapian-core.orig/distinfo databases/xapian-core/distinfo
--- databases/xapian-core.orig/distinfo	2010-11-14 23:54:26.000000000 +0100
+++ databases/xapian-core/distinfo	2010-11-15 20:58:46.000000000 +0100
@@ -1,3 +1,3 @@
-MD5 (xapian-core-1.0.22.tar.gz) = 37355d9d8a98ba4af8ed1f20e67c376a
-SHA256 (xapian-core-1.0.22.tar.gz) = 39fc7ec7a233c2a5b3cea4954dd35c1f891841274d35bf746d23b1feac6fe511
-SIZE (xapian-core-1.0.22.tar.gz) = 3342736
+MD5 (xapian-core-1.2.3.tar.gz) = 999c1bb3a6226ed13c9cd05face89041
+SHA256 (xapian-core-1.2.3.tar.gz) = a0dc3a14d26a0ffbaa7aacd7ec85d26640e0edfb4ea7267138d729d3a59d5a62
+SIZE (xapian-core-1.2.3.tar.gz) = 3855690
diff -urN databases/xapian-core.orig/files/patch-Makefile.in databases/xapian-core/files/patch-Makefile.in
--- databases/xapian-core.orig/files/patch-Makefile.in	2010-10-10 23:56:47.000000000 +0200
+++ databases/xapian-core/files/patch-Makefile.in	2010-11-15 20:58:46.000000000 +0100
@@ -1,32 +1,26 @@
---- 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 \
+--- Makefile.in.orig	2010-08-24 09:57:14.000000000 +0200
++++ Makefile.in	2010-08-30 19:37:33.000000000 +0200
+@@ -48,11 +48,11 @@
  @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 = \
+ bin_PROGRAMS = $(am__EXEEXT_1) $(am__EXEEXT_2) $(am__EXEEXT_3) \
++	examples/xapian-metadata$(EXEEXT)
++EXTRA_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)
+-	examples/simpleindex$(EXEEXT) examples/simplesearch$(EXEEXT) \
+-	examples/xapian-metadata$(EXEEXT)
+-EXTRA_PROGRAMS =
++	examples/simpleindex$(EXEEXT) examples/simplesearch$(EXEEXT)
+ DIST_COMMON = README $(am__configure_deps) $(am__noinst_HEADERS_DIST) \
+ 	$(dist_m4data_DATA) $(dist_man_MANS) $(inc_HEADERS) \
+ 	$(srcdir)/Makefile.am $(srcdir)/Makefile.in \
+@@ -1314,8 +1314,6 @@
  @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@	$(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
+-@MAINTAINER_NO_DOCS_FALSE@	examples/delve.1 examples/quest.1 \
+ @MAINTAINER_NO_DOCS_FALSE@	examples/xapian-metadata.1
+ bin_xapian_check_CPPFLAGS = \
+ 	-I$(top_srcdir)/backends/brass\
diff -urN databases/xapian-core.orig/pkg-plist databases/xapian-core/pkg-plist
--- databases/xapian-core.orig/pkg-plist	2010-11-14 23:54:28.000000000 +0100
+++ databases/xapian-core/pkg-plist	2010-11-15 20:58:46.000000000 +0100
@@ -1,45 +1,49 @@
-@comment $FreeBSD: ports/databases/xapian-core/pkg-plist,v 1.20 2010/10/29 16:23:53 brix Exp $
-bin/quartzcheck
-bin/quartzcompact
-bin/quartzdump
+@comment $FreeBSD: ports/databases/xapian-core/pkg-plist,v 1.18 2010/09/22 05:28:33 pgollucci Exp $
 bin/xapian-check
+bin/xapian-chert-update
 bin/xapian-compact
 bin/xapian-config
-bin/xapian-copydatabase
-bin/xapian-delve
 bin/xapian-inspect
+bin/xapian-metadata
 bin/xapian-progsrv
-bin/xapian-quest
+bin/xapian-replicate
+bin/xapian-replicate-server
 bin/xapian-tcpsrv
+include/xapian.h
 include/xapian/base.h
 include/xapian/database.h
 include/xapian/dbfactory.h
 include/xapian/deprecated.h
+include/xapian/derefwrapper.h
 include/xapian/document.h
 include/xapian/enquire.h
 include/xapian/error.h
 include/xapian/errorhandler.h
 include/xapian/expanddecider.h
+include/xapian/keymaker.h
+include/xapian/matchspy.h
 include/xapian/positioniterator.h
 include/xapian/postingiterator.h
+include/xapian/postingsource.h
 include/xapian/query.h
 include/xapian/queryparser.h
-include/xapian/sorter.h
+include/xapian/registry.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/valuesetmatchdecider.h
 include/xapian/version.h
 include/xapian/visibility.h
-include/xapian.h
+include/xapian/weight.h
 lib/libxapian.a
-lib/libxapian.la
-lib/libxapian.so
-lib/libxapian.so.21
 lib/cmake/xapian/xapian-config.cmake
 lib/cmake/xapian/xapian-config-version.cmake
+lib/libxapian.la
+lib/libxapian.so
+lib/libxapian.so.23
 share/aclocal/xapian.m4
 %%PORTDOCS%%%%DOCSDIR%%/admin_notes.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc.pdf
@@ -80,6 +84,9 @@
 %%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_1DecreasingValueWeightPostingSource-members.html
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DecreasingValueWeightPostingSource.html
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DecreasingValueWeightPostingSource__inherit__graph.png
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DocNotFoundError-members.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DocNotFoundError.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DocNotFoundError__inherit__graph.png
@@ -108,6 +115,9 @@
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1FeatureUnavailableError-members.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1FeatureUnavailableError.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1FeatureUnavailableError__inherit__graph.png
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1FixedWeightPostingSource-members.html
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1FixedWeightPostingSource.html
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1FixedWeightPostingSource__inherit__graph.png
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1InternalError-members.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1InternalError.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1InternalError__inherit__graph.png
@@ -117,6 +127,9 @@
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1InvalidOperationError-members.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1InvalidOperationError.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1InvalidOperationError__inherit__graph.png
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1KeyMaker-members.html
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1KeyMaker.html
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1KeyMaker__inherit__graph.png
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1LogicError-members.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1LogicError.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1LogicError__inherit__graph.png
@@ -126,6 +139,13 @@
 %%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_1MatchDecider__inherit__graph.png
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MatchSpy-members.html
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MatchSpy.html
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MatchSpy__inherit__graph.png
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MultiValueKeyMaker-members.html
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MultiValueKeyMaker.html
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MultiValueKeyMaker__inherit__graph.png
 %%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
@@ -142,6 +162,9 @@
 %%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_1PostingSource-members.html
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1PostingSource.html
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1PostingSource__inherit__graph.png
 %%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
@@ -154,9 +177,14 @@
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1RangeError-members.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1RangeError.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1RangeError__inherit__graph.png
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Registry-members.html
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Registry.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1RuntimeError-members.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1RuntimeError.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1RuntimeError__inherit__graph.png
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1SerialisationError-members.html
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1SerialisationError.html
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1SerialisationError__inherit__graph.png
 %%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
@@ -183,8 +211,23 @@
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1UnimplementedError__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_1ValueCountMatchSpy-members.html
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ValueCountMatchSpy.html
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ValueCountMatchSpy__inherit__graph.png
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ValueIterator-members.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ValueIterator.html
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ValueMapPostingSource-members.html
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ValueMapPostingSource.html
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ValueMapPostingSource__inherit__graph.png
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ValuePostingSource-members.html
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ValuePostingSource.html
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ValuePostingSource__inherit__graph.png
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ValueSetMatchDecider-members.html
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ValueSetMatchDecider.html
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ValueSetMatchDecider__inherit__graph.png
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ValueWeightPostingSource-members.html
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ValueWeightPostingSource.html
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ValueWeightPostingSource__inherit__graph.png
 %%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
@@ -192,6 +235,7 @@
 %%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/closed.gif
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/database_8h.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/dbfactory_8h.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/deprecated.html
@@ -203,18 +247,6 @@
 %%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
@@ -238,6 +270,7 @@
 %%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_enum.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_eval.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x62.html
@@ -262,12 +295,11 @@
 %%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_rela.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/globals_defs.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/graph_legend.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/graph_legend.png
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/hierarchy.html
@@ -290,6 +322,10 @@
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__22.png
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__23.png
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__24.png
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__25.png
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__26.png
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__27.png
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__28.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
@@ -298,25 +334,33 @@
 %%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/keymaker_8h.html
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/matchspy_8h.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespaceXapian.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespaceXapian_1_1Auto.html
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespaceXapian_1_1Brass.html
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespaceXapian_1_1Chert.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_enum.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/open.gif
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/pages.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/positioniterator_8h.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/postingiterator_8h.html
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/postingsource_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/registry_8h.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/stem_8h.html
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/structXapian_1_1StemImplementation-members.html
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/structXapian_1_1StemImplementation.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
@@ -329,9 +373,12 @@
 %%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/valuesetmatchdecider_8h.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/version_8h.html
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/weight_8h.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/xapian_8h.html
 %%PORTDOCS%%%%DOCSDIR%%/bm25.html
+%%PORTDOCS%%%%DOCSDIR%%/categorisation.html
 %%PORTDOCS%%%%DOCSDIR%%/code_structure.html
 %%PORTDOCS%%%%DOCSDIR%%/deprecation.html
 %%PORTDOCS%%%%DOCSDIR%%/glossary.html
@@ -341,7 +388,7 @@
 %%PORTDOCS%%%%DOCSDIR%%/intro_ir.html
 %%PORTDOCS%%%%DOCSDIR%%/matcherdesign.html
 %%PORTDOCS%%%%DOCSDIR%%/overview.html
-%%PORTDOCS%%%%DOCSDIR%%/quartzdesign.html
+%%PORTDOCS%%%%DOCSDIR%%/postingsource.html
 %%PORTDOCS%%%%DOCSDIR%%/queryparser.html
 %%PORTDOCS%%%%DOCSDIR%%/quickstart.html
 %%PORTDOCS%%%%DOCSDIR%%/quickstartexpand.cc.html
@@ -349,7 +396,10 @@
 %%PORTDOCS%%%%DOCSDIR%%/quickstartsearch.cc.html
 %%PORTDOCS%%%%DOCSDIR%%/remote.html
 %%PORTDOCS%%%%DOCSDIR%%/remote_protocol.html
+%%PORTDOCS%%%%DOCSDIR%%/replication.html
+%%PORTDOCS%%%%DOCSDIR%%/replication_protocol.html
 %%PORTDOCS%%%%DOCSDIR%%/scalability.html
+%%PORTDOCS%%%%DOCSDIR%%/serialisation.html
 %%PORTDOCS%%%%DOCSDIR%%/sorting.html
 %%PORTDOCS%%%%DOCSDIR%%/spelling.html
 %%PORTDOCS%%%%DOCSDIR%%/stemming.html

--xHFwDpU9dbj6ez1V--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20101116200159.GB11378>