[Freebsd-haskell] [PATCH 4/9] x11/hs-x11-ghc:

Jacula Modyun jacula at gmail.com
Sun Mar 8 09:39:01 EDT 2009


- standardized pkg-descr

- corrected the variable D_NAME
---
 x11/hs-x11-ghc/Makefile  |    1 +
 x11/hs-x11-ghc/pkg-descr |   19 ++++++++++++++++++-
 2 files changed, 19 insertions(+), 1 deletions(-)

diff --git a/x11/hs-x11-ghc/Makefile b/x11/hs-x11-ghc/Makefile
index 4633991..609b8ec 100644
--- a/x11/hs-x11-ghc/Makefile
+++ b/x11/hs-x11-ghc/Makefile
@@ -16,6 +16,7 @@ MAINTAINER=	haskell at FreeBSD.org
 COMMENT=	X11 bindings for Haskell programs
 
 LIB_DEPENDS=	gmp.7:${PORTSDIR}/math/libgmp4
+D_NAME=		X11
 
 OPTIONS=	XINERAMA "Build with Xinerama support" off
 
diff --git a/x11/hs-x11-ghc/pkg-descr b/x11/hs-x11-ghc/pkg-descr
index ddccc44..fab84c5 100644
--- a/x11/hs-x11-ghc/pkg-descr
+++ b/x11/hs-x11-ghc/pkg-descr
@@ -4,4 +4,21 @@ 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: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11
+Maintainer:	Don Stewart <dons at galois.com>
+License:	BSD3
+WWW:		http://darcs.haskell.org/X11
+Package-url:	http://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11
+
+Exposed-modules:
+	Graphics.X11 Graphics.X11.Types
+	Graphics.X11.Xlib Graphics.X11.Xlib.Atom
+	Graphics.X11.Xlib.Color Graphics.X11.Xlib.Context
+	Graphics.X11.Xlib.Display Graphics.X11.Xlib.Event
+	Graphics.X11.Xlib.Font Graphics.X11.Xlib.Misc,
+	Graphics.X11.Xlib.Region Graphics.X11.Xlib.Screen
+	Graphics.X11.Xlib.Types Graphics.X11.Xlib.Window
+	Graphics.X11.Xlib.Image Graphics.X11.Xlib.Extras
+	Graphics.X11.Xinerama Graphics.X11.ExtraTypes
+	Graphics.X11.ExtraTypes.AP Graphics.X11.ExtraTypes.DEC
+	Graphics.X11.ExtraTypes.HP Graphics.X11.ExtraTypes.Sun
+	Graphics.X11.ExtraTypes.XF86 Graphics.X11.ExtraTypes.XorgDefault
-- 
1.6.1.3



More information about the FreeBSD-haskell mailing list