diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-06-05 17:36:06 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-06-05 17:36:06 +0800 |
commit | 86f5ef93b37dddf4e9edbbabbd708e6a5da0d4fd (patch) | |
tree | ab6d27ddf8d5e50ba605ace505cfc5491cfc1d13 /devel/gconf2/pkg-descr | |
parent | 3908d4c7eb3d98f1b5e9e0fb96c4c2d0f05bfebb (diff) | |
download | marcuscom-ports-86f5ef93b37dddf4e9edbbabbd708e6a5da0d4fd.tar marcuscom-ports-86f5ef93b37dddf4e9edbbabbd708e6a5da0d4fd.tar.gz marcuscom-ports-86f5ef93b37dddf4e9edbbabbd708e6a5da0d4fd.tar.bz2 marcuscom-ports-86f5ef93b37dddf4e9edbbabbd708e6a5da0d4fd.tar.lz marcuscom-ports-86f5ef93b37dddf4e9edbbabbd708e6a5da0d4fd.tar.xz marcuscom-ports-86f5ef93b37dddf4e9edbbabbd708e6a5da0d4fd.tar.zst marcuscom-ports-86f5ef93b37dddf4e9edbbabbd708e6a5da0d4fd.zip |
Update to 2.23.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11003 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gconf2/pkg-descr')
-rw-r--r-- | devel/gconf2/pkg-descr | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/devel/gconf2/pkg-descr b/devel/gconf2/pkg-descr new file mode 100644 index 000000000..010cc810e --- /dev/null +++ b/devel/gconf2/pkg-descr @@ -0,0 +1,18 @@ +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. + +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://www.gnome.org/projects/gconf/ |