diff options
author | pgj <pgj@FreeBSD.org> | 2011-11-26 07:23:14 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2011-11-26 07:23:14 +0800 |
commit | 7b5b82f94a08a070e5c42473f4ba41f14215ba1a (patch) | |
tree | b3d2afcd5cf045b37b8970ebcf0c2e257ff99af1 /x11-wm/hs-xmonad | |
parent | e8c27b8f156c010e26b040021d52002171a1fe75 (diff) | |
download | freebsd-ports-gnome-7b5b82f94a08a070e5c42473f4ba41f14215ba1a.tar.gz freebsd-ports-gnome-7b5b82f94a08a070e5c42473f4ba41f14215ba1a.tar.zst freebsd-ports-gnome-7b5b82f94a08a070e5c42473f4ba41f14215ba1a.zip |
- Update to 0.10
PR: ports/162733
Submitted by: Armin Pirkovitsch <armin@frozen-zone.org>
Obtained from: FreeBSD Haskell
Feature safe: yes
Diffstat (limited to 'x11-wm/hs-xmonad')
-rw-r--r-- | x11-wm/hs-xmonad/Makefile | 8 | ||||
-rw-r--r-- | x11-wm/hs-xmonad/distinfo | 4 | ||||
-rw-r--r-- | x11-wm/hs-xmonad/pkg-descr | 24 |
3 files changed, 13 insertions, 23 deletions
diff --git a/x11-wm/hs-xmonad/Makefile b/x11-wm/hs-xmonad/Makefile index d362da98b1d5..d1dd26110ee2 100644 --- a/x11-wm/hs-xmonad/Makefile +++ b/x11-wm/hs-xmonad/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xmonad -PORTVERSION= 0.9.2 -PORTREVISION= 1 +PORTVERSION= 0.10 CATEGORIES= x11-wm haskell MAINTAINER= haskell@FreeBSD.org @@ -15,10 +14,7 @@ COMMENT= Xmonad is a minimalist and tiling window manager for X LICENSE= BSD -# Temporarily disabled, because there is a bug in documentation generation. -NOPORTDOCS= yes - -USE_CABAL= mtl X11>=1.5 +USE_CABAL= mtl utf8-string>=0.3 X11>=1.5.0.0 USE_XORG= x11 MAN1= xmonad.1 diff --git a/x11-wm/hs-xmonad/distinfo b/x11-wm/hs-xmonad/distinfo index 3ab18e016069..5df8891dfc5e 100644 --- a/x11-wm/hs-xmonad/distinfo +++ b/x11-wm/hs-xmonad/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/xmonad-0.9.2.tar.gz) = adcda3f5b7a59fb1fa4f7f48e8c4eb0599642e7d215b013fb072f98aef98851f -SIZE (cabal/xmonad-0.9.2.tar.gz) = 56974 +SHA256 (cabal/xmonad-0.10.tar.gz) = 4676717615d367abaf2e2bb609cf532427edfd87455268fa48552f7fcdf0e5a7 +SIZE (cabal/xmonad-0.10.tar.gz) = 57681 diff --git a/x11-wm/hs-xmonad/pkg-descr b/x11-wm/hs-xmonad/pkg-descr index 2ffa5758986f..d57c4ea7c31a 100644 --- a/x11-wm/hs-xmonad/pkg-descr +++ b/x11-wm/hs-xmonad/pkg-descr @@ -1,16 +1,10 @@ -XMonad is a tiling window manager written in Haskell for X. +xmonad is a tiling window manager for X. Windows are arranged +automatically to tile the screen without gaps or overlap, maximising +screen use. All features of the window manager are accessible from the +keyboard: a mouse is strictly optional. xmonad is written and extensible +in Haskell. Custom layout algorithms, and other extensions, may be +written by the user in config files. Layouts are applied dynamically, +and different layouts may be used on each workspace. Xinerama is fully +supported, allowing windows to be tiled on several screens. -Features : - * Very stable, fast, small and simple. - * Automatic window tiling and management - * First class keyboard support: a mouse is unnecessary - * Full support for tiling windows on multi-head displays - * Full support for floating windows - * XRandR support to rotate, add or remove monitors - * Per-workspace layout algorithms - * Per-screens custom status bars - * Easy, powerful customisation and reconfiguration - * Large extension library - * Extensive documentation and support for hacking - -WWW: http://www.xmonad.org/ +WWW: http://xmonad.org/ |