aboutsummaryrefslogtreecommitdiff
path: root/x11/hs-X11
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2013-02-05 22:26:31 +0000
committerGabor Pali <pgj@FreeBSD.org>2013-02-05 22:26:31 +0000
commitc731105b7f8e403a3db33599a7d7f1ce9257f375 (patch)
tree23d3f49a5183d8fbc5324dad9a1ae399f457b1d7 /x11/hs-X11
parent32ca3ee61e3889801319024959589312eb652bfa (diff)
downloadports-c731105b7f8e403a3db33599a7d7f1ce9257f375.tar.gz
ports-c731105b7f8e403a3db33599a7d7f1ce9257f375.zip
Notes
Diffstat (limited to 'x11/hs-X11')
-rw-r--r--x11/hs-X11/Makefile21
-rw-r--r--x11/hs-X11/distinfo4
-rw-r--r--x11/hs-X11/pkg-descr8
3 files changed, 8 insertions, 25 deletions
diff --git a/x11/hs-X11/Makefile b/x11/hs-X11/Makefile
index 54a2a91f2b07..b872356b9b8e 100644
--- a/x11/hs-X11/Makefile
+++ b/x11/hs-X11/Makefile
@@ -2,32 +2,17 @@
# $FreeBSD$
PORTNAME= X11
-PORTVERSION= 1.5.0.1
-PORTREVISION= 3
+PORTVERSION= 1.6.0.2
CATEGORIES= x11 haskell
MAINTAINER= haskell@FreeBSD.org
-COMMENT= X11 bindings for Haskell programs
+COMMENT= Binding to the X11 graphics library
LICENSE= BSD
CABAL_SETUP= Setup.hs
-USE_CABAL= syb
-USE_XORG= x11 xext sm
-OPTIONS_DEFINE= XINERAMA
-OPTIONS_DEFAULT= XINERAMA
-
-XINERAMA_DESC= Build with Xinerama support
-
-.include "${.CURDIR}/../../lang/ghc/bsd.cabal.options.mk"
-
-.if ${PORT_OPTIONS:MXINERAMA}
-USE_XORG+= xinerama
-CONFIGURE_ARGS+= --configure-option="--with-xinerama"
-.else
-CONFIGURE_ARGS+= --configure-option="--without-xinerama"
-.endif
+USE_XORG= x11 xrandr xext
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
diff --git a/x11/hs-X11/distinfo b/x11/hs-X11/distinfo
index df3293144dff..5cf7b74e564b 100644
--- a/x11/hs-X11/distinfo
+++ b/x11/hs-X11/distinfo
@@ -1,2 +1,2 @@
-SHA256 (cabal/X11-1.5.0.1.tar.gz) = 29c07a609cc4943e743ce68a99b8d4c089e66a74a55ac76b88464fba211d1369
-SIZE (cabal/X11-1.5.0.1.tar.gz) = 176346
+SHA256 (cabal/X11-1.6.0.2.tar.gz) = 1c6a7823155bf251c4676981a1370b61af112e77d7f82f744c6bae2fe6482f7c
+SIZE (cabal/X11-1.6.0.2.tar.gz) = 179112
diff --git a/x11/hs-X11/pkg-descr b/x11/hs-X11/pkg-descr
index ba10e1af57ec..66f6c2fd2d33 100644
--- a/x11/hs-X11/pkg-descr
+++ b/x11/hs-X11/pkg-descr
@@ -1,7 +1,5 @@
-A Haskell binding to the X11 library.
+A Haskell binding to the X11 library. The binding is a direct
+translation of C binding.
-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: https://github.com/haskell-pkg-janitors/X11
-WWW: http://darcs.haskell.org/X11