diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2011-05-08 19:11:09 +0000 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2011-05-08 19:11:09 +0000 |
commit | 5b05ade63475de536ee91a889f4991365d8e356b (patch) | |
tree | 678cf970f5bf47370abf5e4661879a136c8f50a6 /devel/hs-gio | |
parent | bdf66fd62e0c68268cbc074a972aa7f74b0fb472 (diff) | |
download | ports-5b05ade63475de536ee91a889f4991365d8e356b.tar.gz ports-5b05ade63475de536ee91a889f4991365d8e356b.zip |
Notes
Diffstat (limited to 'devel/hs-gio')
-rw-r--r-- | devel/hs-gio/Makefile | 24 | ||||
-rw-r--r-- | devel/hs-gio/distinfo | 2 | ||||
-rw-r--r-- | devel/hs-gio/pkg-descr | 7 |
3 files changed, 33 insertions, 0 deletions
diff --git a/devel/hs-gio/Makefile b/devel/hs-gio/Makefile new file mode 100644 index 000000000000..3b628ddbf896 --- /dev/null +++ b/devel/hs-gio/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: hs-gio +# Date created: March 13, 2011 +# Whom: haskell@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= gio +PORTVERSION= 0.12.0 +CATEGORIES= devel haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= Binding to the GIO + +LICENSE= LGPL21 +FILE_LICENSE= COPYING + +CABAL_SETUP= Setup.hs +USE_CABAL= glib>=0.12.0 mtl + +PORTDATA= * + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include <bsd.port.mk> diff --git a/devel/hs-gio/distinfo b/devel/hs-gio/distinfo new file mode 100644 index 000000000000..2aaa2cb7a8f7 --- /dev/null +++ b/devel/hs-gio/distinfo @@ -0,0 +1,2 @@ +SHA256 (cabal/gio-0.12.0.tar.gz) = 2c3c60a63251d08c35abae6fe22c04de585f54e07f8a97d1f1835d42e6f3b25c +SIZE (cabal/gio-0.12.0.tar.gz) = 76629 diff --git a/devel/hs-gio/pkg-descr b/devel/hs-gio/pkg-descr new file mode 100644 index 000000000000..9a0716ee8194 --- /dev/null +++ b/devel/hs-gio/pkg-descr @@ -0,0 +1,7 @@ +GIO is striving to provide a modern, easy-to-use VFS API that sits at the right +level in the library stack. The goal is to overcome the shortcomings of +GnomeVFS and provide an API that is so good that developers prefer it over raw +POSIX calls. Among other things that means using GObject. It also means not +cloning the POSIX API, but providing higher-level, document-centric interfaces. + +WWW: http://www.haskell.org/gtk2hs/ |