Port details |
- transient-devel Emacs key and popup interface for complex keybindings
- 0.3.7.215 devel
=0 Version of this port present on the latest quarterly branch. - Maintainer: yasu@FreeBSD.org
 - Port Added: 2022-08-01 16:21:10
- Last Update: 2023-03-01 01:57:49
- Commit Hash: 1170886
- Also Listed In: elisp
- License: GPLv3+
- Description:
- Taking inspiration from prefix keys and prefix arguments, Transient
implements a similar abstraction involving a prefix command, infix
arguments and suffix commands. We could call this abstraction a
"transient command", but because it always involves at least two
commands (a prefix and a suffix) we prefer to call it just a
"transient".
When the user calls a transient prefix command, then a transient
(temporary) keymap is activated, which binds the transient's infix
and suffix commands, and functions that control the transient state
are added to `pre-command-hook` and `post-command-hook`. The available
suffix and infix commands and their state are shown in a popup buffer
until the transient is exited by invoking a suffix command.
Calling an infix command causes its value to be changed, possibly by
reading a new value in the minibuffer.
Calling a suffix command usually causes the transient to be exited but
suffix commands can also be configured to not exit the transient.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- transient-devel>0:devel/transient-devel
- Conflicts:
- CONFLICTS_INSTALL:
- Conflicts Matches:
-
There are no Conflicts Matches for this port. This is usually an error.
- To install the port:
- cd /usr/ports/devel/transient-devel/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/transient-devel
- pkg install transient-devel
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: transient-devel
- Package flavors (<flavor>: <package>)
- full: transient-devel
- canna: transient-devel-emacs_canna
- nox: transient-devel-emacs_nox
- devel_full: transient-devel-emacs_devel
- devel_nox: transient-devel-emacs_devel_nox
- distinfo:
- TIMESTAMP = 1677634053
SHA256 (magit-transient-v0.3.7-215-g0204a24_GH0.tar.gz) = 4f7b15509ce01a3be1774726de2e367c83cfaf464485d450e6a0f6e6d6493ba7
SIZE (magit-transient-v0.3.7-215-g0204a24_GH0.tar.gz) = 126825
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:
-
- compat.el>=28.1.1.0 : misc/compat.el@full
- gsed : textproc/gsed
- emacs-28.2 : editors/emacs@full
- gmake>=4.3 : devel/gmake
- makeinfo : print/texinfo
- Runtime dependencies:
-
- compat.el>=28.1.1.0 : misc/compat.el@full
- emacs-28.2 : editors/emacs@full
- indexinfo : print/indexinfo
- This port is required by:
- for Build
-
- devel/forge-devel
- devel/magit-devel
- for Run
-
- devel/forge-devel
- devel/magit-devel
Configuration Options:
- ===> The following configuration options are available for transient-devel-0.3.7.215:
DOCS=on: Build and/or install documentation
PDF=off: Build and install PDF document
===> Use 'make config' to modify these settings
- Options name:
- devel_transient-devel
- USES:
- emacs gmake makeinfo
- 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 |
0.3.7.215 01 Mar 2023 01:57:49
    |
Yasuhiro Kimura (yasu)  |
devel/transient-devel: Update to latest snapshot
Changes: https://github.com/magit/transient/compare/402c7bd...0204a24 |
0.3.7.195 01 Feb 2023 01:04:36
    |
Yasuhiro Kimura (yasu)  |
devel/transient-devel: Update to latest snapshot
Changes: https://github.com/magit/transient/compare/c6cf2f2...402c7bd |
0.3.7.182 07 Jan 2023 05:03:24
    |
Yasuhiro Kimura (yasu)  |
devel/transient-devel: Update to latest snapshot
Changes: https://github.com/magit/transient/compare/72d3028...c6cf2f2 |
0.3.7.181 19 Dec 2022 14:44:58
    |
Muhammad Moinur Rahman (bofh)  |
Mk/**tex.mk: Convert bsd.tex.mk to USES=tex
- Update all the consumers to use USES=tex
- USE_TEX=yes is the old way of writing USES=tex which has been removed
and replaced in all ports
- Almost all of the USE_TEX features remains unchanged
- Some consumers had the same variables defined both in the mk
infrastructure and also in the ports which have been removed from the
ports as those are redundant.
In case any of the consumers are failing to build please make sure that
the nexessary USES=tex is there. Unlike previous USE_TEX=yes will no
longer load the required VARS for tex and related dependencies.
Reviewed by: portmgr
Approved by: portmgr (blanket) |
0.3.7.181 01 Dec 2022 04:56:23
    |
Yasuhiro Kimura (yasu)  |
devel/transient-devel: Update to latest snapshot
Changes: https://github.com/magit/transient/compare/ad953cc...72d3028 |
0.3.7.173_1 30 Nov 2022 07:06:37
    |
Yasuhiro Kimura (yasu)  |
editors/emacs-devel: Update to 2022-11-28 snapshot
Bump PORTREVISION of consumers as EMACS_VER is changed to 30.0.50.
Changes: https://github.com/emacs-mirror/emacs/compare/51589f81...7939184f |
0.3.7.173 01 Nov 2022 02:25:42
    |
Yasuhiro Kimura (yasu)  |
devel/transient-devel: Update to latest snapshot
Changes: https://github.com/magit/transient/compare/097f5be...ad953cc |
0.3.7.163 01 Oct 2022 01:17:33
    |
Yasuhiro Kimura (yasu)  |
devel/transient-devel: Update to latest snapshot
Changes: https://github.com/magit/transient/compare/6b9c93a...097f5be |
0.3.7.159_1 21 Sep 2022 07:48:19
    |
Yasuhiro Kimura (yasu)  |
editors/emacs: Update to 28.2
* Remove FCITXPATCH option as extra-patch-src_xfns.c can't be applied
since 28.1.
* Tidy up Makefile with portfmt.
* Bump PORTREVISION of consumers.
ChangeLog: https://www.gnu.org/software/emacs/news/NEWS.28.2
PR: 266454
Exp-run by: antoine
Reviewed by: ashish, jrm
Differential Revision: https://reviews.freebsd.org/D36613 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.3.7.159 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.3.7.159 01 Sep 2022 07:12:34
    |
Yasuhiro Kimura (yasu)  |
devel/transient-devel: Update to latest snapshot
Changes: https://github.com/magit/transient/compare/cc887eb...6b9c93a |
0.3.7.140 01 Aug 2022 16:12:01
    |
Yasuhiro Kimura (yasu)  |
devel/transient-devel: Add new port
Add devel/transient-devel, development version of Emacs key and popup
interface for complex keybindings.
https://github.com/magit/transient |