diff options
author | augustss <augustss@pkgsrc.org> | 2004-11-21 17:46:02 +0000 |
---|---|---|
committer | augustss <augustss@pkgsrc.org> | 2004-11-21 17:46:02 +0000 |
commit | 3522abdcc3b6951a884acda75a1f5df287f82193 (patch) | |
tree | 0e1ac819fe57c2d53002da5bbb1f9dcd146c34be | |
parent | 248a134f5e8f55e4d26265320646e6b1b9fb4933 (diff) | |
download | pkgsrc-3522abdcc3b6951a884acda75a1f5df287f82193.tar.gz |
Update descriptions a little.
-rw-r--r-- | x11/wxhaskell/DESCR | 13 | ||||
-rw-r--r-- | x11/wxhaskell/Makefile | 8 |
2 files changed, 16 insertions, 5 deletions
diff --git a/x11/wxhaskell/DESCR b/x11/wxhaskell/DESCR index 03dda7059bb..3fbd50b908a 100644 --- a/x11/wxhaskell/DESCR +++ b/x11/wxhaskell/DESCR @@ -3,8 +3,15 @@ The goal of the project is to provide an industrial strength GUI library for Haskell, but without the burden of developing (and maintaining) one ourselves. -wxHaskell is therefore built on top of wxWidgets ? a comprehensive C++ +wxHaskell is therefore built on top of wxWidgets - a comprehensive C++ library that is portable across all major GUI platforms; including GTK, Windows, X11, and MacOS X. Furthermore, it is a mature library -(in development since 1992) that supports a wide range of widgets with -the native look-and-feel, and it has a very active community. +that supports a wide range of widgets with the native look-and-feel, +and it has a very active community. + +Since the core interface is generated automatically from the wxEiffel +binding, about 90% of the wxWidgets functionality is already +supported, excluding more "exotic" widgets like dockable windows. Most +work is currently directed into writing a Haskellized version of the +wxWidgets API. The library currently supports Windows, GTK (Linux) and +MacOS X. diff --git a/x11/wxhaskell/Makefile b/x11/wxhaskell/Makefile index 04767099dcd..77c28ee8673 100644 --- a/x11/wxhaskell/Makefile +++ b/x11/wxhaskell/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2004/11/20 23:18:25 augustss Exp $ +# $NetBSD: Makefile,v 1.2 2004/11/21 17:46:02 augustss Exp $ DISTNAME= wxhaskell-0.8 CATEGORIES= x11 @@ -7,11 +7,12 @@ DISTFILES= wxhaskell-src-0.8.zip MAINTAINER= augustss@NetBSD.org HOMEPAGE= http://wxhaskell.sourceforge.net/index.html -COMMENT= wxGTK bindings for Haskell +COMMENT= wxGTK binding for Haskell BUILD_DEPENDS= ghc>=6.2:../../lang/ghc BUILD_DEPENDS+= wxGTK>=2.4.2:../../x11/wxGTK +### USE_BUILDLINK3= YES USE_GNU_TOOLS+= make USE_X11= yes @@ -22,4 +23,7 @@ pre-configure: cd ${WRKSRC}; ./configure --prefix=${PREFIX} --with-opengl +### no buildlink3 for ghc yet +### .include "../../x11/wxGTK/buildlink3.mk" + .include "../../mk/bsd.pkg.mk" |