cvs commit: ports/devel Makefile ports/devel/hs-ConfigFile Makefile distinfo pkg-descr ports/lang/ghc bsd.hackage.mk

Gabor Pali pgj at FreeBSD.org
Sat Feb 18 03:05:27 UTC 2012


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


More information about the cvs-ports mailing list