the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: dvtm
Version: 0.5.2
Revision: 2
Source: http://brain-dump.org/projects/%n/%n-%v.tar.gz
Maintainer: Olivier Hervieu
Homepage: http://brain-dump.org/projects/dvtm/
License: OSI-Approved
Description: Tiling window management for the console
DescDetail: <<
dvtm (dynamic virtual terminal manager) brings dwm and \
it's concept of tiling window management to the console.
As a console window manager it tries to make it easy to \
work with multiple console based programs.
<<
DescUsage: <<
dvtm could be launched in every terminal emulator, like screen.
You will get a terminal window in which you can create several
others terminals.
To create a new terminal : Mod-c. Mod-j and Mod-k are used to
change the focused terminal.
The Mod key, is by default Ctrl-g. The Mod key can be changed
with -m option on dvtm startup.
<<
Source-MD5: 7872b9e61705a4e9952655b3b88e4add
CompileScript: make
InstallScript: <<
#!/bin/sh -ev
make install prefix=%i
<<
BuildDepends: libncursesw5, fink (>= 0.24.12)
PatchFile: %n.patch
PatchFile-MD5: 44e70eb672eb55bbebe019ae6efde9df
PatchScript: sed 's|@PREFIX@|%i|g' < %{PatchFile} | patch -p1
DescPackaging: <<
There's no libutil on Mac OS X 10.4 and on Mac OS X 10.4 and 10.5 there's a
libSystem that defined the same symbols as libutil. Use it instead of libutils.
<<