[SM-Commit] GIT changes to master grimoire by Eric Sandall (55bcc7e9d2f1e2f560ad6ddf3fc65dbb009802ac)

Eric Sandall scm at sourcemage.org
Sun Apr 27 01:47:40 EDT 2008


GIT changes to master grimoire by Eric Sandall <sandalle at sourcemage.org>:

 ChangeLog                              |    3 +++
 libs/elektra/DEPENDS                   |    2 ++
 libs/elektra/DETAILS                   |   24 ++++++++++++++++++++++++
 libs/elektra/HISTORY                   |    3 +++
 libs/elektra/elektra-0.6.10.tar.gz.sig |binary
 5 files changed, 32 insertions(+)

New commits:
commit 55bcc7e9d2f1e2f560ad6ddf3fc65dbb009802ac
Author: Eric Sandall <sandalle at sourcemage.org>
Commit: Eric Sandall <sandalle at sourcemage.org>

    elektra: Added a universal hierarchical configuration store

diff --git a/ChangeLog b/ChangeLog
index 54f3b70..08b4728 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-04-26 Eric Sandall <sandalle at sourcemage.org>
+	* libs/elektra: Added a universal hierarchical configuration store
+
 2008-04-26 Colin Childs <phoul at sourcemage.org>
 	* gurus.gpg: added key
 
diff --git a/libs/elektra/DEPENDS b/libs/elektra/DEPENDS
new file mode 100755
index 0000000..57f4136
--- /dev/null
+++ b/libs/elektra/DEPENDS
@@ -0,0 +1,2 @@
+depends  docbook-xsl  &&
+depends  libxml2
diff --git a/libs/elektra/DETAILS b/libs/elektra/DETAILS
new file mode 100755
index 0000000..46b5b99
--- /dev/null
+++ b/libs/elektra/DETAILS
@@ -0,0 +1,24 @@
+           SPELL=elektra
+         VERSION=0.6.10
+          SOURCE=$SPELL-$VERSION.tar.gz
+   SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+      SOURCE_GPG=gurus.gpg:$SOURCE.sig:WORKS_FOR_ME
+      LICENSE[0]=GPL
+        WEB_SITE=http://elektra.sourceforge.net/
+        KEYWORDS="libs"
+         ENTERED=20080426
+           SHORT='Universal hierarchical configuration store'
+cat << EOF
+Elektra is a universal hierarchical configuration store, with related goals
+like GConf and the Windows Registry. It allows programs to read and save their
+configurations with a consistent API, and allows them to be aware of other
+applications' configurations, leveraging easy application integration. The
+whole point of it is to tie applications together, so that they can co-operate
+and share their user-preferences.
+
+The developers are associated to unix philosophy and the very practical point
+consists of writing a configuration library. Every software needs this
+functionality, it is not easy to do it right and performant and we want to
+avoid any unnecessary code duplication.
+EOF
diff --git a/libs/elektra/HISTORY b/libs/elektra/HISTORY
new file mode 100644
index 0000000..fc8a124
--- /dev/null
+++ b/libs/elektra/HISTORY
@@ -0,0 +1,3 @@
+2008-04-26 Eric Sandall <sandalle at sourcemage.org>
+	* DETAILS, DEPENDS: Created
+
diff --git a/libs/elektra/elektra-0.6.10.tar.gz.sig b/libs/elektra/elektra-0.6.10.tar.gz.sig
new file mode 100644
index 0000000..c6f8223
Binary files /dev/null and b/libs/elektra/elektra-0.6.10.tar.gz.sig differ



More information about the SM-Commit mailing list