1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00

- Update to 0.10

PR:		ports/162733
Submitted by:	Armin Pirkovitsch <armin@frozen-zone.org>
Obtained from:	FreeBSD Haskell
Feature safe:	yes
This commit is contained in:
Gabor Pali 2011-11-25 23:23:14 +00:00
parent 55a9ba0798
commit c2c591b87f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=286448
6 changed files with 22 additions and 33 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= xmonad-contrib
PORTVERSION= 0.9.2
PORTREVISION= 2
PORTVERSION= 0.10
CATEGORIES= x11-wm haskell
MAINTAINER= haskell@FreeBSD.org
@ -15,7 +14,7 @@ COMMENT= Third party tiling algorithms, configurations and scripts to xmonad
LICENSE= BSD
USE_CABAL= mtl xmonad>=0.9.1 X11>=1.5 utf8-string
USE_CABAL= mtl utf8-string X11>=1.5.0.0 xmonad>=0.10
USE_XORG= x11
RUN_DEPENDS+= bash:${PORTSDIR}/shells/bash

View File

@ -1,2 +1,2 @@
SHA256 (cabal/xmonad-contrib-0.9.2.tar.gz) = b7c0c0013b533234088bab0d0821ed2dc5c5fa61043fef2b17e647c4892c0f1a
SIZE (cabal/xmonad-contrib-0.9.2.tar.gz) = 292481
SHA256 (cabal/xmonad-contrib-0.10.tar.gz) = d8c1a37d88270a45b68e347c056e0f487f739780af413b87265ede9c4cc6e752
SIZE (cabal/xmonad-contrib-0.10.tar.gz) = 364522

View File

@ -5,9 +5,9 @@ see XMonad.Doc.
In particular:
* XMonad.Doc.Configuring, a guide to configuring xmonad.
* XMonad.Doc.Extending, using the contributed extensions library.
* XMonad.Doc.Developing, introduction to xmonad internals and
writing your own extensions.
* XMonad.Doc.Configuring, a guide to configuring xmonad.
* XMonad.Doc.Extending, using the contributed extensions library.
* XMonad.Doc.Developing, introduction to xmonad internals and
writing your own extensions.
WWW: http://www.xmonad.org/
WWW: http://xmonad.org/

View File

@ -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

View File

@ -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

View File

@ -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/