pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/wxhaskell Update descriptions a little.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/296f8c6893fd
branches:  trunk
changeset: 483896:296f8c6893fd
user:      augustss <augustss%pkgsrc.org@localhost>
date:      Sun Nov 21 17:46:02 2004 +0000

description:
Update descriptions a little.

diffstat:

 x11/wxhaskell/DESCR    |  13 ++++++++++---
 x11/wxhaskell/Makefile |   8 ++++++--
 2 files changed, 16 insertions(+), 5 deletions(-)

diffs (53 lines):

diff -r 0f16565ec815 -r 296f8c6893fd x11/wxhaskell/DESCR
--- a/x11/wxhaskell/DESCR       Sun Nov 21 15:01:05 2004 +0000
+++ b/x11/wxhaskell/DESCR       Sun Nov 21 17:46:02 2004 +0000
@@ -3,8 +3,15 @@
 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 -r 0f16565ec815 -r 296f8c6893fd x11/wxhaskell/Makefile
--- a/x11/wxhaskell/Makefile    Sun Nov 21 15:01:05 2004 +0000
+++ b/x11/wxhaskell/Makefile    Sun Nov 21 17:46:02 2004 +0000
@@ -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 @@
 
 MAINTAINER=            augustss%NetBSD.org@localhost
 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 @@
        cd ${WRKSRC}; ./configure --prefix=${PREFIX} --with-opengl
 
 
+### no buildlink3 for ghc yet
+### .include "../../x11/wxGTK/buildlink3.mk"
+
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index