Commit 7f5a4e8f authored by Rene Ladan's avatar Rene Ladan
Browse files

editors/with-editor-devel: Remove expired port

2025-08-31 editors/with-editor-devel: Use editors/with-editor instead
parent a0803761
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -287,7 +287,6 @@
    SUBDIR += vscode
    SUBDIR += web-mode
    SUBDIR += with-editor
    SUBDIR += with-editor-devel
    SUBDIR += wordgrinder
    SUBDIR += wxhexeditor
    SUBDIR += xcoral
+0 −68
Original line number Diff line number Diff line
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>
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1754135608
SHA256 (magit-with-editor-v3.4.5_GH0.tar.gz) = 2ee5d19f0b559ef3ebc9898eb641493cfef5834fdd3e4086dcaff4a5fc49ba02
SIZE (magit-with-editor-v3.4.5_GH0.tar.gz) = 34357
+0 −11
Original line number Diff line number Diff line
--- 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)/
Loading