mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
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
This commit is contained in:
parent
9d51f8ee48
commit
bdf66fd62e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=273803
25
devel/hs-gconf/Makefile
Normal file
25
devel/hs-gconf/Makefile
Normal file
@ -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>
|
2
devel/hs-gconf/distinfo
Normal file
2
devel/hs-gconf/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (cabal/gconf-0.12.0.tar.gz) = 655ffc6b97197a54d8f22c9822944b7dfd3541c40ee6ad2a6405c7f2ad1aae58
|
||||
SIZE (cabal/gconf-0.12.0.tar.gz) = 32450
|
6
devel/hs-gconf/pkg-descr
Normal file
6
devel/hs-gconf/pkg-descr
Normal file
@ -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/
|
Loading…
Reference in New Issue
Block a user