From owner-cvs-all@FreeBSD.ORG Mon Feb 13 02:13:47 2012 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E2B6A106564A; Mon, 13 Feb 2012 02:13:47 +0000 (UTC) (envelope-from pgj@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B3DFA8FC0A; Mon, 13 Feb 2012 02:13:47 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q1D2Dl2D048610; Mon, 13 Feb 2012 02:13:47 GMT (envelope-from pgj@repoman.freebsd.org) Received: (from pgj@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q1D2Dlm9048609; Mon, 13 Feb 2012 02:13:47 GMT (envelope-from pgj) Message-Id: <201202130213.q1D2Dlm9048609@repoman.freebsd.org> From: Gabor Pali Date: Mon, 13 Feb 2012 02:13:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/hs-configurator Makefile distinfo pkg-descr ports/lang/ghc bsd.hackage.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 02:13:48 -0000 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