wxHaskell is a portable and native GUI library for Haskell. It is built
on top of wxWidgets, a comprehensive C++ library that is portable across all major GUI platforms, including GTK, Windows, X11, and MacOS X. This version works with wxWidgets 2.9 only. Distributed under the WXWINDOWS LIBRARY LICENSE. Please see LICENSE file, but note that this is essentially LGPL with an exception allowing binary distribution of proprietary software. This is the same license as wxWidgets itself uses. WWW: http://haskell.org/haskellwiki/WxHaskell Obtained from: FreeBSD Haskell
This commit is contained in:
parent
ee674e4bf4
commit
62f0679bb1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298147
@ -310,6 +310,7 @@ wai-logger_port= www/hs-wai-logger
|
||||
warp_port= www/hs-warp
|
||||
webkit_port= www/hs-webkit
|
||||
wx_port= x11-toolkits/hs-wx
|
||||
wxc_port= x11-toolkits/hs-wxc # lib_depends
|
||||
wxcore_port= x11-toolkits/hs-wxcore # lib_depends
|
||||
wxdirect_port= x11-toolkits/hs-wxdirect # executable
|
||||
X11_port= x11/hs-X11 # lib_depends
|
||||
|
30
x11-toolkits/hs-wxc/Makefile
Normal file
30
x11-toolkits/hs-wxc/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# New ports collection makefile for: hs-wxc
|
||||
# Date created: May 9, 2012
|
||||
# Whom: haskell@FreeBSD.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= wxc
|
||||
PORTVERSION= 0.90.0.3
|
||||
CATEGORIES= x11-toolkits haskell
|
||||
|
||||
MAINTAINER= haskell@FreeBSD.org
|
||||
COMMENT= wxHaskell C++ wrapper
|
||||
|
||||
CABAL_SETUP= Setup.hs
|
||||
|
||||
USE_CABAL= wxdirect>=0.90
|
||||
|
||||
USE_WX= 2.9
|
||||
WX_COMPS= wx
|
||||
WX_UNICODE= yes
|
||||
|
||||
NOPORTDOCS= yes
|
||||
|
||||
post-patch::
|
||||
@${REINPLACE_CMD} 's|"wx-config"|"wxgtk2u-2.9-config"| ; \
|
||||
s|/sbin/ldconfig -n|/sbin/ldconfig -m| ' ${WRKSRC}/Setup.hs
|
||||
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
.include <bsd.port.mk>
|
2
x11-toolkits/hs-wxc/distinfo
Normal file
2
x11-toolkits/hs-wxc/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (cabal/wxc-0.90.0.3.tar.gz) = 98b6b3e89486d3f36750f514ff832551573b2af2a99c3b77919ddb49b8786891
|
||||
SIZE (cabal/wxc-0.90.0.3.tar.gz) = 181683
|
9
x11-toolkits/hs-wxc/pkg-descr
Normal file
9
x11-toolkits/hs-wxc/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
wxHaskell is a portable and native GUI library for Haskell. It is built
|
||||
on top of wxWidgets, a comprehensive C++ library that is portable across
|
||||
all major GUI platforms, including GTK, Windows, X11, and MacOS X. This
|
||||
version works with wxWidgets 2.9 only. Distributed under the WXWINDOWS
|
||||
LIBRARY LICENSE. Please see LICENSE file, but note that this is essentially
|
||||
LGPL with an exception allowing binary distribution of proprietary software.
|
||||
This is the same license as wxWidgets itself uses.
|
||||
|
||||
WWW: http://haskell.org/haskellwiki/WxHaskell
|
Loading…
Reference in New Issue
Block a user