diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2011-05-08 19:13:43 +0000 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2011-05-08 19:13:43 +0000 |
commit | f8e2d628f1c3104ec57c207bf566f05c065ab0a1 (patch) | |
tree | 98b8c412cfa835e7eb4fb65c81b405a8c5e3ddd1 /devel | |
parent | cc3f066f1b532302c851f80f5fe98e905b1ad5e3 (diff) | |
download | ports-f8e2d628f1c3104ec57c207bf566f05c065ab0a1.tar.gz ports-f8e2d628f1c3104ec57c207bf566f05c065ab0a1.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/hs-glib/Makefile | 23 | ||||
-rw-r--r-- | devel/hs-glib/distinfo | 2 | ||||
-rw-r--r-- | devel/hs-glib/pkg-descr | 5 |
3 files changed, 30 insertions, 0 deletions
diff --git a/devel/hs-glib/Makefile b/devel/hs-glib/Makefile new file mode 100644 index 000000000000..3e34529fbfae --- /dev/null +++ b/devel/hs-glib/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: hs-glib +# Date created: March 13, 2011 +# Whom: haskell@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= glib +PORTVERSION= 0.12.0 +CATEGORIES= devel haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= Binding to the GLIB library for Gtk2Hs + +LICENSE= LGPL21 +FILE_LICENSE= COPYING + +CABAL_SETUP= Setup.hs +USE_CABAL= gtk2hs-buildtools +USE_GNOME= glib20 + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include <bsd.port.mk> diff --git a/devel/hs-glib/distinfo b/devel/hs-glib/distinfo new file mode 100644 index 000000000000..309cf12a94b1 --- /dev/null +++ b/devel/hs-glib/distinfo @@ -0,0 +1,2 @@ +SHA256 (cabal/glib-0.12.0.tar.gz) = 29fce431e5561998ad28923a453373b6979d3dbac1fb446d63eca0d7949113eb +SIZE (cabal/glib-0.12.0.tar.gz) = 43084 diff --git a/devel/hs-glib/pkg-descr b/devel/hs-glib/pkg-descr new file mode 100644 index 000000000000..8fefb6b337b5 --- /dev/null +++ b/devel/hs-glib/pkg-descr @@ -0,0 +1,5 @@ +The GNU Library is a collection of C data structures and utility function for +dealing with Unicode. This package only binds as much functionality as required +to support the packages that wrap libraries that are themselves based on GLib. + +WWW: http://www.haskell.org/gtk2hs/ |