./misc/dvtm, Dynamic virtual terminal manager

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.15, Package name: dvtm-0.15, Maintainer: pkgsrc-users

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. 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.


Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 39.562 KB

Version history: (Expand)


CVS history: (Expand)


   2025-12-07 11:10:43 by Thomas Klausner | Files touched by this commit (1)
Log message:
dvtm: switch to https
   2021-10-26 12:59:39 by Nia Alarie | Files touched by this commit (378)
Log message:
misc: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

The following distfiles could not be fetched (possibly fetched
conditionally?):

./misc/libreoffice/distinfo libreoffice/harfbuzz-2.6.4.tar.xz
   2021-10-07 16:35:55 by Nia Alarie | Files touched by this commit (378)
Log message:
misc: Remove SHA1 hashes for distfiles
   2020-03-26 14:31:42 by Nia Alarie | Files touched by this commit (1)
Log message:
dvtm: Needs wide curses
   2016-01-20 15:34:35 by Leonardo Taccari | Files touched by this commit (3)
Log message:
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.
   2015-11-04 00:49:56 by Alistair G. Crooks | Files touched by this commit (330)
Log message:
Add SHA512 digests for distfiles for misc category

Problems found locating distfiles:
	Package colorls: missing distfile ls.tar.gz
	Package molden: missing distfile molden-4.6/molden4.6.tar.gz
	Package softmaker-office-demo: missing distfile ofl06trial.tgz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
   2015-08-23 10:54:12 by Leonardo Taccari | Files touched by this commit (2)
Log message:
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
   2015-08-18 09:31:20 by Thomas Klausner | Files touched by this commit (282)
Log message:
Bump all packages that depend on curses.bui* or terminfo.bui* since they
might incur ncurses dependencies on some platforms, and ncurses just bumped
its shlib.
Some packages were bumped twice now, sorry for that.