Bug 290542 - [NEW PORT] editors/vertico.el: VERTical Interactive COmpletion for Emacs
Summary: [NEW PORT] editors/vertico.el: VERTical Interactive COmpletion for Emacs
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-10-26 17:28 UTC by Pat Maddox
Modified: 2025-11-17 05:08 UTC (History)
1 user (show)

See Also:


Attachments
patch (4.71 KB, patch)
2025-10-26 17:32 UTC, Pat Maddox
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pat Maddox 2025-10-26 17:28:28 UTC

    
Comment 1 Pat Maddox 2025-10-26 17:32:07 UTC
Created attachment 264912 [details]
patch
Comment 2 commit-hook freebsd_committer freebsd_triage 2025-11-17 05:05:02 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=55a8f5bb631559d1ccbc13bdd6d177824cabd44a

commit 55a8f5bb631559d1ccbc13bdd6d177824cabd44a
Author:     Pat Maddox <pat@patmaddox.com>
AuthorDate: 2025-10-24 23:53:06 +0000
Commit:     Joseph Mingrone <jrm@FreeBSD.org>
CommitDate: 2025-11-17 04:38:26 +0000

    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

 editors/Makefile                   |  1 +
 editors/vertico.el/Makefile (new)  | 34 ++++++++++++++++++++++++++++++++++
 editors/vertico.el/distinfo (new)  |  3 +++
 editors/vertico.el/pkg-descr (new) | 10 ++++++++++
 editors/vertico.el/pkg-plist (new) | 15 +++++++++++++++
 5 files changed, 63 insertions(+)
Comment 3 Joseph Mingrone freebsd_committer freebsd_triage 2025-11-17 05:08:53 UTC
Pushed.  If you notice any issues, please open a new bug report.

Thanks again for contributing these elisp ports.