| Port details |
- marginalia.el Marginalia in the Emacs minibuffer
- 2.11 editors
=0 2.9Version of this port present on the latest quarterly branch. - Maintainer: patmaddox@FreeBSD.org
 - Port Added: 2025-11-17 05:06:07
- Last Update: 2026-07-18 03:31:09
- Commit Hash: 801f98e
- Also Listed In: elisp
- License: GPLv3+
- WWW:
- https://github.com/minad/marginalia
- Description:
- This package provides marginalia-mode which adds marginalia to the
minibuffer completions. Marginalia are marks or annotations placed at
the margin of the page of a book or in this case helpful colorful
annotations placed at the margin of the minibuffer for your completion
candidates. Marginalia can only add annotations to the completion
candidates. It cannot modify the appearance of the candidates
themselves, which are shown unaltered as supplied by the original
command.
The annotations are added based on the completion category. For
example find-file reports the file category and M-x reports the
command category. You can cycle between more or less detailed
annotators or even disable the annotator with command
marginalia-cycle.
¦ ¦ ¦ ¦ 
- 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:
-
- marginalia.el>0:editors/marginalia.el
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/editors/marginalia.el/ && make install clean
- To add the package, run one of these commands:
- pkg install editors/marginalia.el
- pkg install marginalia.el
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: marginalia.el
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1783677457
SHA256 (minad-marginalia-2.11_GH0.tar.gz) = 705ca7aa21706e0e78e1d7e8afed566f322f4bc0c7d305e2a2839558efdb5dc2
SIZE (minad-marginalia-2.11_GH0.tar.gz) = 33904
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 marginalia.el-2.11:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- editors_marginalia.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.11 18 Jul 2026 03:31:09
    |
Pat Maddox (patmaddox)  |
editors/marginalia.el: Update to 2.11
Changelog: https://github.com/minad/marginalia/blob/2.11/CHANGELOG.org
Approved by: dch (mentor)
Closes: https://github.com/freebsd/freebsd-ports/pull/559 |
2.9 27 Apr 2026 00:01:06
    |
Robert Clausecker (fuz)  Author: Pat Maddox |
editors/marginalia.el: Update 2.4 => 2.9
Changelog:
https://github.com/minad/marginalia/blob/0d08fbea0f1182627891240780081ba528c1348b/CHANGELOG.org
PR: 292978
Event: Wiesbaden Hackathon 202604 |
2.4_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.4_1 17 Nov 2025 04:38:28
    |
Joseph Mingrone (jrm)  |
editors/marginalia.el: Install byte-compiled elisp
While here, use DISTVERSION instead of PORTVERSION.
Sponsored by: The FreeBSD Foundation |
2.4 17 Nov 2025 04:38:26
    |
Joseph Mingrone (jrm)  Author: Pat Maddox |
editors/marginalia.el: Marginalia in the Emacs minibuffer
This package provides marginalia-mode which adds marginalia to the
minibuffer completions. Marginalia are marks or annotations placed at
the margin of the page of a book or in this case helpful colorful
annotations placed at the margin of the minibuffer for your completion
candidates. Marginalia can only add annotations to the completion
candidates. It cannot modify the appearance of the candidates
themselves, which are shown unaltered as supplied by the original
command.
WWW: https://github.com/minad/marginalia
PR: 290540 |
Number of commits found: 5
|