git: 7f5a4e8f9c9b - main - editors/with-editor-devel: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 01 Sep 2025 17:26:56 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7f5a4e8f9c9baeaec24d46f483dfae4b077dc309
commit 7f5a4e8f9c9baeaec24d46f483dfae4b077dc309
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-09-01 17:26:51 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-09-01 17:26:51 +0000
editors/with-editor-devel: Remove expired port
2025-08-31 editors/with-editor-devel: Use editors/with-editor instead
---
MOVED | 1 +
editors/Makefile | 1 -
editors/with-editor-devel/Makefile | 68 ----------------------
editors/with-editor-devel/distinfo | 3 -
.../with-editor-devel/files/patch-docs_Makefile | 11 ----
editors/with-editor-devel/pkg-descr | 5 --
6 files changed, 1 insertion(+), 88 deletions(-)
diff --git a/MOVED b/MOVED
index 96389f839703..b057f38538e9 100644
--- a/MOVED
+++ b/MOVED
@@ -4740,3 +4740,4 @@ devel/transient-devel|devel/transient|2025-09-01|Has expired: Use devel/transien
devel/ghub-devel|devel/ghub|2025-09-01|Has expired: Use devel/ghub instead
devel/magit-devel|devel/magit|2025-09-01|Has expired: Use devel/magit instead
devel/forge-devel|devel/forge|2025-09-01|Has expired: Use devel/forge instead
+editors/with-editor-devel|editors/with-editor|2025-09-01|Has expired: Use editors/with-editor instead
diff --git a/editors/Makefile b/editors/Makefile
index 1bb6509e1187..3656e873007d 100644
--- a/editors/Makefile
+++ b/editors/Makefile
@@ -287,7 +287,6 @@
SUBDIR += vscode
SUBDIR += web-mode
SUBDIR += with-editor
- SUBDIR += with-editor-devel
SUBDIR += wordgrinder
SUBDIR += wxhexeditor
SUBDIR += xcoral
diff --git a/editors/with-editor-devel/Makefile b/editors/with-editor-devel/Makefile
deleted file mode 100644
index 6d088cd4999a..000000000000
--- a/editors/with-editor-devel/Makefile
+++ /dev/null
@@ -1,68 +0,0 @@
-PORTNAME= with-editor
-DISTVERSIONPREFIX= v
-DISTVERSION= 3.4.5
-PORTREVISION= 1
-DISTVERSIONSUFFIX=
-CATEGORIES= editors elisp
-PKGNAMESUFFIX= -devel${EMACS_PKGNAMESUFFIX}
-
-MAINTAINER= yasu@FreeBSD.org
-COMMENT= Use the Emacsclient as the $$EDITOR of child processes
-WWW= https://github.com/magit/with-editor
-
-LICENSE= GPLv3+
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-DEPRECATED= Use editors/with-editor instead
-EXPIRATION_DATE= 2025-08-31
-
-BUILD_DEPENDS= compat.el${EMACS_PKGNAMESUFFIX}>=30.1.0.0:misc/compat.el@${EMACS_FLAVOR}
-RUN_DEPENDS= compat.el${EMACS_PKGNAMESUFFIX}>=30.1.0.0:misc/compat.el@${EMACS_FLAVOR}
-
-USES= emacs gmake makeinfo
-USE_GITHUB= yes
-GH_ACCOUNT= magit
-
-MAKE_ENV+= LOAD_PATH="-L ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/compat"
-MAKE_JOBS_UNSAFE= yes
-ALL_TARGET= lisp info
-
-CONFLICTS_INSTALL= with-editor-emacs*
-
-NO_ARCH= yes
-
-INFO= with-editor
-PLIST_FILES= ${EMACS_VERSION_SITE_LISPDIR}/with-editor-autoloads.el \
- ${EMACS_VERSION_SITE_LISPDIR}/with-editor.el \
- ${EMACS_VERSION_SITE_LISPDIR}/with-editor.elc
-PORTDOCS= README.org with-editor.html
-
-OPTIONS_DEFINE= DOCS PDF
-
-PDF_DESC= Build and install PDF document
-
-DOCS_BUILD_DEPENDS= gsed:textproc/gsed
-DOCS_ALL_TARGET= html
-DOCS_BINARY_ALIAS= sed=gsed
-PDF_BUILD_DEPENDS= texi2pdf:print/texinfo
-PDF_USES= tex
-PDF_USE= TEX=dvipdfmx:build
-PDF_ALL_TARGET= pdf
-PDF_PLIST_FILES= ${DOCSDIR}/with-editor.pdf
-
-do-install:
- @${MKDIR} ${STAGEDIR}${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}
- ${INSTALL_DATA} ${WRKSRC}/lisp/*.el* \
- ${STAGEDIR}${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}
- ${INSTALL_DATA} ${WRKSRC}/docs/*.info ${STAGEDIR}${PREFIX}/${INFO_PATH}
-
-do-install-DOCS-on:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README.org \
- ${WRKSRC}/docs/with-editor.html ${STAGEDIR}${DOCSDIR}
-
-do-install-PDF-on:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/docs/with-editor.pdf ${STAGEDIR}${DOCSDIR}
-
-.include <bsd.port.mk>
diff --git a/editors/with-editor-devel/distinfo b/editors/with-editor-devel/distinfo
deleted file mode 100644
index cd8d35db500e..000000000000
--- a/editors/with-editor-devel/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1754135608
-SHA256 (magit-with-editor-v3.4.5_GH0.tar.gz) = 2ee5d19f0b559ef3ebc9898eb641493cfef5834fdd3e4086dcaff4a5fc49ba02
-SIZE (magit-with-editor-v3.4.5_GH0.tar.gz) = 34357
diff --git a/editors/with-editor-devel/files/patch-docs_Makefile b/editors/with-editor-devel/files/patch-docs_Makefile
deleted file mode 100644
index 505eabebdba6..000000000000
--- a/editors/with-editor-devel/files/patch-docs_Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- docs/Makefile.orig 2024-04-15 15:58:56 UTC
-+++ docs/Makefile
-@@ -49,7 +49,7 @@ html-dir: $(PKG).texi
-
- %.pdf: %.texi
- @printf "Generating $@\n"
-- @texi2pdf --clean $< > /dev/null
-+ @texi2pdf $< > /dev/null
-
- PUBLISH_PATH ?= /manual/
- RELEASE_PATH ?= /manual/$(VERSION)/
diff --git a/editors/with-editor-devel/pkg-descr b/editors/with-editor-devel/pkg-descr
deleted file mode 100644
index 4bcced31b668..000000000000
--- a/editors/with-editor-devel/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-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.