aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorAshish SHUKLA <ashish@FreeBSD.org>2011-05-08 19:12:31 +0000
committerAshish SHUKLA <ashish@FreeBSD.org>2011-05-08 19:12:31 +0000
commitcc3f066f1b532302c851f80f5fe98e905b1ad5e3 (patch)
tree0f1e215da1af336b071d49bcca42f07c9dab7bfe /devel
parent5b05ade63475de536ee91a889f4991365d8e356b (diff)
downloadports-cc3f066f1b532302c851f80f5fe98e905b1ad5e3.tar.gz
ports-cc3f066f1b532302c851f80f5fe98e905b1ad5e3.zip
This library allows to load externally stored user interfaces into programs.
This allows alteration of the interface without recompilation of the program. WWW: http://www.haskell.org/gtk2hs/ Approved by: pgj (mentor) Obtained from: FreeBSD Haskell
Notes
Notes: svn path=/head/; revision=273805
Diffstat (limited to 'devel')
-rw-r--r--devel/hs-glade/Makefile25
-rw-r--r--devel/hs-glade/distinfo2
-rw-r--r--devel/hs-glade/pkg-descr4
3 files changed, 31 insertions, 0 deletions
diff --git a/devel/hs-glade/Makefile b/devel/hs-glade/Makefile
new file mode 100644
index 000000000000..05e33147247a
--- /dev/null
+++ b/devel/hs-glade/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: hs-glade
+# Date created: March 13, 2011
+# Whom: haskell@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= glade
+PORTVERSION= 0.12.0
+CATEGORIES= devel haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= Binding to the glade library
+
+LICENSE= LGPL21
+FILE_LICENSE= COPYING
+
+CABAL_SETUP= Setup.hs
+USE_CABAL= cairo>=0.12 glib>=0.12 gtk>=0.12 mtl pango>=0.12
+USE_GNOME= libglade2
+
+PORTDATA= *
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>
diff --git a/devel/hs-glade/distinfo b/devel/hs-glade/distinfo
new file mode 100644
index 000000000000..d07ef9771e71
--- /dev/null
+++ b/devel/hs-glade/distinfo
@@ -0,0 +1,2 @@
+SHA256 (cabal/glade-0.12.0.tar.gz) = b8d2a223c921be8415a2be460e4e4ef0d2f5f86e604f13bec7fd049fee0cf440
+SIZE (cabal/glade-0.12.0.tar.gz) = 149722
diff --git a/devel/hs-glade/pkg-descr b/devel/hs-glade/pkg-descr
new file mode 100644
index 000000000000..17cbfe665ebe
--- /dev/null
+++ b/devel/hs-glade/pkg-descr
@@ -0,0 +1,4 @@
+This library allows to load externally stored user interfaces into programs.
+This allows alteration of the interface without recompilation of the program.
+
+WWW: http://www.haskell.org/gtk2hs/