diff options
Diffstat (limited to 'x11/hs-X11')
-rw-r--r-- | x11/hs-X11/Makefile | 52 | ||||
-rw-r--r-- | x11/hs-X11/distinfo | 3 | ||||
-rw-r--r-- | x11/hs-X11/pkg-descr | 7 | ||||
-rw-r--r-- | x11/hs-X11/pkg-plist | 27 |
4 files changed, 0 insertions, 89 deletions
diff --git a/x11/hs-X11/Makefile b/x11/hs-X11/Makefile deleted file mode 100644 index 82c192a617ad..000000000000 --- a/x11/hs-X11/Makefile +++ /dev/null @@ -1,52 +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.2.3 -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 - -USE_XLIB= yes - -# 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.6.1 -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 - -# '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 3d18571fee35..000000000000 --- a/x11/hs-X11/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (X11-1.2.3.tar.gz) = b0d9211f390729e08d38ce68294a8e14 -SHA256 (X11-1.2.3.tar.gz) = fd3c82b5ee6826506bdaf688afbb3793be6ea54081f29bb74bcc9177214a9ccf -SIZE (X11-1.2.3.tar.gz) = 70415 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 c0df5e721808..000000000000 --- a/x11/hs-X11/pkg-plist +++ /dev/null @@ -1,27 +0,0 @@ -%%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 -@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 |