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

Gabor Pali pgj at FreeBSD.org
Mon Feb 13 02:13:48 UTC 2012


pgj         2012-02-13 02:13:47 UTC

  FreeBSD ports repository

  Modified files:
    lang/ghc             bsd.hackage.mk 
  Added files:
    devel/hs-configurator Makefile distinfo pkg-descr 
  Log:
  A configuration management library for programs and daemons.
  
  Features include:
  
   * Automatic, dynamic reloading in response to modifications to configuration
     files.
  
   * A simple, but flexible, configuration language, supporting several of
     the most commonly needed types of data, along with interpolation of
     strings from the configuration or the system environment (e.g.
     $(HOME)).
  
   * Subscription-based notification of changes to configuration properties.
  
   * An import directive allows the configuration of a complex application
     to be split across several smaller files, or common configuration data
     to be shared across several applications.
  
  WWW:    http://github.com/mailrank/configurator
  
  Obtained from:  FreeBSD Haskell
  
  Revision  Changes    Path
  1.1       +21 -0     ports/devel/hs-configurator/Makefile (new)
  1.1       +2 -0      ports/devel/hs-configurator/distinfo (new)
  1.1       +19 -0     ports/devel/hs-configurator/pkg-descr (new)
  1.79      +2 -1      ports/lang/ghc/bsd.hackage.mk


More information about the cvs-ports mailing list