notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
emacs-eat Emulate A Terminal, in a region, in a buffer and in Eshell
0.9.4_1 commsnew! on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 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 search for ports maintained by this maintainer
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

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:
  1. emacs-30.2 : editors/emacs@full
  2. gmake>=4.4.1 : devel/gmake
  3. makeinfo : print/texinfo
Runtime dependencies:
  1. emacs-30.2 : editors/emacs@full
  2. 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:
Expand this list (1 items)
Collapse this list.
  1. https://codeberg.org/akib/emacs-eat/archive/v0.9.4.tar.gz?dummy=/
Collapse this list.

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.9.4_1
17 Nov 2025 04:38:27
commit hash: b57c1bd6453e1713a6b5809087a57c7b5f4fd5decommit hash: b57c1bd6453e1713a6b5809087a57c7b5f4fd5decommit hash: b57c1bd6453e1713a6b5809087a57c7b5f4fd5decommit hash: b57c1bd6453e1713a6b5809087a57c7b5f4fd5de files touched by this commit
Joseph Mingrone (jrm) search for other commits by this committer
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
commit hash: c16273eec20ad7512742e36a53752ba0102e7236commit hash: c16273eec20ad7512742e36a53752ba0102e7236commit hash: c16273eec20ad7512742e36a53752ba0102e7236commit hash: c16273eec20ad7512742e36a53752ba0102e7236 files touched by this commit
Joseph Mingrone (jrm) search for other commits by this committer
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