Bug 290544 - [NEW PORT] editors/perspective.el: Perspectives for Emacs
Summary: [NEW PORT] editors/perspective.el: Perspectives 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:40 UTC by Pat Maddox
Modified: 2025-11-17 05:09 UTC (History)
1 user (show)

See Also:


Attachments
patch (3.76 KB, patch)
2025-10-26 17:41 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:40:18 UTC

    
Comment 1 Pat Maddox 2025-10-26 17:41:25 UTC
Created attachment 264913 [details]
patch
Comment 2 commit-hook freebsd_committer freebsd_triage 2025-11-17 05:05:01 UTC
A commit in branch main references this bug:

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

commit a1cc2df58455bec31b5640de714a8ea3c5207dc2
Author:     Pat Maddox <pat@patmaddox.com>
AuthorDate: 2025-10-25 01:10:12 +0000
Commit:     Joseph Mingrone <jrm@FreeBSD.org>
CommitDate: 2025-11-17 04:38:27 +0000

    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

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

Thanks again for contributing these elisp ports.