Port details on branch 2025Q3 |
- recoll Personal full-text search package, based on Xapian
- 1.33.1_12 deskutils
=0 1.33.1_11Version of this port present on the latest quarterly branch. - Maintainer: danfe@FreeBSD.org
 - Port Added: 2025-07-15 20:48:04
- Last Update: 2025-07-15 19:32:00
- Commit Hash: a1a0a46
- License: GPLv2+
- WWW:
- https://www.recoll.org/
- Description:
- Recoll is a personal full text search package. It is based on a very
strong backend (Xapian), for which it provides an easy to use and
feature-rich interface.
Features:
* Free, GPL license.
* Easy installation, few dependencies. No database daemon, web server,
desktop environment or exotic language necessary.
* Will run on most Unix-based systems
* Qt 5 GUI, plus command line.
* Searches most common document types, emails and their attachments.
Transparently handles decompression (gzip, bzip2).
* Powerful query facilities, with boolean searches, phrases, proximity,
wildcards, filter on file types and directory tree.
* Multi-language and multi-character set with Unicode based internals.
* Extensive documentation, with a complete user manual and manual pages
for each command.
¦ ¦ ¦ ¦ 
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- recoll>0:deskutils/recoll
- To install the port:
- cd /usr/ports/deskutils/recoll/ && make install clean
- To add the package, run one of these commands:
- pkg install deskutils/recoll
- pkg install recoll
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: recoll
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1664694486
SHA256 (recoll-1.33.1.tar.gz) = 025dec0b9745e1ddacd86ee5478f9c52b2da2e5c307f831aaa5b2c7f9d7e8db9
SIZE (recoll-1.33.1.tar.gz) = 3660154
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>0 : devel/py-setuptools@py311
- bison : devel/bison
- gmake>=4.4.1 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.11 : lang/python311
- xorgproto>=0 : x11/xorgproto
- ice.pc : x11/libICE
- sm.pc : x11/libSM
- x11.pc : x11/libX11
- qt5-buildtools>=5.15 : devel/qt5-buildtools
- qt5-qmake>=5.15 : devel/qt5-qmake
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- antiword : textproc/antiword
- catdoc : textproc/catdoc
- unrar : archivers/unrar
- unrtf : textproc/unrtf
- wpd2html : textproc/libwpd010
- exiftool : graphics/p5-Image-ExifTool
- pdftotext : graphics/poppler-utils
- pstotext : print/pstotext
- mutagen-pony-3.11 : audio/py-mutagen@py311
- python3.11 : lang/python311
- ice.pc : x11/libICE
- sm.pc : x11/libSM
- x11.pc : x11/libX11
- Library dependencies:
-
- libxapian.so : databases/xapian-core
- libaspell.so : textproc/aspell
- libchm.so : misc/chmlib
- libfam.so.0 : devel/gamin
- libxml2.so : textproc/libxml2
- libxslt.so : textproc/libxslt
- libGL.so : graphics/libglvnd
- libQt5Core.so : devel/qt5-core
- libQt5Gui.so : x11-toolkits/qt5-gui
- libQt5PrintSupport.so : print/qt5-printsupport
- libQt5Widgets.so : x11-toolkits/qt5-widgets
- libQt5Xml.so : textproc/qt5-xml
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for recoll-1.33.1_12:
ASPELL=on: Spell checking support via GNU Aspell
CHM=on: Python bindings for Microsoft ITSS/CHM format
DJVU=off: DjVu document support
IMAGE=on: Store personal tags or textual descriptions in images
LATEX=off: LaTeX support
PDF=on: PDF document support
PS=on: PostScript document support
QT5=on: Qt 5 toolkit support
SOUND=on: Sound (audio) support
X11MON=on: X11 session monitoring support
===> Use 'make config' to modify these settings
- Options name:
- deskutils_recoll
- USES:
- bison compiler:c++11-lang fam gmake gnome iconv libtool localbase pkgconfig python shebangfix gl qt:5 fam xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.33.1_12 15 Jul 2025 19:32:00
    |
Matthias Andree (mandree)  |
deskutils/recoll: fix largefile support in miniz.
recoll ships with a utils/miniz component that doesn't know we
have large file support on FreeBSD. Use the apple code path for us,
too, so it would use fseeko()/ftello() instead of printing this
warning:
Using fopen, ftello, fseeko, stat() etc. path for file I/O
- this path may not support large files.
Bump PORTREVISION.
loosely related to
PR: 279960
Approved by: portmgr@ (just-fix-it blanket approval)
MFH: 2025Q3
(cherry picked from commit 91f735e583b75db9061cc4b9bdba855c8bfd8b3a) |
1.33.1_11 15 Jul 2025 19:32:00
    |
Matthias Andree (mandree)  Author: George Mitchell |
deskutils/recoll: unbreak with new libxml2 API
which broke because the newer libxml2 error reporting callbacks
now want functions that take const-qualified pointers.
PR: 279960
Approved by: danfe@ (maintainer timeout, 38 days)
Approved by: portmgr@ (just-fix-it blanket approval)
MFH: 2025Q3
Not bumping PORTREVISION this only fixes the build,
and we have one more fix coming up.
(cherry picked from commit bf9552bffcb829ef3dc744be527f2b579251e419) |