From owner-cvs-all@FreeBSD.ORG Wed Feb 28 21:00:28 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 83FD016A401; Wed, 28 Feb 2007 21:00:28 +0000 (UTC) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 75BA613C442; Wed, 28 Feb 2007 21:00:28 +0000 (UTC) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l1SL0RBg061578; Wed, 28 Feb 2007 21:00:27 GMT (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l1SL0Rfh061577; Wed, 28 Feb 2007 21:00:27 GMT (envelope-from oliver) Message-Id: <200702282100.l1SL0Rfh061577@repoman.freebsd.org> From: Oliver Lehmann Date: Wed, 28 Feb 2007 21:00:27 +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 Makefile ports/devel/libmcs Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2007 21:00:28 -0000 oliver 2007-02-28 21:00:27 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/libmcs Makefile distinfo pkg-descr pkg-plist Log: mcs is a library and set of userland tools which abstract the storage of configuration settings away from userland applications. It is hoped that by using mcs, that the applications which use it will generally have a more congruent feeling in regards to settings. There have been other projects like this before (such as GConf), but unlike those projects, mcs strictly handles abstraction. It does not impose any specific data storage requirement, nor is it tied to any desktop environment or software suite. Because mcs is licenced under the BSD licence, it is hoped that many applications will adopt it's use. WWW: http://sacredspiral.co.uk/~nenolod/mcs/ Revision Changes Path 1.2664 +1 -0 ports/devel/Makefile 1.1 +24 -0 ports/devel/libmcs/Makefile (new) 1.1 +3 -0 ports/devel/libmcs/distinfo (new) 1.1 +15 -0 ports/devel/libmcs/pkg-descr (new) 1.1 +13 -0 ports/devel/libmcs/pkg-plist (new)