Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 May 2007 11:35:28 +0800 (CST)
From:      Gea-Suan Lin <gslin@gslin.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        jean-francois.dockes@wanadoo.fr, gslin@gslin.org
Subject:   ports/113035: [PATCH] databases/xapian-core: update to 1.0.0
Message-ID:  <20070526165418.1E507103C@netnews.NCTU.edu.tw>
Resent-Message-ID: <200705261700.l4QH0Bap055896@freefall.freebsd.org>

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

>Number:         113035
>Category:       ports
>Synopsis:       [PATCH] databases/xapian-core: update to 1.0.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 26 17:00:11 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 6.2-RELEASE-p4 i386
>Organization:
>Environment:
System: FreeBSD netnews.NCTU.edu.tw 6.2-RELEASE-p4 FreeBSD 6.2-RELEASE-p4 #0: Sat Apr 28 00:53:10 CST 2007
>Description:
- Update to 1.0.0

Removed file(s):
- files/patch-examples-Makefile.in

Port maintainer (jean-francois.dockes@wanadoo.fr) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- xapian-core-1.0.0.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/databases/xapian-core/Makefile /home/staff/gslin/work/ports/xapian-core/Makefile
--- /usr/ports/databases/xapian-core/Makefile	Fri Mar  9 03:19:57 2007
+++ /home/staff/gslin/work/ports/xapian-core/Makefile	Sat May 26 11:32:18 2007
@@ -6,11 +6,9 @@
 #
 
 PORTNAME=	xapian-core
-PORTVERSION=	0.9.10
+PORTVERSION=	1.0.0
 CATEGORIES=	databases
