summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
Diffstat (limited to 'x11')
-rw-r--r--x11/Makefile2
-rw-r--r--x11/hs-X11-xft/Makefile21
-rw-r--r--x11/hs-X11-xft/distinfo3
-rw-r--r--x11/hs-X11-xft/pkg-descr3
-rw-r--r--x11/hs-X11/Makefile29
-rw-r--r--x11/hs-X11/distinfo3
-rw-r--r--x11/hs-X11/pkg-descr4
7 files changed, 0 insertions, 65 deletions
diff --git a/x11/Makefile b/x11/Makefile
index 634829addc78..bbd88636ac4d 100644
--- a/x11/Makefile
+++ b/x11/Makefile
@@ -98,8 +98,6 @@
SUBDIR += guake
SUBDIR += gxkb
SUBDIR += hhpc
- SUBDIR += hs-X11
- SUBDIR += hs-X11-xft
SUBDIR += hs-xmobar
SUBDIR += hsetroot
SUBDIR += i3blocks
diff --git a/x11/hs-X11-xft/Makefile b/x11/hs-X11-xft/Makefile
deleted file mode 100644
index 316376e418aa..000000000000
--- a/x11/hs-X11-xft/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= X11-xft
-PORTVERSION= 0.3.1
-PORTREVISION= 19
-CATEGORIES= x11 haskell
-
-MAINTAINER= haskell@FreeBSD.org
-COMMENT= Bindings to the Xft, Xrender and Freetype for Haskell programs
-
-LICENSE= LGPL21
-
-DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org
-EXPIRATION_DATE= 2019-04-14
-
-USES= pkgconfig
-USE_CABAL= utf8-string>=0.1 X11>=1.2.1
-USE_XORG= xft xrender
-
-.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
-.include <bsd.port.mk>
diff --git a/x11/hs-X11-xft/distinfo b/x11/hs-X11-xft/distinfo
deleted file mode 100644
index 169c31947b22..000000000000
--- a/x11/hs-X11-xft/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1499625448
-SHA256 (cabal/X11-xft-0.3.1.tar.gz) = 4eba3fee62570e06447654030a62fb55f19587884bc2cef77a9c3b2c3458f8d1
-SIZE (cabal/X11-xft-0.3.1.tar.gz) = 13621
diff --git a/x11/hs-X11-xft/pkg-descr b/x11/hs-X11-xft/pkg-descr
deleted file mode 100644
index 451353b8370a..000000000000
--- a/x11/hs-X11-xft/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-Bindings to the Xft, X Free Type interface library, and some Xrender parts.
-
-WWW: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11-xft
diff --git a/x11/hs-X11/Makefile b/x11/hs-X11/Makefile
deleted file mode 100644
index 8fe0e12ee0b0..000000000000
--- a/x11/hs-X11/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# Created by: Volker Stolz <vs@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= X11
-PORTVERSION= 1.8
-PORTREVISION= 5
-CATEGORIES= x11 haskell
-
-MAINTAINER= haskell@FreeBSD.org
-COMMENT= Binding to the X11 graphics library
-
-LICENSE= BSD3CLAUSE
-
-DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org
-EXPIRATION_DATE= 2019-04-14
-
-USE_CABAL= data-default
-USE_XORG= x11 xrandr xext
-
-FLAGS_DEFINE= XINERAMA
-FLAGS_DEFAULT= XINERAMA
-
-XINERAMA_DESC= Build with Xinerama support
-XINERAMA_FLAG_XORG= xinerama
-XINERAMA_FLAG_CONFIGURE_ON= --configure-option="--with-xinerama"
-XINERAMA_FLAG_CONFIGURE_OFF= --configure-option="--without-xinerama"
-
-.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
-.include <bsd.port.mk>
diff --git a/x11/hs-X11/distinfo b/x11/hs-X11/distinfo
deleted file mode 100644
index 72f1c887d06d..000000000000
--- a/x11/hs-X11/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1486838578
-SHA256 (cabal/X11-1.8.tar.gz) = 541b166aab1e05a92dc8f42a511d827e7aad373af12ae283b9df9982ccc09d8e
-SIZE (cabal/X11-1.8.tar.gz) = 191331
diff --git a/x11/hs-X11/pkg-descr b/x11/hs-X11/pkg-descr
deleted file mode 100644
index 3f1b006d7d42..000000000000
--- a/x11/hs-X11/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-A Haskell binding to the X11 library. The binding is a direct
-translation of C binding.
-
-WWW: https://github.com/haskell-pkg-janitors/X11