From owner-svn-ports-all@FreeBSD.ORG Fri Aug 30 17:33:06 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0B93D54B; Fri, 30 Aug 2013 17:33:06 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EC41A2417; Fri, 30 Aug 2013 17:33:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7UHX5lr091185; Fri, 30 Aug 2013 17:33:05 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7UHX5tq091184; Fri, 30 Aug 2013 17:33:05 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201308301733.r7UHX5tq091184@svn.freebsd.org> From: Koop Mast Date: Fri, 30 Aug 2013 17:33:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325713 - head/devel/dconf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Aug 2013 17:33:06 -0000 Author: kwm Date: Fri Aug 30 17:33:05 2013 New Revision: 325713 URL: http://svnweb.freebsd.org/changeset/ports/325713 Log: Update pkg-descr to match the port. Modified: head/devel/dconf/pkg-descr (contents, props changed) Modified: head/devel/dconf/pkg-descr ============================================================================== --- head/devel/dconf/pkg-descr Fri Aug 30 17:28:32 2013 (r325712) +++ head/devel/dconf/pkg-descr Fri Aug 30 17:33:05 2013 (r325713) @@ -1,18 +1,5 @@ -GConf extends the concept of a configuration registry. It provides -a simple way for applications and administrators to store data; -often GConf is used to store preferences for applications. +Dconf is a low-level configuration system. Its main purpose is to +provide a backend to GSettings on platforms that don't already have +configuration storage systems. -Some of the features of GConf are: -GConf provides: - - * Documentation for each configuration key, so that administrators - can better modify the value. - - * Notifications to interested applications when configuration data - is changed. The notification service works across networks, - affecting all login sessions for a single user. - - * Proper locking so that configuration data doesn't get corrupted - when accessed by multiple applications at the same time. - -WWW: http://live.gnome.org/dconf +WWW: https://live.gnome.org/dconf