13 Commits

Author SHA1 Message Date
sthen
3249327367 update to recoll-1.31.0 2021-05-24 17:26:26 +00:00
sthen
8939b3aae6 update to recoll-1.30.1 2021-04-23 21:13:24 +00:00
sthen
6153354e98 update to recoll-1.30.0 2021-04-02 17:40:48 +00:00
sthen
cbe3d26119 update to recoll-1.29.2 2021-03-31 20:08:37 +00:00
sthen
22690c96e2 update to recoll-1.29.1 2021-03-11 13:34:05 +00:00
sthen
fe562a206c build the Qt GUI for recoll and place it in a subpackage 2021-03-08 18:21:01 +00:00
sthen
642f272bd0 update to recoll-1.28.6, build recollq tool. ok aja@ 2021-03-06 09:43:13 +00:00
sthen
3cbe1c2f30 Reverse the polarity of MODPY_VERSION; default is now 3.x,
if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.

This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.

Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.
2021-02-23 19:39:08 +00:00
kmos
26f1122706 recoll uses C++11 so needs to use ports-gcc on base-gcc arches
Fix the build on sparc64

ok cwen@
2021-01-09 21:32:47 +00:00
sthen
d80c418015 regen PLISTs for python ports with .so files that end up renamed due to
the EXT_SUFFIX change in Python 3.8.7
2021-01-04 14:06:26 +00:00
sthen
cde7b18b3e sync WANTLIB; xapian changed from libuuid to libc uuid functions 2020-12-21 15:00:34 +00:00
ajacoutot
0926a414f7 GPLv2+ as per sthen@ 2020-12-21 13:26:29 +00:00
ajacoutot
edeb395a2c Import recoll-1.27.12
Recoll is a full text search application, which means that it finds your data
by content rather than by external attributes (like the file name). You specify
words (terms) which should or should not appear in the text you are looking for,
and receive in return a list of matching documents, ordered so that the most
relevant documents will appear first.
<...>

ok sthen@
2020-12-21 13:25:28 +00:00