summaryrefslogtreecommitdiff
path: root/devel/transient-devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel/transient-devel')
-rw-r--r--devel/transient-devel/Makefile66
-rw-r--r--devel/transient-devel/distinfo3
-rw-r--r--devel/transient-devel/files/patch-docs_Makefile11
-rw-r--r--devel/transient-devel/pkg-descr19
-rw-r--r--devel/transient-devel/pkg-plist3
5 files changed, 0 insertions, 102 deletions
diff --git a/devel/transient-devel/Makefile b/devel/transient-devel/Makefile
deleted file mode 100644
index 400167c9a0b2..000000000000
--- a/devel/transient-devel/Makefile
+++ /dev/null
@@ -1,66 +0,0 @@
-PORTNAME= transient
-DISTVERSIONPREFIX= v
-DISTVERSION= 0.9.4
-DISTVERSIONSUFFIX=
-CATEGORIES= devel elisp
-PKGNAMESUFFIX= -devel${EMACS_PKGNAMESUFFIX}
-
-MAINTAINER= yasu@FreeBSD.org
-COMMENT= Emacs key and popup interface for complex keybindings
-WWW= https://github.com/magit/transient
-
-LICENSE= GPLv3+
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-DEPRECATED= Use devel/transient 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= transient-emacs*
-
-NO_ARCH= yes
-
-INFO= transient
-
-PORTDOCS= CHANGELOG README.org transient.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}/transient.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}/CHANGELOG \
- ${WRKSRC}/docs/transient.html ${STAGEDIR}${DOCSDIR}
-
-do-install-PDF-on:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/docs/transient.pdf ${STAGEDIR}${DOCSDIR}
-
-.include <bsd.port.mk>
diff --git a/devel/transient-devel/distinfo b/devel/transient-devel/distinfo
deleted file mode 100644
index 3d9fe7bee2d5..000000000000
--- a/devel/transient-devel/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1754135349
-SHA256 (magit-transient-v0.9.4_GH0.tar.gz) = 1fc90db3a1748493b33db451ab937bb554d1c2993cfdd8677aac12d0167ebc8e
-SIZE (magit-transient-v0.9.4_GH0.tar.gz) = 169192
diff --git a/devel/transient-devel/files/patch-docs_Makefile b/devel/transient-devel/files/patch-docs_Makefile
deleted file mode 100644
index dd8f09133a8b..000000000000
--- a/devel/transient-devel/files/patch-docs_Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- docs/Makefile.orig 2024-05-25 11:18:38 UTC
-+++ docs/Makefile
-@@ -50,7 +50,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/devel/transient-devel/pkg-descr b/devel/transient-devel/pkg-descr
deleted file mode 100644
index 48162b91d87e..000000000000
--- a/devel/transient-devel/pkg-descr
+++ /dev/null
@@ -1,19 +0,0 @@
-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.
diff --git a/devel/transient-devel/pkg-plist b/devel/transient-devel/pkg-plist
deleted file mode 100644
index c90f16f93ad0..000000000000
--- a/devel/transient-devel/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-%%EMACS_VERSION_SITE_LISPDIR%%/transient-autoloads.el
-%%EMACS_VERSION_SITE_LISPDIR%%/transient.el
-%%EMACS_VERSION_SITE_LISPDIR%%/transient.elc