summaryrefslogtreecommitdiff
path: root/misc/dvtm/Makefile
diff options
context:
space:
mode:
authorleot <leot@pkgsrc.org>2016-01-20 14:34:35 +0000
committerleot <leot@pkgsrc.org>2016-01-20 14:34:35 +0000
commit4c6ca133e53f76fbbbe41e17618bd7d8f50ea602 (patch)
tree8d86348b92b787682fc7f876e8e65ed1a74bb943 /misc/dvtm/Makefile
parent0c04cf164d16a870e1d4faeb96021b2af2eeb90e (diff)
downloadpkgsrc-4c6ca133e53f76fbbbe41e17618bd7d8f50ea602.tar.gz
Update misc/dvtm to 0.15.
pkgsrc changes: * Delete NO_CONFIGURE and convert SUBST_STAGE.* to pre-configure as suggested in The pkgsrc guide. (no functional changes intended) Changes: * More complicated default key bindings for potentially destructive actions to minimize the chance of accidental presses: MOD-x-x closes the focused window MOD-q-q quits dvtm * Simplified client creation code, elimination of useless intermediate shell. This should fix Mod-C (the creation of a new window with the same working directory as the currently focused window) for systems where procfs is available. * Copymode coloring: if enabled in config.def.h (which is currently only the case for less) the piped scrollback buffer will contain escape codes to preserve the coloring. $ DVTM_EDITOR=less dvtm Generate some colored output and press MOD-e (i.e. CTRL-g-e by default) less should now display the same content (that is with color) and provide search functionality etc. * Urgent flag indications (after a client received a bell) are redrawn as soon as possible. * Small bug fixes for terminal emulation and mouse actions. Slight cleanup of config.def.h and the dvtm-status script.
Diffstat (limited to 'misc/dvtm/Makefile')
-rw-r--r--misc/dvtm/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/misc/dvtm/Makefile b/misc/dvtm/Makefile
index d403235d88a..f333468ad28 100644
--- a/misc/dvtm/Makefile
+++ b/misc/dvtm/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2015/08/23 08:54:12 leot Exp $
+# $NetBSD: Makefile,v 1.14 2016/01/20 14:34:35 leot Exp $
-DISTNAME= dvtm-0.14
+DISTNAME= dvtm-0.15
CATEGORIES= misc
MASTER_SITES= http://www.brain-dump.org/projects/dvtm/
@@ -10,10 +10,9 @@ COMMENT= Dynamic virtual terminal manager
LICENSE= mit
USE_LANGUAGES= c99
-NO_CONFIGURE= yes
SUBST_CLASSES+= config
-SUBST_STAGE.config= pre-build
+SUBST_STAGE.config= pre-configure
SUBST_MESSAGE.config= Fixing config.mk
SUBST_FILES.config= config.mk
SUBST_SED.config= -e 's,/usr/local,${PREFIX},'