aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorashish <ashish@FreeBSD.org>2011-05-09 03:09:27 +0800
committerashish <ashish@FreeBSD.org>2011-05-09 03:09:27 +0800
commit8ae4c1eb069fe467fccd349f877a295374b67dae (patch)
treee80d946947f4d783b088e4e598b655cd0040a587
parent86a70beccf708ea7730c22e296e1f7de4a71b5ff (diff)
downloadfreebsd-ports-gnome-8ae4c1eb069fe467fccd349f877a295374b67dae.tar.gz
freebsd-ports-gnome-8ae4c1eb069fe467fccd349f877a295374b67dae.tar.zst
freebsd-ports-gnome-8ae4c1eb069fe467fccd349f877a295374b67dae.zip
GConf is a configuration database system for storing application preferences.
It supports default or mandatory settings set by the administrator, and changes to the database are instantly applied to all running applications. It is written for the GNOME desktop but doesn't require it. WWW: http://www.haskell.org/gtk2hs/ Approved by: pgj (mentor) Obtained from: FreeBSD Haskell
-rw-r--r--devel/hs-gconf/Makefile25
-rw-r--r--devel/hs-gconf/distinfo2
-rw-r--r--devel/hs-gconf/pkg-descr6
3 files changed, 33 insertions, 0 deletions
diff --git a/devel/hs-gconf/Makefile b/devel/hs-gconf/Makefile
new file mode 100644
index 000000000000..2d99b4e46d68
--- /dev/null
+++ b/devel/hs-gconf/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: hs-gconf
+# Date created: March 13, 2011
+# Whom: haskell@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= gconf
+PORTVERSION= 0.12.0
+CATEGORIES= devel haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= Binding to the GNOME configuration database system
+
+LICENSE= LGPL21
+FILE_LICENSE= COPYING
+
+CABAL_SETUP= Setup.hs
+USE_CABAL= glib>=0.12 mtl gtk2hs-buildtools
+USE_GNOME= gconf2
+
+PORTDATA= *
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>
diff --git a/devel/hs-gconf/distinfo b/devel/hs-gconf/distinfo
new file mode 100644
index 000000000000..2740fb209646
--- /dev/null
+++ b/devel/hs-gconf/distinfo
@@ -0,0 +1,2 @@
+SHA256 (cabal/gconf-0.12.0.tar.gz) = 655ffc6b97197a54d8f22c9822944b7dfd3541c40ee6ad2a6405c7f2ad1aae58
+SIZE (cabal/gconf-0.12.0.tar.gz) = 32450
diff --git a/devel/hs-gconf/pkg-descr b/devel/hs-gconf/pkg-descr
new file mode 100644
index 000000000000..4073dd738da5
--- /dev/null
+++ b/devel/hs-gconf/pkg-descr
@@ -0,0 +1,6 @@
+GConf is a configuration database system for storing application preferences.
+It supports default or mandatory settings set by the administrator, and
+changes to the database are instantly applied to all running applications. It
+is written for the GNOME desktop but doesn't require it.
+
+WWW: http://www.haskell.org/gtk2hs/