Date: Sat, 18 Feb 2012 03:05:27 +0000 (UTC) From: Gabor Pali <pgj@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/hs-ConfigFile Makefile distinfo pkg-descr ports/lang/ghc bsd.hackage.mk Message-ID: <201202180305.q1I35R26061298@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pgj 2012-02-18 03:05:27 UTC
FreeBSD ports repository
Modified files:
devel Makefile
lang/ghc bsd.hackage.mk
Added files:
devel/hs-ConfigFile Makefile distinfo pkg-descr
Log:
Parser and writer for handling sectioned config files in Haskell. The
ConfigFile module works with configuration files in a standard format
that is easy for the user to edit, easy for the programmer to work with,
yet remains powerful and flexible. It is inspired by, and compatible
with, Python's ConfigParser module. It uses files that resemble Windows
.INI-style files, but with numerous improvements.
ConfigFile provides simple calls to both read and write config files.
It is possible to make a config file parsable by this module, the Unix
shell, and make.
WWW: http://software.complete.org/configfile
Obtained from: FreeBSD Haskell
Revision Changes Path
1.4847 +1 -0 ports/devel/Makefile
1.1 +22 -0 ports/devel/hs-ConfigFile/Makefile (new)
1.1 +2 -0 ports/devel/hs-ConfigFile/distinfo (new)
1.1 +12 -0 ports/devel/hs-ConfigFile/pkg-descr (new)
1.113 +2 -1 ports/lang/ghc/bsd.hackage.mk
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202180305.q1I35R26061298>
