summaryrefslogtreecommitdiff
path: root/x11/hs-X11
diff options
context:
space:
mode:
Diffstat (limited to 'x11/hs-X11')
-rw-r--r--x11/hs-X11/Makefile53
-rw-r--r--x11/hs-X11/distinfo3
-rw-r--r--x11/hs-X11/pkg-descr7
-rw-r--r--x11/hs-X11/pkg-plist32
4 files changed, 0 insertions, 95 deletions
diff --git a/x11/hs-X11/Makefile b/x11/hs-X11/Makefile
deleted file mode 100644
index cb2024083261..000000000000
--- a/x11/hs-X11/Makefile
+++ /dev/null
@@ -1,53 +0,0 @@
-# New ports collection makefile for: hs-x11-ghc
-# Date created: 2007-09-03
-# Whom: Volker Stolz <vs@FreeBSD.org>
-#
-# $FreeBSD$
-
-PORTNAME= x11
-PORTVERSION= 1.4.1
-PORTREVISION= 1
-CATEGORIES= x11 haskell
-MASTER_SITES= http://hackage.haskell.org/packages/archive/X11/${PORTVERSION}/
-PKGNAMEPREFIX= hs-
-PKGNAMESUFFIX= -ghc
-DISTNAME= X11-${PORTVERSION}
-
-MAINTAINER= haskell@FreeBSD.org
-COMMENT= X11 bindings for Haskell programs
-
-# include the version verbatim. This will require a revision bump
-# on updates, but the correct quoting of `ghc --numeric-version` in the various
-# places is a real nightmare.
-GHC_VERSION= 6.8.2
-PLIST_SUB+= GHC_VERSION=${GHC_VERSION} \
- PORTVERSION=${PORTVERSION} \
- PORTNAME=${PORTNAME} \
- SUBDIR=lib/ghc-${GHC_VERSION}/cabal
-
-.include <bsd.port.pre.mk>
-
-BUILD_DEPENDS+= ghc:${PORTSDIR}/lang/ghc
-LIB_DEPENDS+= gmp.7:${PORTSDIR}/math/libgmp4
-RUN_DEPENDS+= ghc:${PORTSDIR}/lang/ghc
-
-USE_XORG= x11 xext sm
-
-# 'owned' by lang/ghc:
-CABALDIR= ${PREFIX}/lib/ghc-${GHC_VERSION}/cabal
-CABALCMD= ${LOCALBASE}/bin/runghc Setup.hs
-SUBDIR= ${PORTNAME}${PKGNAMESUFFIX}
-
-do-configure:
- cd ${WRKSRC} && ${CABALCMD} configure --ghc --prefix=${PREFIX} --libdir=${CABALDIR} \
- --libsubdir='' --datasubdir=''
-
-do-build:
- cd ${WRKSRC} && ${CABALCMD} build \
- && ${CABALCMD} --gen-script register
-
-do-install:
- cd ${WRKSRC} && ${CABALCMD} install \
- && ${INSTALL_SCRIPT} ${WRKSRC}/register.sh ${CABALDIR}/${PORTNAME}-register.sh
-
-.include <bsd.port.post.mk>
diff --git a/x11/hs-X11/distinfo b/x11/hs-X11/distinfo
deleted file mode 100644
index 733af2e2b122..000000000000
--- a/x11/hs-X11/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (X11-1.4.1.tar.gz) = 59735171e7ea270e64afe69f782abc1f
-SHA256 (X11-1.4.1.tar.gz) = e51038541415686f0e278ccdbc0b2373cd11f212de99023b7b8f8e776aa09f79
-SIZE (X11-1.4.1.tar.gz) = 88934
diff --git a/x11/hs-X11/pkg-descr b/x11/hs-X11/pkg-descr
deleted file mode 100644
index ddccc4439150..000000000000
--- a/x11/hs-X11/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-A Haskell binding to the X11 library.
-
-The binding is a direct translation of C binding;
-for documentation of these calls, refer to /The Xlib Programming Manual/,
-available online at <http://tronche.com/gui/x/xlib/>.
-
-WWW: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11
diff --git a/x11/hs-X11/pkg-plist b/x11/hs-X11/pkg-plist
deleted file mode 100644
index 41a8606032c8..000000000000
--- a/x11/hs-X11/pkg-plist
+++ /dev/null
@@ -1,32 +0,0 @@
-%%SUBDIR%%/Graphics/X11/Xinerama.hi
-%%SUBDIR%%/Graphics/X11/Xlib/Extras.hi
-%%SUBDIR%%/include/XlibExtras.h
-%%SUBDIR%%/Graphics/X11/Xlib/Atom.hi
-%%SUBDIR%%/Graphics/X11/Xlib/Color.hi
-%%SUBDIR%%/Graphics/X11/Xlib/Context.hi
-%%SUBDIR%%/Graphics/X11/Xlib/Display.hi
-%%SUBDIR%%/Graphics/X11/Xlib/Event.hi
-%%SUBDIR%%/Graphics/X11/Xlib/Font.hi
-%%SUBDIR%%/Graphics/X11/Xlib/Misc.hi
-%%SUBDIR%%/Graphics/X11/Xlib/Region.hi
-%%SUBDIR%%/Graphics/X11/Xlib/Screen.hi
-%%SUBDIR%%/Graphics/X11/Xlib/Types.hi
-%%SUBDIR%%/Graphics/X11/Xlib/Window.hi
-%%SUBDIR%%/Graphics/X11/Xlib/Image.hi
-%%SUBDIR%%/Graphics/X11/Types.hi
-%%SUBDIR%%/Graphics/X11/Xlib.hi
-%%SUBDIR%%/Graphics/X11.hi
-%%SUBDIR%%/libHSX11-%%PORTVERSION%%.a
-%%SUBDIR%%/HSX11-%%PORTVERSION%%.o
-%%SUBDIR%%/include/HsXlib.h
-%%SUBDIR%%/%%PORTNAME%%-register.sh
-share/doc/X11-1.4.1/LICENSE
-@dirrm share/doc/X11-1.4.1
-@dirrm %%SUBDIR%%/Graphics/X11/Xlib
-@dirrm %%SUBDIR%%/Graphics/X11
-@dirrmtry %%SUBDIR%%/Graphics
-@dirrmtry %%SUBDIR%%/include
-@exec /bin/sh %D/%%SUBDIR%%/%%PORTNAME%%-register.sh
-@exec /bin/rm -f %D/lib/ghc-%%GHC_VERSION%%/package.conf.old
-@unexec %D/bin/ghc-pkg unregister X11
-@unexec /bin/rm -f %D/lib/ghc-%%GHC_VERSION%%/package.conf.old