| Port details |
- consult.el Consulting completing-read
- 3.6 editors
=0 3.3Version of this port present on the latest quarterly branch. - Maintainer: patmaddox@FreeBSD.org
 - Port Added: 2025-11-17 05:06:20
- Last Update: 2026-07-18 03:31:21
- Commit Hash: 3dcf0af
- Also Listed In: elisp
- License: GPLv3+
- WWW:
- https://github.com/minad/consult
- Description:
- Consult provides search and navigation commands based on the Emacs
completion function completing-read documented in the Elisp
manual. Completion allows you to quickly select an item from a list of
candidates. Consult offers asynchronous and interactive consult-grep
and consult-ripgrep commands, and the line-based search command
consult-line. Furthermore Consult provides an advanced buffer
switching command consult-buffer to switch between buffers, recently
opened files, bookmarks and buffer-like candidates from other
sources. Some of the Consult commands are enhanced versions of
built-in Emacs commands. For example the command consult-imenu
presents a flat list of the Imenu with live preview, grouping and
narrowing.
Consult is fully compatible with completion systems centered around
the standard Emacs completing-read API, Vertico, Mct, and the built-in
default completion system and Icomplete.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- consult.el>0:editors/consult.el
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/editors/consult.el/ && make install clean
- To add the package, run one of these commands:
- pkg install editors/consult.el
- pkg install consult.el
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: consult.el
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1783677285
SHA256 (minad-consult-3.6_GH0.tar.gz) = 693908052e102ac722783a8855355b5cb64bb8441eab04ed6703ffdaf480d9b6
SIZE (minad-consult-3.6_GH0.tar.gz) = 115603
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- compat.el>=31.0.0.0 : misc/compat.el
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for consult.el-3.6:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- editors_consult.el
- USES:
- emacs
- 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 |
3.6 18 Jul 2026 03:31:21
    |
Pat Maddox (patmaddox)  |
editors/consult.el: Update to 3.6
Changelog: https://github.com/minad/consult/blob/3.6/CHANGELOG.org
Approved by: dch (mentor)
Closes: https://github.com/freebsd/freebsd-ports/pull/558 |
3.3 27 Apr 2026 00:01:06
    |
Robert Clausecker (fuz)  Author: Pat Maddox |
editors/consult.el: Update 2.9 => 3.3
Changelog:
https://github.com/minad/consult/blob/312f2db1a23ef5428ab9553679147d5ff3a4e57d/CHANGELOG.org
PR: 292977
Event: Wiesbaden Hackathon 202604 |
2.9_2 11 Apr 2026 16:03:58
    |
Joseph Mingrone (jrm)  |
Emacs Lisp ports framework: Overhaul
This overhaul introduces four key changes to the elisp ports framework:
1. Remove support for packaged byte-compiled elisp.
The primary motivation is to remove a large number of flavor-specific
packages and to simplify the ports tree. As an example, supporting
byte-compiled elisp for devel/tablist required six packages, one for
each flavor of editors/emacs and editors/emacs-devel. With over 100
elisp ports and requests for new Emacs flavors, this was
unmanageable.
2. Install configuration to integrate with Emacs's native compilation
machinery, allowing elisp from ports to be compiled into the standard (Only the first 15 lines of the commit message are shown above ) |
2.9_1 17 Nov 2025 04:38:28
    |
Joseph Mingrone (jrm)  |
editors/consult.el: Install byte-compiled elisp
While here, use DISTVERSION instead of PORTVERSION.
Sponsored by: The FreeBSD Foundation |
2.9 17 Nov 2025 04:38:27
    |
Joseph Mingrone (jrm)  Author: Pat Maddox |
editors/consult.el: Consulting completing-read for Emacs
Consult provides search and navigation commands based on the Emacs
completion function completing-read documented in the Elisp
manual. Completion allows you to quickly select an item from a list of
candidates. Consult offers asynchronous and interactive consult-grep
and consult-ripgrep commands, and the line-based search command
consult-line. Furthermore Consult provides an advanced buffer
switching command consult-buffer to switch between buffers, recently
opened files, bookmarks and buffer-like candidates from other
sources. Some of the Consult commands are enhanced versions of
built-in Emacs commands. For example the command consult-imenu
presents a flat list of the Imenu with live preview, grouping and
narrowing.
WWW: https://github.com/minad/consult
PR: 290545 |