| Port details |
- emacs-libvterm Emacs libvterm integration
- g20251119_1 misc
=0 g20251119Version of this port present on the latest quarterly branch. - Maintainer: tslight@pm.me
 - Port Added: 2026-02-04 03:24:06
- Last Update: 2026-04-11 16:03:58
- Commit Hash: bc45b7e
- Also Listed In: elisp
- License: GPLv3+
- WWW:
- https://github.com/akermu/emacs-libvterm/
- Description:
- Emacs-libvterm (vterm) is fully-fledged terminal emulator inside GNU Emacs
based on libvterm, a C library. As a result of using compiled code (instead of
elisp), emacs-libvterm is fully capable, fast, and it can seamlessly handle
large outputs.
¦ ¦ ¦ ¦ 
- 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:
-
- emacs-libvterm>0:misc/emacs-libvterm
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/misc/emacs-libvterm/ && make install clean
- To add the package, run one of these commands:
- pkg install misc/emacs-libvterm
- pkg install emacs-libvterm
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: emacs-libvterm
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1770154465
SHA256 (akermu-emacs-libvterm-g20251119-a01a2894a1c1e81a39527835a9169e35b7ec5dec_GH0.tar.gz) = b545df1e9f09cbd61ebcce2b3fef95c34a87dfa0c1553abe489fd34a27dbb08e
SIZE (akermu-emacs-libvterm-g20251119-a01a2894a1c1e81a39527835a9169e35b7ec5dec_GH0.tar.gz) = 63503
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:
-
- cmake : devel/cmake-core
- Library dependencies:
-
- libvterm.so : devel/libvterm
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- misc_emacs-libvterm
- USES:
- cmake:noninja emacs
- pkg-message:
- For install:
- Final emacs-libvterm setup instructions:
Add (require 'vterm) to your Emacs configuration.
M-x 'vterm' to open a new terminal.
- Master Sites:
|
Number of commits found: 2
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
g20251119_1 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 ) |
g20251119 04 Feb 2026 03:22:53
    |
Joseph Mingrone (jrm)  Author: tslight |
misc/emacs-libvterm: New port for Emacs libvterm integration
Emacs-libvterm (vterm) is fully-fledged terminal emulator inside GNU
Emacs based on libvterm, a C library. As a result of using compiled
code (instead of elisp), emacs-libvterm is fully capable, fast, and it
can seamlessly handle large outputs.
Reviewed by: jrm
Pull Request: https://github.com/freebsd/freebsd-ports/pull/480 |
Number of commits found: 2
|