-MASTER_SITES=	http://www.oligarchy.co.uk/xapian/${PORTVERSION}/ \
-		${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR=	miwi
+MASTER_SITES=	http://www.oligarchy.co.uk/xapian/${PORTVERSION}/
 
 MAINTAINER=	jean-francois.dockes@wanadoo.fr
 COMMENT=	A probabilistic text search database engine
@@ -19,13 +17,11 @@
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 
-MAN1=		quartzcheck.1 quartzcompact.1 quartzdump.1 xapian-compact.1 \
+MAN1=		copydatabase.1 delve.1 quartzcheck.1 quartzcompact.1 \
+		quartzdump.1 quest.1 xapian-check.1 xapian-compact.1 \
 		xapian-config.1 xapian-progsrv.1 xapian-tcpsrv.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
diff -ruN --exclude=CVS /usr/ports/databases/xapian-core/distinfo /home/staff/gslin/work/ports/xapian-core/distinfo
--- /usr/ports/databases/xapian-core/distinfo	Fri Mar  9 03:19:57 2007
+++ /home/staff/gslin/work/ports/xapian-core/distinfo	Sat May 26 10:54:00 2007
@@ -1,3 +1,3 @@
-MD5 (xapian-core-0.9.10.tar.gz) = a45d34a9539493cfdffe16fea8022faf
-SHA256 (xapian-core-0.9.10.tar.gz) = c1a61f6e3d03d1b29f49ef4d2d29fdfa7dd67bbe723c915873cb4f3df7f08381
-SIZE (xapian-core-0.9.10.tar.gz) = 2845654
+MD5 (xapian-core-1.0.0.tar.gz) = d6cd27103fc057f3a7c4d8d18bd3023d
+SHA256 (xapian-core-1.0.0.tar.gz) = de2f514e70eca9900d093f50b811919ebca2521959f57c14d4b10d85e08474f4
+SIZE (xapian-core-1.0.0.tar.gz) = 2562889
diff -ruN --exclude=CVS /usr/ports/databases/xapian-core/files/patch-examples-Makefile.in /home/staff/gslin/work/ports/xapian-core/files/patch-examples-Makefile.in
--- /usr/ports/databases/xapian-core/files/patch-examples-Makefile.in	Sat Nov 12 03:39:17 2005
+++ /home/staff/gslin/work/ports/xapian-core/files/patch-examples-Makefile.in	Thu Jan  1 08:00:00 1970
@@ -1,11 +0,0 @@
---- examples/Makefile.in.orig	Fri Jul 15 12:22:59 2005
-+++ examples/Makefile.in	Mon Nov  7 12:02:24 2005
-@@ -442,7 +442,7 @@
- 	for dir in "$(DESTDIR)$(bindir)"; do \
- 	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
- 	done
--install: install-am
-+install:
- install-exec: install-exec-am
- install-data: install-data-am
- uninstall: uninstall-am
diff -ruN --exclude=CVS /usr/ports/databases/xapian-core/pkg-plist /home/staff/gslin/work/ports/xapian-core/pkg-plist
--- /usr/ports/databases/xapian-core/pkg-plist	Fri Mar  9 03:19:57 2007
+++ /home/staff/gslin/work/ports/xapian-core/pkg-plist	Sat May 26 11:33:37 2007
@@ -1,40 +1,4 @@
 @comment $FreeBSD: ports/databases/xapian-core/pkg-plist,v 1.6 2007/03/08 02:21:44 clsung Exp $
-bin/quartzcheck
-bin/quartzcompact
-bin/quartzdump
-bin/xapian-compact
-bin/xapian-config
-bin/xapian-copydatabase
-bin/xapian-delve
-bin/xapian-progsrv
-bin/xapian-quest
-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/errortypes.h
-include/xapian/expanddecider.h
-include/xapian/output.h
-include/xapian/positioniterator.h
-include/xapian/postingiterator.h
-include/xapian/query.h
-include/xapian/queryparser.h
-include/xapian/stem.h
-include/xapian/termiterator.h
-include/xapian/types.h
-include/xapian/valueiterator.h
-include/xapian/version.h
-lib/libxapian.a
-lib/libxapian.la
-lib/libxapian.so
-lib/libxapian.so.13
-share/aclocal/xapian.m4
 %%PORTDOCS%%%%DOCSDIR%%/apidoc.pdf
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/annotated.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/base_8h-source.html
@@ -59,13 +23,8 @@
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Database__inherit__graph.map
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Database__inherit__graph.md5
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Database__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DocIDWrapper-members.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DocIDWrapper.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Document-members.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Document.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Document__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Document__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Document__coll__graph.png
 %%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
@@ -73,16 +32,8 @@
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ESetIterator__coll__graph.map
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ESetIterator__coll__graph.md5
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ESetIterator__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ESet__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ESet__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ESet__coll__graph.png
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Enquire-members.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Enquire.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Enquire__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Enquire__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Enquire__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Error-members.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Error.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
@@ -106,19 +57,6 @@
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ExpandDecider__inherit__graph.map
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ExpandDecider__inherit__graph.md5
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ExpandDecider__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Internal_1_1RefCntBase-members.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Internal_1_1RefCntBase.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Internal_1_1RefCntBase__inherit__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Internal_1_1RefCntBase__inherit__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Internal_1_1RefCntBase__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Internal_1_1RefCntPtr-members.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Internal_1_1RefCntPtr.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Internal_1_1RefCntPtr__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Internal_1_1RefCntPtr__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Internal_1_1RefCntPtr__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Internal_1_1RefCntPtr__inherit__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Internal_1_1RefCntPtr__inherit__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Internal_1_1RefCntPtr__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
@@ -126,44 +64,17 @@
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MSetIterator__coll__graph.map
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MSetIterator__coll__graph.md5
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MSetIterator__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MSet__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MSet__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MSet__coll__graph.png
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MatchDecider-members.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MatchDecider.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1PositionIterator-members.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1PositionIterator.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1PositionIterator__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1PositionIterator__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1PositionIterator__coll__graph.png
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1PostingIterator-members.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1PostingIterator.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1PostingIterator__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1PostingIterator__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1PostingIterator__coll__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
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1QueryParser.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1QueryParser__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1QueryParser__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1QueryParser__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Query_1_1Internal-members.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Query_1_1Internal.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Query_1_1Internal__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Query_1_1Internal__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Query_1_1Internal__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Query_1_1Internal__inherit__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Query_1_1Internal__inherit__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Query_1_1Internal__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Query__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Query__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Query__coll__graph.png
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1RSet-members.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1RSet.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1RSet__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1RSet__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1RSet__coll__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__coll__graph.map
@@ -174,23 +85,15 @@
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1SimpleStopper__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_1Stem__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Stem__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Stem__coll__graph.png
 %%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.map
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Stopper__inherit__graph.md5
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Stopper__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_1TermIterator__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1TermIterator__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1TermIterator__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1TermNameWrapper-members.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1TermNameWrapper.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1TermPosWrapper-members.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1TermPosWrapper.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__coll__graph.map
@@ -199,6 +102,8 @@
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1TradWeight__inherit__graph.map
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1TradWeight__inherit__graph.md5
 %%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_1ValueIterator__coll__graph.map
@@ -254,14 +159,6 @@
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/enquire_8h__incl.map
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/enquire_8h__incl.md5
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/enquire_8h__incl.png
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/error_8h-source.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/error_8h.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/error_8h__dep__incl.map
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/error_8h__dep__incl.md5
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/error_8h__dep__incl.png
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/error_8h__incl.map
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/error_8h__incl.md5
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/error_8h__incl.png
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/errorhandler_8h-source.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/errorhandler_8h.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/errorhandler_8h__dep__incl.map
@@ -270,11 +167,6 @@
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/errorhandler_8h__incl.map
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/errorhandler_8h__incl.md5
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/errorhandler_8h__incl.png
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/errortypes_8h-source.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/errortypes_8h.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/errortypes_8h__dep__incl.map
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/errortypes_8h__dep__incl.md5
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/errortypes_8h__dep__incl.png
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/expanddecider_8h-source.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/expanddecider_8h.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/expanddecider_8h__dep__incl.map
@@ -303,9 +195,7 @@
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func.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_defs.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/globals_func.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/globals_type.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/globals_vars.html
@@ -359,18 +249,6 @@
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__21.map
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__21.md5
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__21.png
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__22.map
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__22.md5
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__22.png
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__23.map
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__23.md5
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__23.png
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__24.map
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__24.md5
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__24.png
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__25.map
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__25.md5
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__25.png
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__3.map
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__3.md5
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__3.png
@@ -396,13 +274,9 @@
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespaceXapian.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/output_8h-source.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/output_8h.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/output_8h__incl.map
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/output_8h__incl.md5
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/output_8h__incl.png
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/pages.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/positioniterator_8h-source.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/positioniterator_8h.html
@@ -448,6 +322,14 @@
 %%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-source.html
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/termgenerator_8h.html
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/termgenerator_8h__dep__incl.map
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/termgenerator_8h__dep__incl.md5
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/termgenerator_8h__dep__incl.png
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/termgenerator_8h__incl.map
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/termgenerator_8h__incl.md5
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/termgenerator_8h__incl.png
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/termiterator_8h-source.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/termiterator_8h.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/termiterator_8h__dep__incl.map
@@ -461,6 +343,14 @@
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/types_8h__dep__incl.map
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/types_8h__dep__incl.md5
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/types_8h__dep__incl.png
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/unicode_8h-source.html
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/unicode_8h.html
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/unicode_8h__dep__incl.map
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/unicode_8h__dep__incl.md5
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/unicode_8h__dep__incl.png
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/unicode_8h__incl.map
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/unicode_8h__incl.md5
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/unicode_8h__incl.png
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/valueiterator_8h-source.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/valueiterator_8h.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/valueiterator_8h__dep__incl.map
@@ -469,6 +359,7 @@
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/valueiterator_8h__incl.map
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/valueiterator_8h__incl.md5
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/valueiterator_8h__incl.png
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/visibility_8h-source.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/xapian_8h-source.html
 %%PORTDOCS%%%%DOCSDIR%%/bm25.html
 %%PORTDOCS%%%%DOCSDIR%%/code_structure.html
@@ -488,7 +379,48 @@
 %%PORTDOCS%%%%DOCSDIR%%/scalability.html
 %%PORTDOCS%%%%DOCSDIR%%/stemming.html
 %%PORTDOCS%%%%DOCSDIR%%/tests.html
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/apidoc/html
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/apidoc
+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-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/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.a
+lib/libxapian.la
+lib/libxapian.so
+lib/libxapian.so.14
+share/aclocal/xapian.m4
+@dirrmtry include/xapian
+%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/apidoc/html
+%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/apidoc
 %%PORTDOCS%%@dirrm %%DOCSDIR%%
-@dirrm include/xapian
--- xapian-core-1.0.0.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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