aboutsummaryrefslogtreecommitdiff
path: root/x11/hs-X11-xft
diff options
context:
space:
mode:
authorGleb Popov <arrowd@FreeBSD.org>2019-05-09 17:31:06 +0000
committerGleb Popov <arrowd@FreeBSD.org>2019-05-09 17:31:06 +0000
commit533efced70cb2a11eaf289df402520178b615873 (patch)
treee898f50a11d401117e553c1de8630bfb0463ff0b /x11/hs-X11-xft
parent9095f2410badb650a4f4f5907eaf1fc0bcfaaa0f (diff)
Notes
Diffstat (limited to 'x11/hs-X11-xft')
-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
3 files changed, 27 insertions, 0 deletions
diff --git a/x11/hs-X11-xft/Makefile b/x11/hs-X11-xft/Makefile
new file mode 100644
index 000000000000..316376e418aa
--- /dev/null
+++ b/x11/hs-X11-xft/Makefile
@@ -0,0 +1,21 @@
+# $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
new file mode 100644
index 000000000000..169c31947b22
--- /dev/null
+++ b/x11/hs-X11-xft/distinfo
@@ -0,0 +1,3 @@
+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
new file mode 100644
index 000000000000..451353b8370a
--- /dev/null
+++ b/x11/hs-X11-xft/pkg-descr
@@ -0,0 +1,3 @@
+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