diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2013-02-05 22:26:31 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2013-02-05 22:26:31 +0000 |
commit | c731105b7f8e403a3db33599a7d7f1ce9257f375 (patch) | |
tree | 23d3f49a5183d8fbc5324dad9a1ae399f457b1d7 /x11-wm/hs-xmonad | |
parent | 32ca3ee61e3889801319024959589312eb652bfa (diff) | |
download | ports-c731105b7f8e403a3db33599a7d7f1ce9257f375.tar.gz ports-c731105b7f8e403a3db33599a7d7f1ce9257f375.zip |
Notes
Diffstat (limited to 'x11-wm/hs-xmonad')
-rw-r--r-- | x11-wm/hs-xmonad/Makefile | 7 | ||||
-rw-r--r-- | x11-wm/hs-xmonad/distinfo | 4 | ||||
-rw-r--r-- | x11-wm/hs-xmonad/pkg-descr | 15 |
3 files changed, 13 insertions, 13 deletions
diff --git a/x11-wm/hs-xmonad/Makefile b/x11-wm/hs-xmonad/Makefile index 4d8b2f81f01d..3a47eb57afa8 100644 --- a/x11-wm/hs-xmonad/Makefile +++ b/x11-wm/hs-xmonad/Makefile @@ -2,16 +2,15 @@ # $FreeBSD$ PORTNAME= xmonad -PORTVERSION= 0.10 -PORTREVISION= 4 +PORTVERSION= 0.11 CATEGORIES= x11-wm haskell MAINTAINER= haskell@FreeBSD.org -COMMENT= Xmonad is a minimalist and tiling window manager for X +COMMENT= Tiling window manager LICENSE= BSD -USE_CABAL= mtl utf8-string>=0.3 X11>=1.5.0.0 +USE_CABAL= mtl utf8-string>=0.3 X11>=1.5 USE_XORG= x11 MAN1= xmonad.1 diff --git a/x11-wm/hs-xmonad/distinfo b/x11-wm/hs-xmonad/distinfo index 5df8891dfc5e..175ac674dd3e 100644 --- a/x11-wm/hs-xmonad/distinfo +++ b/x11-wm/hs-xmonad/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/xmonad-0.10.tar.gz) = 4676717615d367abaf2e2bb609cf532427edfd87455268fa48552f7fcdf0e5a7 -SIZE (cabal/xmonad-0.10.tar.gz) = 57681 +SHA256 (cabal/xmonad-0.11.tar.gz) = e5bd36d5184facad66acf2688b02922bfc6de32b576758f4b00688253c425bdb +SIZE (cabal/xmonad-0.11.tar.gz) = 59119 diff --git a/x11-wm/hs-xmonad/pkg-descr b/x11-wm/hs-xmonad/pkg-descr index 8b12cb63b0a8..383a980a46e0 100644 --- a/x11-wm/hs-xmonad/pkg-descr +++ b/x11-wm/hs-xmonad/pkg-descr @@ -1,10 +1,11 @@ -xmonad is a tiling window manager for X. Windows are arranged +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. +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. WWW: http://xmonad.org/ |