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
This commit is contained in:
Ashish SHUKLA 2011-05-08 19:12:31 +00:00
parent 5b05ade634
commit cc3f066f1b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=273805
3 changed files with 31 additions and 0 deletions

25
devel/hs-glade/Makefile Normal file
View File

@ -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>

2
devel/hs-glade/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (cabal/glade-0.12.0.tar.gz) = b8d2a223c921be8415a2be460e4e4ef0d2f5f86e604f13bec7fd049fee0cf440
SIZE (cabal/glade-0.12.0.tar.gz) = 149722

4
devel/hs-glade/pkg-descr Normal file
View File

@ -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/