summaryrefslogtreecommitdiff
path: root/editors/with-editor-devel
diff options
context:
space:
mode:
Diffstat (limited to 'editors/with-editor-devel')
-rw-r--r--editors/with-editor-devel/Makefile67
-rw-r--r--editors/with-editor-devel/distinfo3
-rw-r--r--editors/with-editor-devel/files/patch-docs_Makefile11
-rw-r--r--editors/with-editor-devel/pkg-descr5
4 files changed, 0 insertions, 86 deletions
diff --git a/editors/with-editor-devel/Makefile b/editors/with-editor-devel/Makefile
deleted file mode 100644
index bc04bc80b10c..000000000000
--- a/editors/with-editor-devel/Makefile
+++ /dev/null
@@ -1,67 +0,0 @@
-PORTNAME= with-editor
-DISTVERSIONPREFIX= v
-DISTVERSION= 3.4.5
-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.