Path to this page:
NOTICE: This package has been removed from pkgsrc./
wip/xmonad,
Tiling window manager
Branch: CURRENT,
Version: 0.11,
Package name: xmonad-0.11,
Maintainer: esgxmonad 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.
DEINSTALL [+/-]PKGVERSION=@PKGVERSION@
case ${STAGE} in
POST-DEINSTALL)
ghc-pkg unregister xmonad-${PKGVERSION}
;;
esac
Required to run:[
wip/ghc] [
devel/hs-mtl] [
devel/hs-utf8-string] [
devel/hs-extensible-exceptions] [
x11/hs-X11]
Required to build:[
pkgtools/x11-links]
Master sites:
SHA1: 9ab0c44283812a0a1883ae975221e72d17c4decb
RMD160: f323a335a1e82b26f59063fab381e1410cd9f5fc
Filesize: 57.733 KB
Version history: (Expand)
- (2014-05-24) Package deleted from pkgsrc
- (2013-11-18) Package has been reborn
- (2013-11-18) Package deleted from pkgsrc
- (2013-08-28) Package has been reborn
- (2013-08-28) Package deleted from pkgsrc
- (2013-03-09) Package has been reborn
CVS history: (Expand)
2014-05-22 23:41:47 by Ryosuke Moro | Files touched by this commit (22) | |
Log message:
Remove hs-cmdargs, imported to pkgsrc/devel.
Remove hs-x11-xft, imported to pkgsrc/x11.
Remove xmonad, imported to pkgsrc/wm.
|
2014-05-21 23:04:42 by Ryosuke Moro | Files touched by this commit (97) |
Log message:
Remove hs-network, imported to pkgsrc/net.
Remove hs-random, hs-syb, imported to pkgsrc/devel.
Remove hs-x11, imported to pkgsrc/x11.
|
2014-05-20 23:23:18 by Ryosuke Moro | Files touched by this commit (49) |
Log message:
Remove hs-data-default, hs-extensible-exceptions, imported to pkgsrc/devel.
|
2014-05-18 23:33:25 by Ryosuke Moro | Files touched by this commit (119) |
Log message:
Remove hs-data-default-class, hs-dlist, hs-text, hs-utf8-string,
imported to pkgsrc/devel.
|
2014-05-16 22:47:07 by Ryosuke Moro | Files touched by this commit (112) |
Log message:
Remove hs-mtl, imported to pkgsrc/devel
|
2014-04-15 12:59:40 by Ryosuke Moro | Files touched by this commit (53) |
Log message:
- ready for HASKELL_ENABLE_HADDOCK_DOCUMENTATION= yes
|
2014-02-21 11:39:01 by Ryosuke Moro | Files touched by this commit (25) |
Log message:
- ghc-7.6 hss not extensible-exceptions, so we need this.
( lang/ghc7 is version 7.6.3nb1, wip/ghc is version 7.6.2 )
- adjust dependencies
|
2014-02-07 12:33:14 by Ryosuke Moro | Files touched by this commit (2) |
Log message:
manual page handling
|