| Port details |
- vertico.el VERTical Interactive COmpletion for Emacs
- 2.10 editors
=0 2.7Version of this port present on the latest quarterly branch. - Maintainer: patmaddox@FreeBSD.org
 - Port Added: 2025-11-17 05:06:15
- Last Update: 2026-07-18 03:23:53
- Commit Hash: fba2666
- Also Listed In: elisp
- License: GPLv3+
- WWW:
- https://github.com/minad/vertico
- Description:
- Vertico provides a performant and minimalistic vertical completion UI
based on the default completion system. The focus of Vertico is to
provide a UI which behaves correctly under all circumstances. By
reusing the built-in facilities system, Vertico achieves full
compatibility with built-in Emacs completion commands and completion
tables. Vertico only provides the completion UI but aims to be highly
flexible, extendable and modular. Additional enhancements are
available as extensions or complementary packages. The code base is
small and maintainable. The main vertico.el package is only about 600
lines of code without white space and comments.
¦ ¦ ¦ ¦ 
- 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:
-
- vertico.el>0:editors/vertico.el
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/editors/vertico.el/ && make install clean
- To add the package, run one of these commands:
- pkg install editors/vertico.el
- pkg install vertico.el
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: vertico.el
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1783677931
SHA256 (minad-vertico-2.10_GH0.tar.gz) = 39b58ca8e62af9112dca0d7c9229b1c1f765208474f63a6882a2999848f6fdcf
SIZE (minad-vertico-2.10_GH0.tar.gz) = 51359
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 vertico.el-2.10:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- editors_vertico.el
- USES:
- emacs
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 5
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
2.10 18 Jul 2026 03:23:53
    |
Pat Maddox (patmaddox)  |
editors/vertico.el: Update to 2.10
Changelog: https://github.com/minad/vertico/blob/2.10/CHANGELOG.org
Approved by: dch (mentor)
Closes: https://github.com/freebsd/freebsd-ports/pull/562 |
2.7 27 Apr 2026 00:01:05
    |
Robert Clausecker (fuz)  Author: Pat Maddox |
editors/vertico.el: Update 2.5 => 2.7
Changelog:
https://github.com/minad/vertico/blob/c12c8f842fd184db44fb2b835b0f954bbc90c7a6/CHANGELOG.org
PR: 292980
Event: Wiesbaden Hackathon 202604 |
2.5_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.5_1 17 Nov 2025 04:38:29
    |
Joseph Mingrone (jrm)  |
editors/vertico.el: Install byte-compiled elisp
While here, use DISTVERSION instead of PORTVERSION.
Sponsored by: The FreeBSD Foundation |
2.5 17 Nov 2025 04:38:26
    |
Joseph Mingrone (jrm)  Author: Pat Maddox |
editors/vertico.el: VERTical Interactive COmpletion for Emacs
Vertico provides a performant and minimalistic vertical completion UI
based on the default completion system. The focus of Vertico is to
provide a UI which behaves correctly under all circumstances. By
reusing the built-in facilities system, Vertico achieves full
compatibility with built-in Emacs completion commands and completion
tables. Vertico only provides the completion UI but aims to be highly
flexible, extendable and modular. Additional enhancements are
available as extensions or complementary packages.
WWW: https://github.com/minad/vertico
PR: 290542 |
Number of commits found: 5
|