Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (9ee02ff926438f37d52dfe41557d27c5e4ca07c5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (9ee02ff926438f37d52dfe41557d27c5e4ca07c5)
  • Date: Sat, 19 May 2007 16:35:31 -0500

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

ChangeLog | 4 ++++
libs/mcs/DETAILS | 22 ++++++++++++++++++++++
libs/mcs/HISTORY | 2 ++
3 files changed, 28 insertions(+)

New commits:
commit 9ee02ff926438f37d52dfe41557d27c5e4ca07c5
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

libs/mcs: new spell, a config file abstraction framework

diff --git a/ChangeLog b/ChangeLog
index 1646686..16268a5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-05-19 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * libs/mcs: new spell, a library and set of userland tools
+ which abstract the storage of configuration settings
+
2007-05-18 Eric Sandall <sandalle AT sourcemage.org>
* xfce/xfce4-cpufreq-plugin: CPU Frequency panel plugin for XFCE4
* xfce/xfce4-places-plugin: GNOME Places menu for XFCE4
diff --git a/libs/mcs/DETAILS b/libs/mcs/DETAILS
new file mode 100755
index 0000000..83943ff
--- /dev/null
+++ b/libs/mcs/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=mcs
+ VERSION=0.4.1
+ SOURCE="${SPELL}-${VERSION}.tgz"
+ SOURCE_URL[0]=http://sacredspiral.co.uk/~nenolod/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:452d808af8c0318dc12629e20e0ec78312b478bd54b806f11911baafb301d6c1050ef6ee64eda326dd132edbad24b625c17fd766f0207d7cefd6f8fb3013d06e
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://sacredspiral.co.uk/~nenolod/mcs";
+ LICENSE[0]=BSD
+ ENTERED=20070519
+ SHORT="a library and set of userland tools which abstract the
storage of configuration settings"
+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
diff --git a/libs/mcs/HISTORY b/libs/mcs/HISTORY
new file mode 100644
index 0000000..408f880
--- /dev/null
+++ b/libs/mcs/HISTORY
@@ -0,0 +1,2 @@
+2007-05-19 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS, HISTORY: created spell



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (9ee02ff926438f37d52dfe41557d27c5e4ca07c5), Florian Franzmann, 05/19/2007

Archive powered by MHonArc 2.6.24.

Top of Page