diff options
author | leot <leot@pkgsrc.org> | 2015-08-23 08:54:12 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2015-08-23 08:54:12 +0000 |
commit | 03ab54c0f1eef4ac2a96fc5c2de3f17572184a7b (patch) | |
tree | 49ee60054c87684c227ba2a0b7f1e0dd20f5293b /misc | |
parent | 181e4134723d939cd83baa1ac380014370fe4b30 (diff) | |
download | pkgsrc-03ab54c0f1eef4ac2a96fc5c2de3f17572184a7b.tar.gz |
Update misc/dvtm to dvtm-0.14.
Changes:
* nmaster functionality available via MOD+{i,d} i.e. the possibility
to change the number of windows displayed in the master area
* "urgent flags" that is if an application issues a bell \a the urgent
flag is set and the corresponding tag will blink
* distinguish between return key and new line this fixes the behaviour
of CTRL+j in certain applications
* rudimentary support for the \e[?10{47,48,49}{h,l} xterm sequences
to switch between alternate and normal screen buffer as used by
>= abduco 0.3
* better Unicode support in the statusbar
* the current layout symbol is displayed in the tag bar
* the position of the status/tag bar is runtime configurable via MOD+S
* code cleanups and fixes from static analyzers
* DragonFly BSD support
Diffstat (limited to 'misc')
-rw-r--r-- | misc/dvtm/Makefile | 5 | ||||
-rw-r--r-- | misc/dvtm/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/misc/dvtm/Makefile b/misc/dvtm/Makefile index b97699fe119..d403235d88a 100644 --- a/misc/dvtm/Makefile +++ b/misc/dvtm/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2015/08/18 07:31:13 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2015/08/23 08:54:12 leot Exp $ -DISTNAME= dvtm-0.13 -PKGREVISION= 1 +DISTNAME= dvtm-0.14 CATEGORIES= misc MASTER_SITES= http://www.brain-dump.org/projects/dvtm/ diff --git a/misc/dvtm/distinfo b/misc/dvtm/distinfo index 6e708524af2..dfd6d669e94 100644 --- a/misc/dvtm/distinfo +++ b/misc/dvtm/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2014/12/10 04:52:55 mef Exp $ +$NetBSD: distinfo,v 1.11 2015/08/23 08:54:12 leot Exp $ -SHA1 (dvtm-0.13.tar.gz) = 8a4fc2440faa3050244e5a492fb6766899e0c0d7 -RMD160 (dvtm-0.13.tar.gz) = 3b9fc0e2616179bae036b9ade00fd72c0d335345 -Size (dvtm-0.13.tar.gz) = 35651 bytes +SHA1 (dvtm-0.14.tar.gz) = 205a2165e70455309f7ed6a6f11b3072fb9b13c3 +RMD160 (dvtm-0.14.tar.gz) = d9e04111e0b1a476c3a280ca58f9d7766309ae82 +Size (dvtm-0.14.tar.gz) = 35893 bytes SHA1 (patch-aa) = 468fdc831372b9c78c9c7f5606f7c6246bb2943f |