Port details |
- with-editor-devel Use the Emacsclient as the $EDITOR of child processes
- 3.2.0.40 editors
=0 Version of this port present on the latest quarterly branch. - Maintainer: yasu@FreeBSD.org
 - Port Added: 2022-08-01 16:21:26
- Last Update: 2023-03-01 01:57:53
- Commit Hash: 490abd7
- Also Listed In: elisp
- License: GPLv3+
- Description:
- The library with-editor makes it easy to use the Emacsclient as the
$EDITOR of child processes, making sure they know how to call
home. For remote processes a substitute is provided, which
communicates with Emacs on standard output instead of using a socket
as the Emacsclient does.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- with-editor-devel>0:editors/with-editor-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/editors/with-editor-devel/ && make install clean
- To add the package, run one of these commands:
- pkg install editors/with-editor-devel
- pkg install with-editor-devel
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: with-editor-devel
- Package flavors (<flavor>: <package>)
- full: with-editor-devel
- canna: with-editor-devel-emacs_canna
- nox: with-editor-devel-emacs_nox
- devel_full: with-editor-devel-emacs_devel
- devel_nox: with-editor-devel-emacs_devel_nox
- distinfo:
- TIMESTAMP = 1677634317
SHA256 (magit-with-editor-v3.2.0-40-g59867ae_GH0.tar.gz) = 99274a49826d4b662026311e24aff7db6b90e0b42f5ce297d54ee7c5591ea09f
SIZE (magit-with-editor-v3.2.0-40-g59867ae_GH0.tar.gz) = 33263
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/magit-devel
- for Run
-
- devel/magit-devel
Configuration Options:
- ===> The following configuration options are available for with-editor-devel-3.2.0.40:
DOCS=on: Build and/or install documentation
PDF=off: Build and install PDF document
===> Use 'make config' to modify these settings
- Options name:
- editors_with-editor-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 |
3.2.0.40 01 Mar 2023 01:57:53
    |
Yasuhiro Kimura (yasu)  |
editors/with-editor-devel: Update to latest snapshot
Changes: https://github.com/magit/with-editor/compare/391e76a...59867ae |
3.2.0.36 01 Feb 2023 01:04:39
    |
Yasuhiro Kimura (yasu)  |
editors/with-editor-devel: Update to latest snapshot
Changes: https://github.com/magit/with-editor/compare/4da1097...391e76a |
3.2.0.29 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) |
3.2.0.29 08 Dec 2022 09:53:47
    |
Yasuhiro Kimura (yasu)  |
editors/with-editor-devel: Mark MAKE_JOBS_UNSAFE
It seems parallel build sometimes fails after recent update.
Reported by: pkg-fallout |
3.2.0.29 01 Dec 2022 04:56:26
    |
Yasuhiro Kimura (yasu)  |
editors/with-editor-devel: Update to latest snapshot
Changes: https://github.com/magit/with-editor/compare/4ca225b...4da1097 |
3.2.0.27_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 |
3.2.0.27 01 Nov 2022 02:25:46
    |
Yasuhiro Kimura (yasu)  |
editors/with-editor-devel: Update to latest snapshot
Changes: https://github.com/magit/with-editor/compare/1d5860c...4ca225b |
3.2.0.26_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) |
3.2.0.26 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 ) |
3.2.0.26 01 Sep 2022 07:12:34
    |
Yasuhiro Kimura (yasu)  |
editors/with-editor-devel: Update to latest snapshot
Changes: https://github.com/magit/with-editor/compare/cfcbc27...1d5860c |
3.2.0.23 01 Aug 2022 16:12:15
    |
Yasuhiro Kimura (yasu)  |
editors/with-editor-devel: Add new port
Add editors/with-editor-devel, development version of Emacs Lisp
library to use the emacsclient as the $$EDITOR of child processes.
https://github.com/magit/with-editor |