| Port details |
- perspective.el Perspectives for Emacs
- 2.22 editors
=0 2.20_2Version of this port present on the latest quarterly branch. - Maintainer: patmaddox@FreeBSD.org
 - Port Added: 2025-11-17 05:06:18
- Last Update: 2026-07-18 03:29:43
- Commit Hash: b72047f
- Also Listed In: elisp
- License: MIT
- WWW:
- https://github.com/nex3/perspective-el
- Description:
- The Perspective package provides multiple named workspaces (or
"perspectives") in Emacs, similar to multiple desktops in window
managers like Awesome and XMonad, and Spaces on the Mac.
Each perspective has its own buffer list and its own window layout,
along with some other isolated niceties, like the xref ring. This
makes it easy to work on many separate projects without getting lost
in all the buffers. Switching to a perspective activates its window
configuration, and when in a perspective, only its buffers are
available (by default).
Each Emacs frame has a distinct list of perspectives.
Perspective supports saving its state to a file, so long-lived work
sessions may be saved and recovered as needed.
¦ ¦ ¦ ¦ 
- 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:
-
- perspective.el>0:editors/perspective.el
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/editors/perspective.el/ && make install clean
- To add the package, run one of these commands:
- pkg install editors/perspective.el
- pkg install perspective.el
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: perspective.el
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1783677766
SHA256 (nex3-perspective-el-2.22_GH0.tar.gz) = f1c8c713bc05c66e9a3cb8c15a530150f85096e60880db826e6ea3a3637f84be
SIZE (nex3-perspective-el-2.22_GH0.tar.gz) = 53692
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for perspective.el-2.22:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- editors_perspective.el
- USES:
- emacs
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
2.22 18 Jul 2026 03:29:43
    |
Pat Maddox (patmaddox)  |
editors/perspective.el: Update to 2.22
Changelog: https://github.com/nex3/perspective-el/blob/2.22/CHANGELOG.md
Approved by: dch (mentor)
Closes: https://github.com/freebsd/freebsd-ports/pull/561 |
2.20_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.20_1 17 Nov 2025 04:38:28
    |
Joseph Mingrone (jrm)  |
editors/perspective.el: Install byte-compiled elisp
While here, use DISTVERSION instead of PORTVERSION.
Sponsored by: The FreeBSD Foundation |
2.20 17 Nov 2025 04:38:27
    |
Joseph Mingrone (jrm)  Author: Pat Maddox |
editors/perspective.el: Perspectives for Emacs
The Perspective package provides multiple named workspaces (or
"perspectives") in Emacs, similar to multiple desktops in window
managers like Awesome and XMonad, and Spaces on the Mac.
WWW: https://github.com/nex3/perspective-el
PR: 290544 |