diff options
author | tnn <tnn@pkgsrc.org> | 2009-07-08 06:28:22 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2009-07-08 06:28:22 +0000 |
commit | 4f2ccb055bee31df53b63766c4d43701b1d297ea (patch) | |
tree | 4bc6d242559926d4f6509bbaa1489e6892d16153 /misc | |
parent | ae7fa3fed1fbfdfdd6e913063802af928acc3c52 (diff) | |
download | pkgsrc-4f2ccb055bee31df53b63766c4d43701b1d297ea.tar.gz |
Update to dvtm-0.5.2 (patch from maintainer in private mail).
While here set a proper LICENSE (dvtm is under MIT/X license).
Changes:
o compile fix for Mac OS X
o optional beep on terminal bell (enable it per window with MOD+B)
o the whole screen redraw command which is now by default associated
with MOD+r reads the terminal size and adjust the working area
accordingly
Diffstat (limited to 'misc')
-rw-r--r-- | misc/dvtm/Makefile | 5 | ||||
-rw-r--r-- | misc/dvtm/distinfo | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/misc/dvtm/Makefile b/misc/dvtm/Makefile index 83fc1d334c1..3e8762a6ad4 100644 --- a/misc/dvtm/Makefile +++ b/misc/dvtm/Makefile @@ -1,13 +1,14 @@ -# $NetBSD: Makefile,v 1.3 2009/02/17 10:08:15 tnn Exp $ +# $NetBSD: Makefile,v 1.4 2009/07/08 06:28:22 tnn Exp $ # -DISTNAME= dvtm-0.5.1 +DISTNAME= dvtm-0.5.2 CATEGORIES= misc MASTER_SITES= http://www.brain-dump.org/projects/dvtm/ MAINTAINER= leot1990@users.sourceforge.net HOMEPAGE= http://www.brain-dump.org/projects/dvtm/ COMMENT= Dynamic virtual terminal manager +LICENSE= mit PKG_DESTDIR_SUPPORT= user-destdir diff --git a/misc/dvtm/distinfo b/misc/dvtm/distinfo index d8256701b1b..a828565c6af 100644 --- a/misc/dvtm/distinfo +++ b/misc/dvtm/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2009/02/19 19:22:22 tonio Exp $ +$NetBSD: distinfo,v 1.5 2009/07/08 06:28:22 tnn Exp $ -SHA1 (dvtm-0.5.1.tar.gz) = 8b5691e3d28e21e675791266bfe15ce09350ae3a -RMD160 (dvtm-0.5.1.tar.gz) = 28259981a0c33ca44ab641a99183f228dcf5e3ae -Size (dvtm-0.5.1.tar.gz) = 26238 bytes +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 (patch-aa) = 2de5ef5ff718918b61c9c73a1137efaefeaf81c1 |