| Port details |
- emacs-eat Emulate A Terminal, in a region, in a buffer and in Eshell
- 0.9.4_1 comms
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one. - Maintainer: pat@patmaddox.com
 - Port Added: 2025-11-17 05:06:23
- Last Update: 2025-11-17 04:38:27
- Commit Hash: b57c1bd
- Also Listed In: elisp
- License: GPLv3
- WWW:
- https://codeberg.org/akib/emacs-eat
- Description:
- Eat's name is self-explanatory, it stands for "Emulate A Terminal". Eat
is a terminal emulator. It can run most (if not all) full-screen
terminal programs, including Emacs.
It is pretty fast, more than three times faster than Term, despite
being implemented entirely in Emacs Lisp. So fast that you can
comfortably run Emacs inside Eat, or even use your Emacs as a terminal
multiplexer.
It has many features that other Emacs terminal emulator still don't
have, for example Sixel support, complete mouse support, shell
integration, etc.
It flickers less than other Emacs terminal emulator, so you get more
performance and a smoother experience.
To get the most out of Eat, you should also setup shell integration.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- emacs-eat>0:comms/emacs-eat
- To install the port:
- cd /usr/ports/comms/emacs-eat/ && make install clean
- To add the package, run one of these commands:
- pkg install comms/emacs-eat
- pkg install emacs-eat
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: emacs-eat
- Package flavors (<flavor>: <package>)
- full: emacs-eat
- canna: emacs-eat-emacs_canna
- nox: emacs-eat-emacs_nox
- wayland: emacs-eat-emacs_wayland
- devel_full: emacs-eat-emacs_devel
- devel_nox: emacs-eat-emacs_devel_nox
- distinfo:
- TIMESTAMP = 1761299764
SHA256 (emacs-eat-v0.9.4.tar.gz) = 32a2793c1f203bf2e0fe67f79310c2389257e1338b191e017ea60dc68000c01a
SIZE (emacs-eat-v0.9.4.tar.gz) = 275808
No package information for this port in our database- Sometimes this happens. Not all ports have packages. This is doubly so for new ports, like this one.
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- emacs-30.2 : editors/emacs@full
- gmake>=4.4.1 : devel/gmake
- makeinfo : print/texinfo
- Runtime dependencies:
-
- emacs-30.2 : editors/emacs@full
- indexinfo : print/indexinfo
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for emacs-eat-0.9.4_1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- comms_emacs-eat
- USES:
- emacs gmake makeinfo
- FreshPorts was unable to extract/find any pkg message
- 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 |
0.9.4_1 17 Nov 2025 04:38:27
    |
Joseph Mingrone (jrm)  |
comms/emacs-eat: Ensure Emacs version matches byte-compiled elisp
Change USES=emacs:build to USES=emacs. This creates separate flavors
with a run-time dependency on the corresponding version of editors/emacs
or editors/emacs-devel. As a result, elisp is compiled and run under
the same Emacs version, avoiding potential subtle breakage caused by
version mismatches in byte-compiled files.
While here, fix a typo in pkg-descr.
PR: 290546
Sponsored by: The FreeBSD Foundation |
0.9.4 17 Nov 2025 04:38:27
    |
Joseph Mingrone (jrm)  Author: Pat Maddox |
comms/emacs-eat: Emulate A Terminal
Eat's name is self-explanatory, it stands for "Emulate A Terminal". Eat
is a terminal emulator. It can run most (if not all) full-screen
terminal programs, including Emacs.
It is pretty fast, more than three times faster than Term, despite
being implemented entirely in Emacs Lisp. So fast that you can
comfortably run Emacs inside Eat, or even use your Emacs as a terminal
multiplexer.
It has many features that other Emacs terminal emulator still don't
have, for example Sixel support, complete mouse support, shell
integration, etc.
WWW: https://codeberg.org/akib/emacs-eat
PR: 290546 |
Number of commits found: 2
|