[Lunar-commits] r26053 - in moonbase/trunk/zbeta: . libmcs

Auke Kok sofar at lunar-linux.org
Wed Oct 3 22:56:33 CEST 2007


Author: sofar
Date: 2007-10-03 22:56:33 +0200 (Wed, 03 Oct 2007)
New Revision: 26053

Added:
   moonbase/trunk/zbeta/libmcs/
   moonbase/trunk/zbeta/libmcs/DEPENDS
   moonbase/trunk/zbeta/libmcs/DETAILS
Log:
updated the current webpage and version.
Module mcs is now known as libmcs.


From:  jkirsher at tarbal.com


Added: moonbase/trunk/zbeta/libmcs/DEPENDS
===================================================================
--- moonbase/trunk/zbeta/libmcs/DEPENDS	                        (rev 0)
+++ moonbase/trunk/zbeta/libmcs/DEPENDS	2007-10-03 20:56:33 UTC (rev 26053)
@@ -0,0 +1,9 @@
+optional_depends  "GConf2"               \
+                  "--enable-gconf"       \
+                  "--disable-gconf"      \
+                  "for GConf support"    &&
+
+optional_depends  "kdelibs3"             \
+                  "--enable-kconfig"     \
+                  "--disable-kconfig"    \
+                  "for KConfig support" 

Added: moonbase/trunk/zbeta/libmcs/DETAILS
===================================================================
--- moonbase/trunk/zbeta/libmcs/DETAILS	                        (rev 0)
+++ moonbase/trunk/zbeta/libmcs/DETAILS	2007-10-03 20:56:33 UTC (rev 26053)
@@ -0,0 +1,23 @@
+            MODULE=libmcs
+           VERSION=0.5.0
+            SOURCE=$MODULE-$VERSION.tgz
+        SOURCE_URL=http://distfiles.atheme.org/
+        SOURCE_VFY=sha1:60da9f66932e9e57c355b82d0f46d7b6e4c1d705
+          WEB_SITE=http://www.atheme.org/projects/mcs.shtml
+           ENTERED=20070307
+           UPDATED=20071003
+             SHORT="Library and tools for config storage"
+        MAINTAINER="jannis at lunar-linux.org"
+
+cat << EOF
+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.
+EOF



More information about the Lunar-commits mailing list