Update wm/dwm to 5.9

Per PR pkg/45218 from Bug Hunting.

I've been unable to find an upstream changelog.
many bugfixes as far as I can tell from
http://hg.suckless.org/dwm/log/dd74622a4785
This commit is contained in:
gls 2011-08-07 20:58:40 +00:00
parent d9ebd92a53
commit fc4c91c6e0
3 changed files with 24 additions and 14 deletions

View file

@ -1,9 +1,19 @@
dwm is a dynamic window manager for X. It manages windows in tiling
and floating modes. Either mode can be applied dynamically, optimizing
the environment for the application in use and the task performed. It
is the little brother of wmii.
dwm is a dynamic window manager for X. It manages windows in tiled,
monocle and floating layouts. All of the layouts can be applied
dynamically, optimising the environment for the application in use
and the task performed.
dwm contains a small status bar which displays all available tags, the
mode, the title of the focused window, and the text read from standard
input. The selected tags are highlighted with a different color, the
tags of the focused window are highlighted with a small point.
In tiled layout windows are managed in a master and stacking area.
The master area contains the window which currently needs most
attention, whereas the stacking area contains all other windows.
In monocle layout all windows are maximised to the screen size. In
floating layout windows can be resized and moved freely.
Windows are grouped by tags. Each window can be tagged with one or
multiple tags. Selecting certain tags displays all windows with
these tags.
Each screen contains a small status bar which displays all available
tags, the layout, the number of visible windows, the title of the
focused window, and the text read from the root window name property,
if the screen is focused.

View file

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.11 2011/06/17 11:59:57 obache Exp $
# $NetBSD: Makefile,v 1.12 2011/08/07 20:58:40 gls Exp $
#
DISTNAME= dwm-5.8.2
DISTNAME= dwm-5.9
CATEGORIES= wm
MASTER_SITES= http://dl.suckless.org/dwm/

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.11 2011/06/17 11:59:57 obache Exp $
$NetBSD: distinfo,v 1.12 2011/08/07 20:58:40 gls Exp $
SHA1 (dwm-5.8.2.tar.gz) = ee4fecee6b404969884088cafba14d538c77b9f9
RMD160 (dwm-5.8.2.tar.gz) = 5cdc22af7b7d223ef935dc65eae7c8f3630b2b76
Size (dwm-5.8.2.tar.gz) = 20326 bytes
SHA1 (dwm-5.9.tar.gz) = 45d011b70cee0208c43b756650c6f736e0c8661b
RMD160 (dwm-5.9.tar.gz) = 92af278597db706fb2a4b63aa9169a3ef612cd2c
Size (dwm-5.9.tar.gz) = 20517 bytes