aboutsummaryrefslogtreecommitdiff
path: root/databases/xapian-core10
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2020-06-30 10:32:54 +0000
committerRene Ladan <rene@FreeBSD.org>2020-06-30 10:32:54 +0000
commitcd059f437f295f13d2370b63c8674aab54955b40 (patch)
tree71f5205387803560cecfe70dbac99ac6f5479a8f /databases/xapian-core10
parentc964e40ddbf6500a33aee03be48d94a70a396f47 (diff)
downloadports-cd059f437f295f13d2370b63c8674aab54955b40.tar.gz
ports-cd059f437f295f13d2370b63c8674aab54955b40.zip
Notes
Diffstat (limited to 'databases/xapian-core10')
-rw-r--r--databases/xapian-core10/Makefile44
-rw-r--r--databases/xapian-core10/distinfo2
-rw-r--r--databases/xapian-core10/files/patch-Makefile.in32
-rw-r--r--databases/xapian-core10/files/patch-configure11
-rw-r--r--databases/xapian-core10/pkg-descr19
-rw-r--r--databases/xapian-core10/pkg-plist51
6 files changed, 0 insertions, 159 deletions
diff --git a/databases/xapian-core10/Makefile b/databases/xapian-core10/Makefile
deleted file mode 100644
index 66617513c691..000000000000
--- a/databases/xapian-core10/Makefile
+++ /dev/null
@@ -1,44 +0,0 @@
-# Created by: J.F. Dockes
-# $FreeBSD$
-
-PORTNAME= xapian-core
-PORTVERSION= 1.0.23
-PORTREVISION= 1
-CATEGORIES= databases
-MASTER_SITES= https://oligarchy.co.uk/xapian/${PORTVERSION}/
-PKGNAMESUFFIX= 10
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Probabilistic text search database engine
-
-LICENSE= GPLv2
-
-BROKEN_armv6= fails to install: quartz_log.cc:: error: call to 'om_tostring' is ambiguous
-BROKEN_armv7= fails to install: quartz_log.cc:: error: call to 'om_tostring' is ambiguous
-BROKEN_mips= fails to install: quartz_log.cc:: error: call to 'om_tostring' is ambiguous
-BROKEN_mips64= fails to install: quartz_log.cc:: error: call to 'om_tostring' is ambiguous
-
-DEPRECATED= Unsupported by upstream. Use databases/xapian-core instead
-EXPIRATION_DATE=2020-06-30
-
-CONFLICTS_INSTALL= xapian-core xapian-core12
-
-USES= libtool
-USE_CXXSTD= c++98
-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 <bsd.port.mk>
diff --git a/databases/xapian-core10/distinfo b/databases/xapian-core10/distinfo
deleted file mode 100644
index 4f4057b6ac19..000000000000
--- a/databases/xapian-core10/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (xapian-core-1.0.23.tar.gz) = 0aed7296bd56b4b49aba944cc744e1e76fff8cfb0a70fd5b1f49d4c62a97ecc6
-SIZE (xapian-core-1.0.23.tar.gz) = 3388098
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/files/patch-configure b/databases/xapian-core10/files/patch-configure
deleted file mode 100644
index 650fd3ede0c2..000000000000
--- a/databases/xapian-core10/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig 2011-01-14 04:41:05 UTC
-+++ configure
-@@ -22153,7 +22153,7 @@ if test yes = "$GXX" ; then
- done
- fi
- rm -f include/xapian/version.h.tmp
--$CXXCPP $cxxcpp_flags -DSTRING_VERSION="\"@@$MAIN_VERSION@@\"" -DMAJOR_VERSION="\"$MAJOR_VERSION\"" -DMINOR_VERSION="\"$MINOR_VERSION\"" -DREVISION="\"$REVISION\"" $srcdir/include/xapian/version_h.cc|${SED-sed} '/"/!d;s/^ *//;/^#/d;s/ *$//;s/" *,//;s/"//g;s/@@/"/g;s/ */ /g;s/ *,\r$//;s/ *,$//' > include/xapian/version.h.tmp
-+$CXXCPP $cxxcpp_flags -DSTRING_VERSION="\"@@$MAIN_VERSION@@\"" -DMAJOR_VERSION="\"$MAJOR_VERSION\"" -DMINOR_VERSION="\"$MINOR_VERSION\"" -DREVISION="\"$REVISION\"" $srcdir/include/xapian/version_h.cc|${SED-sed} '/"/!d;s/^ *//;/^#/d;s/ *$//;s/" *,//;s/"//g;s/@@/"/g;s/ */ /g;s/ *,$//' > include/xapian/version.h.tmp
- touch include/xapian/version.h.timestamp
- if cmp include/xapian/version.h.tmp include/xapian/version.h >/dev/null 2>&1
- then
diff --git a/databases/xapian-core10/pkg-descr b/databases/xapian-core10/pkg-descr
deleted file mode 100644
index 155a5cce8dd7..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: https://xapian.org/
diff --git a/databases/xapian-core10/pkg-plist b/databases/xapian-core10/pkg-plist
deleted file mode 100644
index bcee7e0bcfd2..000000000000
--- a/databases/xapian-core10/pkg-plist
+++ /dev/null
@@ -1,51 +0,0 @@
-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.so
-lib/libxapian.so.15
-lib/libxapian.so.15.6.14
-lib/cmake/xapian/xapian-config.cmake
-lib/cmake/xapian/xapian-config-version.cmake
-man/man1/quartzcheck.1.gz
-man/man1/quartzcompact.1.gz
-man/man1/quartzdump.1.gz
-man/man1/xapian-check.1.gz
-man/man1/xapian-compact.1.gz
-man/man1/xapian-config.1.gz
-man/man1/xapian-progsrv.1.gz
-man/man1/xapian-tcpsrv.1.gz
-man/man1/xapian-inspect.1.gz
-share/aclocal/xapian.m4