diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2011-05-08 18:45:08 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2011-05-08 18:45:08 +0000 |
commit | e7c3ad3d088c5ffbdc0f60fafbd9038d69390b84 (patch) | |
tree | fde7a392b594f897e223d6bc758a91007ada3bd9 /x11-toolkits | |
parent | b0249c7e2d8e1093f0ebf8570533de6fed5f4ebd (diff) |
This is the core library of the Gtk2Hs suite of libraries for Haskell based on
Gtk+. Gtk+ is an extensive and mature multi-platform toolkit for creating
graphical user interfaces.
WWW: http://www.haskell.org/gtk2hs/
Obtained from: FreeBSD Haskell
Notes
Notes:
svn path=/head/; revision=273793
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/hs-gtk/Makefile | 26 | ||||
-rw-r--r-- | x11-toolkits/hs-gtk/distinfo | 2 | ||||
-rw-r--r-- | x11-toolkits/hs-gtk/pkg-descr | 5 |
3 files changed, 33 insertions, 0 deletions
diff --git a/x11-toolkits/hs-gtk/Makefile b/x11-toolkits/hs-gtk/Makefile new file mode 100644 index 000000000000..4b2580b4deb3 --- /dev/null +++ b/x11-toolkits/hs-gtk/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: hs-gtk +# Date created: March 13, 2011 +# Whom: haskell@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= gtk +PORTVERSION= 0.12.0 +CATEGORIES= x11-toolkits haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= Binding to the Gtk+ graphical user interface library + +LICENSE= LGPL21 +FILE_LICENSE= COPYING + +CABAL_SETUP= Setup.hs + +USE_CABAL= cairo>=0.12.0 glib>=0.12.0 mtl pango>=0.12.0 +USE_GNOME= gtk20 + +PORTDATA= * + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include <bsd.port.mk> diff --git a/x11-toolkits/hs-gtk/distinfo b/x11-toolkits/hs-gtk/distinfo new file mode 100644 index 000000000000..b3958a0b373b --- /dev/null +++ b/x11-toolkits/hs-gtk/distinfo @@ -0,0 +1,2 @@ +SHA256 (cabal/gtk-0.12.0.tar.gz) = 423fdd63794b88c822a3aeb8f8bbf5c846fe7c9630a81516cd0daa0cd2001ee7 +SIZE (cabal/gtk-0.12.0.tar.gz) = 655682 diff --git a/x11-toolkits/hs-gtk/pkg-descr b/x11-toolkits/hs-gtk/pkg-descr new file mode 100644 index 000000000000..ec797d9a8220 --- /dev/null +++ b/x11-toolkits/hs-gtk/pkg-descr @@ -0,0 +1,5 @@ +This is the core library of the Gtk2Hs suite of libraries for Haskell based on +Gtk+. Gtk+ is an extensive and mature multi-platform toolkit for creating +graphical user interfaces. + +WWW: http://www.haskell.org/gtk2hs/ |