Index: head/databases/xapian-core10/Makefile =================================================================== --- head/databases/xapian-core10/Makefile (revision 437711) +++ head/databases/xapian-core10/Makefile (revision 437712) @@ -1,33 +1,35 @@ # Created by: J.F. Dockes # $FreeBSD$ PORTNAME= xapian-core PORTVERSION= 1.0.23 PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION}/ PKGNAMESUFFIX= 10 MAINTAINER= ports@FreeBSD.org COMMENT= Probabilistic text search database engine LICENSE= GPLv2 +CONFLICTS_INSTALL= xapian-core- xapian-core12- + USES= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes MAKE_ENV= INSTALL_STRIP_FLAG=${STRIP} PORTDOCS= * OPTIONS_DEFINE= DOCS SSE2 SSE2_DESC= Use SSE2 for floating point SSE2_CONFIGURE_ENABLE= sse post-install: .for f in delve quest copydatabase ${INSTALL_PROGRAM} ${WRKSRC}/examples/.libs/${f} \ ${STAGEDIR}${PREFIX}/bin/xapian-${f} .endfor .include Index: head/databases/xapian-core10/pkg-descr =================================================================== --- head/databases/xapian-core10/pkg-descr (revision 437711) +++ head/databases/xapian-core10/pkg-descr (revision 437712) @@ -1,19 +1,19 @@ 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 +WWW: https://xapian.org/