Port details |
- dovecot-fts-elastic Dovecot FTS plugin for using ElasticSearch 6 or 7
- 1.1.0_5 mail
=2 1.1.0_5Version of this port present on the latest quarterly branch. - Maintainer: bgupta@kde.org
 - Port Added: 2022-04-18 00:27:04
- Last Update: 2024-08-16 23:03:13
- Commit Hash: 6dcc035
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://github.com/filiphanes/fts-elastic
- Description:
- This projects provides a Dovecot full-text search indexing plugin that uses
ElasticSearch 6 or 7 as a backend.
Dovecot communicates with ElasticSearch using direct HTTP/JSON queries, and
does not require ElasticSearch client libraries. It supports automatic indexing
and searching of e-mail. For mailboxes with more than 10000 messages, it uses
the Elastic Scroll API.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- dovecot-fts-elastic>0:mail/dovecot-fts-elastic
- To install the port:
- cd /usr/ports/mail/dovecot-fts-elastic/ && make install clean
- To add the package, run one of these commands:
- pkg install mail/dovecot-fts-elastic
- pkg install dovecot-fts-elastic
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: dovecot-fts-elastic
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1650235615
SHA256 (filiphanes-fts-elastic-1.1.0_GH0.tar.gz) = 50aac69510cb504b6c7af7180a1d21fed3aadd47df30e5cd8ad50dfae5c36452
SIZE (filiphanes-fts-elastic-1.1.0_GH0.tar.gz) = 32351
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- dovecot>=2.3.7 : mail/dovecot
- autoconf>=2.72 : devel/autoconf
- automake>=1.17 : devel/automake
- libtoolize : devel/libtool
- Runtime dependencies:
-
- dovecot>=2.3.7 : mail/dovecot
- Library dependencies:
-
- libjson-c.so : devel/json-c
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- mail_dovecot-fts-elastic
- USES:
- autoreconf libtool
- 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.1.0_5 16 Aug 2024 23:03:13
    |
Vladimir Druzenko (vvd)  |
mail/dovecot-*: bump after update mail/dovecot as described in Makefile
mail/dovecot updated in 72dd8d2ee676.
While here:
- remove GNU_CONFIGURE_MANPREFIX;
- replace PORTVERSION on DISTVERSION.
PR: 280866
Approved by: ler (maintainer)
MFH: 2024Q3 |
1.1.0_4 04 Oct 2023 07:47:57
    |
Yasuhiro Kimura (yasu)  |
mail/{dovecot,dovecot-pigeonhole}: Update to latest stable releases
* Update mail/dovecot to 2.3.21.
* Update mail/dovecot-pigeonhole to 0.5.21.
* Bump PORTREVISION of dependencies.
ReleaseNotes: https://dovecot.org/mailman3/archives/list/dovecot-news@dovecot.org/thread/Y5SJWAIAVEAQ2KKSWJM7VSJUUFRMFAH5/
PR: 273946
Approved by: maintainer timeout |
1.1.0_3 24 May 2023 16:34:10
    |
Mathieu Arnold (mat)  |
*: regular cleanup for GH_TAGNAME bad usage |
1.1.0_3 23 Dec 2022 03:10:22
    |
Larry Rosenman (ler)  |
mail/dovecot: update to 2.3.20
mail/dovecot-pigeonhole: bump to 0.5.20
mail/dovecot-fts-*, mail/dovecot-coi: bump portrevision
mail/dovecot: ChanggLog:
+ Add dsync_features=no-header-hashes. When this setting is enabled and
one dsync side doesn't support mail GUIDs (i.e. imapc), there is no
fallback to using header hashes. Instead, dsync assumes that all mails
with identical IMAP UIDs contains the same mail contents. This can
significantly improve dsync performance with some IMAP servers that
don't support caching Date/Message-ID headers.
+ lua: HTTP client has more settings now, see
https://doc.dovecot.org/admin_manual/lua/#dovecot.http.client
+ replicator: "doveadm replicator status" command now outputs when the (Only the first 15 lines of the commit message are shown above ) |
1.1.0_2 07 Sep 2022 22:17:26
    |
Stefan Eßer (se)  |
Remove WWW: from more pkg-descr files
The URLs have been moved to WWW entries in the ports' Makefiles.
Approved by: portmgr (implicit) |
1.1.0_2 07 Sep 2022 22:13:05
    |
Stefan Eßer (se)  |
Add more WWW entries to Makefiles
Some ports have not been touched in the commit that added WWW lines to
the port Makefiles.
Approved by: porttmgr (implicit) |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.1.0_2 10 May 2022 22:31:21
    |
Larry Rosenman (ler)  |
mail/dovecot, mail/dovecot-pigeonhole: Upgrade to 2.3.19, 0.5.19
Dovecot Changelog:
+ Added mail_user_session_finished event, which is emitted when the mail
user session is finished (e.g. imap, pop3, lmtp). It also includes
fields with some process statistics information.
See https://doc.dovecot.org/admin_manual/list_of_events/ for more
information.
+ Added process_shutdown_filter setting. When an event matches the filter,
the process will be shutdown after the current connection(s) have
finished. This is intended to reduce memory usage of long-running imap
processes that keep a lot of memory allocated instead of freeing it to
the OS.
+ auth: Add cache hit indicator to auth passdb/userdb finished events.
See https://doc.dovecot.org/admin_manual/list_of_events/ for more (Only the first 15 lines of the commit message are shown above ) |
1.1.0_1 18 Apr 2022 00:23:32
    |
Larry Rosenman (ler)  |
mail/dovecot-fts-elastic: New FTS plugin for dovecot
PR: 263382
Reported By: bgupta@kde.org |