aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-glib
diff options
context:
space:
mode:
Diffstat (limited to 'devel/hs-glib')
-rw-r--r--devel/hs-glib/Makefile23
-rw-r--r--devel/hs-glib/distinfo2
-rw-r--r--devel/hs-glib/pkg-descr5
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/