diff options
author | obache <obache@pkgsrc.org> | 2011-08-31 12:54:58 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-08-31 12:54:58 +0000 |
commit | de337b55d0efb1c2de93f3f5672656a459b1b13a (patch) | |
tree | 87e5b8f88ac26163d619b3f945dc30bc43cb3aec /misc/dvtm | |
parent | 17d69b918b2c6bbfef0d99eb561489586322747e (diff) | |
download | pkgsrc-de337b55d0efb1c2de93f3f5672656a459b1b13a.tar.gz |
Update dvtm to 0.6.
PR#45315 by Bug Hunting.
Changes include:
- window content buffering upon resize, this actually improves
usability quite a bit. Thanks to Niki Yoshiuchi for the initial
patch
- multiplexing mode, press MOD+a and your keystrokes will be sent
to all non minimized windows. Could be handy if you have to do
something interactive simultaneously on multiple servers.
- a bug fix which should prevent leaking open file descriptors
Diffstat (limited to 'misc/dvtm')
-rw-r--r-- | misc/dvtm/DESCR | 8 | ||||
-rw-r--r-- | misc/dvtm/Makefile | 6 | ||||
-rw-r--r-- | misc/dvtm/distinfo | 8 |
3 files changed, 12 insertions, 10 deletions
diff --git a/misc/dvtm/DESCR b/misc/dvtm/DESCR index d90bdca38a0..f4bf2432786 100644 --- a/misc/dvtm/DESCR +++ b/misc/dvtm/DESCR @@ -1,4 +1,6 @@ dvtm brings the concept of tiling window management, popularized by X11-window -managers like dwm to the console. As a console window manager it tries to make -it easy to work with multiple console based programs like vim, mutt, cmus or -irssi. +managers like dwm, to the console. As a console window manager, it tries to make +it easy to work with multiple console-based programs like vim, mutt, cmus, or +irssi. dvtm is intended to be used where X11 isn't available or over SSH. In +conjunction with dtach, it can be seen as a lightweight alternative to GNU +screen. diff --git a/misc/dvtm/Makefile b/misc/dvtm/Makefile index 3e8762a6ad4..01a6f31a87c 100644 --- a/misc/dvtm/Makefile +++ b/misc/dvtm/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2009/07/08 06:28:22 tnn Exp $ +# $NetBSD: Makefile,v 1.5 2011/08/31 12:54:58 obache Exp $ # -DISTNAME= dvtm-0.5.2 +DISTNAME= dvtm-0.6 CATEGORIES= misc MASTER_SITES= http://www.brain-dump.org/projects/dvtm/ @@ -20,7 +20,7 @@ SUBST_CLASSES+= makefile SUBST_STAGE.makefile= pre-build SUBST_MESSAGE.makefile= Fixing config.mk SUBST_FILES.makefile= config.mk -SUBST_SED.makefile+= -e 's,/usr/local,${PREFIX},g' +SUBST_SED.makefile= -e 's,/usr/local,${PREFIX},g' SUBST_SED.makefile+= -e 's,share/man,${PKGMANDIR},g' SUBST_SED.makefile+= -e 's,^CFLAGS =,CFLAGS +=,' SUBST_SED.makefile+= -e 's,^LDFLAGS =,LDFLAGS +=,' diff --git a/misc/dvtm/distinfo b/misc/dvtm/distinfo index a828565c6af..d5c4278fd43 100644 --- a/misc/dvtm/distinfo +++ b/misc/dvtm/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2009/07/08 06:28:22 tnn Exp $ +$NetBSD: distinfo,v 1.6 2011/08/31 12:54:58 obache Exp $ -SHA1 (dvtm-0.5.2.tar.gz) = b688048fc93a28722f1ed50b64d275fbdae5cd43 -RMD160 (dvtm-0.5.2.tar.gz) = e23395dc96713640ede4ab4846168c3e9044dd40 -Size (dvtm-0.5.2.tar.gz) = 26340 bytes +SHA1 (dvtm-0.6.tar.gz) = 5d5b5c7518ead9f08bae28c081bf2abbb4472933 +RMD160 (dvtm-0.6.tar.gz) = 19201c82df18a4cccf45228aa056529c9f4a16c3 +Size (dvtm-0.6.tar.gz) = 26542 bytes SHA1 (patch-aa) = 2de5ef5ff718918b61c9c73a1137efaefeaf81c1 |