New commits:
commit e59610a39f6d8721e96ecfffdd11fdf946f8eb1d
Author: Elisamuel Resto <ryuji AT sourcemage.org>
Commit: Elisamuel Resto <ryuji AT sourcemage.org>
audio-plugins/audacious-plugins: updated to 1.4.2; updated SOURCE_URL
commit f6c749989693ec5bd49872d6a8337c0c6337490c
Author: Elisamuel Resto <ryuji AT sourcemage.org>
Commit: Elisamuel Resto <ryuji AT sourcemage.org>
audio-players/audacious: updated to 1.4.4; updated SOURCE_URL; changed
DEPENDS
commit 50e0925c298a21c5ecaef882a7d993256f39d5f5
Author: Elisamuel Resto <ryuji AT sourcemage.org>
Commit: Elisamuel Resto <ryuji AT sourcemage.org>
audio-players/audacious-plugins: moved to audio-plugins section
commit 9bd754f1bbd9216de14bbe5d4cfa1e5915c52669
Author: Elisamuel Resto <ryuji AT sourcemage.org>
Commit: Elisamuel Resto <ryuji AT sourcemage.org>
libs/libmowgli: new spell, a development framework for C
commit f85273e71d185d1ac7b8943c0d066daa1df658f9
Author: Elisamuel Resto <ryuji AT sourcemage.org>
Commit: Elisamuel Resto <ryuji AT sourcemage.org>
libs/mcs -> libs/libmcs: renaming, started deprecation (upstream name is
libmcs, not mcs)
commit 37205205197a2e9db1d95ad644c3ee455ec206c3
Author: Elisamuel Resto <ryuji AT sourcemage.org>
Commit: Elisamuel Resto <ryuji AT sourcemage.org>
gnome2-apps/glade2: update to 2.12.2; 2.12.1 did not compile
diff --git a/gnome2-apps/glade2/glade-2.12.1.tar.bz2.sig
b/gnome2-apps/glade2/glade-2.12.1.tar.bz2.sig
deleted file mode 100644
index 3be4925..0000000
Binary files a/gnome2-apps/glade2/glade-2.12.1.tar.bz2.sig and /dev/null
differ
diff --git a/gnome2-apps/glade2/glade-2.12.2.tar.bz2.sig
b/gnome2-apps/glade2/glade-2.12.2.tar.bz2.sig
new file mode 100644
index 0000000..a841d64
Binary files /dev/null and b/gnome2-apps/glade2/glade-2.12.2.tar.bz2.sig
differ
diff --git a/libs/libmcs/DEPENDS b/libs/libmcs/DEPENDS
new file mode 100755
index 0000000..9b527d8
--- /dev/null
+++ b/libs/libmcs/DEPENDS
@@ -0,0 +1 @@
+depends libmowgli
diff --git a/libs/libmcs/DETAILS b/libs/libmcs/DETAILS
new file mode 100755
index 0000000..5e3a726
--- /dev/null
+++ b/libs/libmcs/DETAILS
@@ -0,0 +1,27 @@
+ SPELL=libmcs
+ VERSION=0.6.0
+
SOURCE_HASH=sha512:00329630738dd96ca39cd280008e948719875519544296287230be883f9a142140fc9f0b36e9e244442b21b3ff584f08a7b011111e523b0ac0a1d5f05ea96fca
+ SOURCE=${SPELL}-${VERSION}.tgz
+ SOURCE_URL[0]=http://distfiles.atheme.org/${SOURCE}
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
+ WEB_SITE=http://www.atheme.org/projects/mcs.shtml
+ ENTERED=20070412
+ LICENSE[0]=BSD
+ KEYWORDS="libmcs libs"
+ SHORT="Abstracts the storage of configuration settings away from
userland applications."
+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.
+
+Because mcs is licenced under the BSD licence, it is hoped that
+many applications will adopt it's use.
+EOF
diff --git a/libs/libmcs/HISTORY b/libs/libmcs/HISTORY
new file mode 100644
index 0000000..980b3d3
--- /dev/null
+++ b/libs/libmcs/HISTORY
@@ -0,0 +1,6 @@
+2007-12-24 Elisamuel Resto <ryuji AT sourcemage.org>
+ * DETAILS: removed git option, version update to 0.6.0
+ * PRE_BUILD, PREPARE: removed, git option removed.
+
+2007-04-12 Elisamuel Resto <ryuji AT mages.ath.cx>
+ * DETAILS, PRE_BUILD, PREPARE: Created spell
diff --git a/libs/libmowgli/DETAILS b/libs/libmowgli/DETAILS
new file mode 100755
index 0000000..65c49eb
--- /dev/null
+++ b/libs/libmowgli/DETAILS
@@ -0,0 +1,24 @@
+ SPELL=libmowgli
+ VERSION=0.5.0
+
SOURCE_HASH=sha512:15f79350efc87402f9b7a01d4975d8842247baac63bf6bdd45d969f247f55528de268295ac6dffc4e505c06a26b6674c7657efa85a1141f9f4d23c84d4374700
+ SOURCE=${SPELL}-${VERSION}.tgz
+ SOURCE_URL[0]=http://distfiles.atheme.org/${SOURCE}
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
+ WEB_SITE=http://www.atheme.org/projects/mowgli.shtml
+ ENTERED=20070412
+ LICENSE[0]=BSD
+ KEYWORDS="mowgli libs"
+ SHORT="High-performance C development framework. Can be used
stand-alone or as a supplement to GLib."
+cat << EOF
+mowgli is a development framework for C (like GLib), which
+provides high performance and highly flexible algorithms.
+It can be used as a suppliment to GLib (to add additional
+functions (dictionaries, hashes), or replace some of the
+slow GLib list manipulation functions), or stand alone. It
+also provides a powerful hook system and convenient logging
+for your code, as well as a high performance block allocator.
+
+mowgli builds upon previous attempts, such as libmisc, and
+will likely become the primary development framework for most
+projects at Atheme.
+EOF
diff --git a/libs/libmowgli/HISTORY b/libs/libmowgli/HISTORY
new file mode 100644
index 0000000..30f24eb
--- /dev/null
+++ b/libs/libmowgli/HISTORY
@@ -0,0 +1,6 @@
+2007-12-24 Elisamuel Resto <ryuji AT sourcemage.org>
+ * DETAILS: removed git option, version update to 0.5.0
+ * PRE_BUILD, PREPARE: removed, git option removed.
+
+2007-04-12 Elisamuel Resto <ryuji AT mages.ath.cx>
+ * DETAILS, PRE_BUILD, PREPARE: Created spell
diff --git a/libs/mcs/BUILD b/libs/mcs/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/libs/mcs/BUILD
@@ -0,0 +1 @@
+true
diff --git a/libs/mcs/CONFLICTS b/libs/mcs/CONFLICTS
new file mode 100755
index 0000000..f1c7014
--- /dev/null
+++ b/libs/mcs/CONFLICTS
@@ -0,0 +1 @@
+conflicts mcs y
diff --git a/libs/mcs/DEPENDS b/libs/mcs/DEPENDS
new file mode 100755
index 0000000..58202fb
--- /dev/null
+++ b/libs/mcs/DEPENDS
@@ -0,0 +1 @@
+depends libmcs
diff --git a/libs/mcs/DETAILS b/libs/mcs/DETAILS
index 83943ff..fdd4bb0 100755
--- a/libs/mcs/DETAILS
+++ b/libs/mcs/DETAILS
@@ -1,9 +1,7 @@
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}"
+ PATCHLEVEL=1
WEB_SITE="http://sacredspiral.co.uk/~nenolod/mcs"
LICENSE[0]=BSD
ENTERED=20070519
diff --git a/libs/mcs/HISTORY b/libs/mcs/HISTORY
index 408f880..58c97f6 100644
--- a/libs/mcs/HISTORY
+++ b/libs/mcs/HISTORY
@@ -1,2 +1,5 @@
+2007-12-24 Elisamuel Resto <ryuji AT sourcemage.org>
+ * ALL: deprecation for rename initiated
+
2007-05-19 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS, HISTORY: created spell
diff --git a/libs/mcs/INSTALL b/libs/mcs/INSTALL
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/libs/mcs/INSTALL
@@ -0,0 +1 @@
+true
diff --git a/libs/mcs/PRE_BUILD b/libs/mcs/PRE_BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/libs/mcs/PRE_BUILD
@@ -0,0 +1 @@
+true
diff --git a/libs/mcs/TRIGGERS b/libs/mcs/TRIGGERS
new file mode 100755
index 0000000..bc8d5e6
--- /dev/null
+++ b/libs/mcs/TRIGGERS
@@ -0,0 +1 @@
+on_cast mcs dispel_self
[SM-Commit] GIT changes to master grimoire by Elisamuel Resto (e59610a39f6d8721e96ecfffdd11fdf946f8eb1d),
Elisamuel Resto, 12/24/2007