summaryrefslogtreecommitdiff
path: root/x11-wm/hs-xmonad
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/hs-xmonad')
-rw-r--r--x11-wm/hs-xmonad/Makefile43
-rw-r--r--x11-wm/hs-xmonad/distinfo3
-rw-r--r--x11-wm/hs-xmonad/pkg-descr16
-rw-r--r--x11-wm/hs-xmonad/pkg-plist21
4 files changed, 0 insertions, 83 deletions
diff --git a/x11-wm/hs-xmonad/Makefile b/x11-wm/hs-xmonad/Makefile
deleted file mode 100644
index aee4c7e25a77..000000000000
--- a/x11-wm/hs-xmonad/Makefile
+++ /dev/null
@@ -1,43 +0,0 @@
-# New ports collection makefile for: xmonad
-# Date created: 2007-10-25
-# Whom: Matthieu Guegan <matt.guegan@free.fr>
-#
-# $FreeBSD$
-#
-
-PORTNAME= xmonad
-PORTVERSION= 0.7
-PORTREVISION= 2
-CATEGORIES= x11-wm haskell
-MASTER_SITES= http://hackage.haskell.org/packages/archive/xmonad/${PORTVERSION}/
-
-MAINTAINER= matt.guegan@free.fr
-COMMENT= Xmonad is a minimalist and tiling window manager for X
-
-BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc \
- hs-x11-ghc>=1.4.1:${PORTSDIR}/x11/hs-x11-ghc
-LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4
-
-USE_XORG= x11
-
-CABALCMD= ${LOCALBASE}/bin/runghc Setup.lhs
-GHC_VERSION= 6.8.3
-SUBDIR= lib/${PORTNAME}-${PORTVERSION}
-PLIST_SUB= GHC_VERSION=${GHC_VERSION} \
- PORTVERSION=${PORTVERSION} \
- SUBDIR=${SUBDIR}
-
-MAN1= xmonad.1
-
-do-configure:
- cd ${WRKSRC} && ${CABALCMD} configure --ghc --prefix=${PREFIX}
-
-do-build:
- cd ${WRKSRC} && ${CABALCMD} build && ${CABALCMD} register --gen-script
-
-do-install:
- cd ${WRKSRC} && ${CABALCMD} install
- ${INSTALL_MAN} ${WRKSRC}/man/xmonad.1 ${MAN1PREFIX}/man/man1
- ${INSTALL_SCRIPT} ${WRKSRC}/register.sh ${PREFIX}/${SUBDIR}/register.sh
-
-.include <bsd.port.mk>
diff --git a/x11-wm/hs-xmonad/distinfo b/x11-wm/hs-xmonad/distinfo
deleted file mode 100644
index 8269f06e310f..000000000000
--- a/x11-wm/hs-xmonad/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (xmonad-0.7.tar.gz) = f9e25f310cba15d96e9df4ad97e156b8
-SHA256 (xmonad-0.7.tar.gz) = d5ee338eb6d0680082e20eaafa0b23b32358fffe69e2ec4ad7bdf6e03c751d67
-SIZE (xmonad-0.7.tar.gz) = 52740
diff --git a/x11-wm/hs-xmonad/pkg-descr b/x11-wm/hs-xmonad/pkg-descr
deleted file mode 100644
index a144dc5c9e7e..000000000000
--- a/x11-wm/hs-xmonad/pkg-descr
+++ /dev/null
@@ -1,16 +0,0 @@
-XMonad is a tiling window manager written in Haskell for X.
-
-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/
diff --git a/x11-wm/hs-xmonad/pkg-plist b/x11-wm/hs-xmonad/pkg-plist
deleted file mode 100644
index b0aeaaf9df02..000000000000
--- a/x11-wm/hs-xmonad/pkg-plist
+++ /dev/null
@@ -1,21 +0,0 @@
-bin/xmonad
-%%SUBDIR%%/ghc-%%GHC_VERSION%%/HSxmonad-%%PORTVERSION%%.o
-%%SUBDIR%%/ghc-%%GHC_VERSION%%/XMonad.hi
-%%SUBDIR%%/ghc-%%GHC_VERSION%%/XMonad/Config.hi
-%%SUBDIR%%/ghc-%%GHC_VERSION%%/XMonad/Core.hi
-%%SUBDIR%%/ghc-%%GHC_VERSION%%/XMonad/Layout.hi
-%%SUBDIR%%/ghc-%%GHC_VERSION%%/XMonad/Main.hi
-%%SUBDIR%%/ghc-%%GHC_VERSION%%/XMonad/ManageHook.hi
-%%SUBDIR%%/ghc-%%GHC_VERSION%%/XMonad/Operations.hi
-%%SUBDIR%%/ghc-%%GHC_VERSION%%/XMonad/StackSet.hi
-%%SUBDIR%%/ghc-%%GHC_VERSION%%/libHSxmonad-%%PORTVERSION%%.a
-%%SUBDIR%%/register.sh
-share/doc/xmonad-%%PORTVERSION%%/LICENSE
-@dirrm share/doc/xmonad-%%PORTVERSION%%
-@dirrm %%SUBDIR%%/ghc-%%GHC_VERSION%%/XMonad
-@dirrm %%SUBDIR%%/ghc-%%GHC_VERSION%%
-@dirrm lib/xmonad-%%PORTVERSION%%
-@exec /bin/sh %D/%%SUBDIR%%/register.sh
-@exec /bin/rm -f %D/lib/ghc-%%GHC_VERSION%%/package.conf.old
-@unexec %D/bin/ghc-pkg unregister xmonad
-@unexec /bin/rm -f %D/lib/ghc-%%GHC_VERSION%%/package.conf.old