New commits:
commit b72ddfb335a44848db20abc555007b79d029e617
Author: Ismael E. Luceno <ismael.luceno AT gmail.com>
Commit: Ismael E. Luceno <ismael.luceno AT gmail.com>
mail/nmh: Fixed SOURCE_DIRECTORY
commit 702ca3ff57d9d63d4699bfffadfb9039beb24b7d
Author: Ismael E. Luceno <ismael.luceno AT gmail.com>
Commit: Ismael E. Luceno <ismael.luceno AT gmail.com>
devel/codeblocks: new spell
commit 8e89b737c7977dfcc7b39aa6de6366b2b25a3703
Author: Ismael E. Luceno <ismael.luceno AT gmail.com>
Commit: Ismael E. Luceno <ismael.luceno AT gmail.com>
rabbyt: depends on setuptools
diff --git a/ChangeLog b/ChangeLog
index ebdb4e3..46e10f2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-12-01 Ismael Luceno <ismael AT sourcemage.org>
+ * devel/codeblocks: new spell, wxwidgets based IDE
+
2007-12-01 Eric Sandall <sandalle AT sourcemage.org>
* video/dvdshrink: Added spell from Daniel Goller (Bug #11796)
diff --git a/devel/codeblocks/BUILD b/devel/codeblocks/BUILD
new file mode 100755
index 0000000..099a16a
--- /dev/null
+++ b/devel/codeblocks/BUILD
@@ -0,0 +1,3 @@
+./bootstrap &&
+./configure --prefix=/usr --enable-contrib $OPTS &&
+make
diff --git a/devel/codeblocks/DEPENDS b/devel/codeblocks/DEPENDS
new file mode 100755
index 0000000..3ccfa52
--- /dev/null
+++ b/devel/codeblocks/DEPENDS
@@ -0,0 +1 @@
+depends wxgtk
diff --git a/devel/codeblocks/DETAILS b/devel/codeblocks/DETAILS
new file mode 100755
index 0000000..8cfde8a
--- /dev/null
+++ b/devel/codeblocks/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=codeblocks
+if [[ $SVN_AUTOUPDATE = y ]]; then
+ VERSION=$(date +%Y%m%d)
+else
+ VERSION=svn
+fi
+ SOURCE="${SPELL}.tar.bz2"
+ SOURCE_IGNORE=volatile
+ SOURCE_URL[0]="svn://svn.berlios.de/${SPELL}/trunk:${SPELL}"
+ FORCE_DOWNLOAD=on
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}"
+ WEB_SITE="http://www.codeblocks.org/"
+ LICENSE[0]=GPL
+ ENTERED=20070808
+ SHORT="Extensible and fully configurable C++ IDE"
+cat << EOF
+Code::Blocks is a free C++ IDE built to meet the most demanding needs of
+it's users. It is designed to be very extensible and fully configurable.
+
+Built around a plugin framework, Code::Blocks can be extended with plugins.
+It even includes a plugin wizard so you can create your own plugins!.
+EOF
diff --git a/devel/codeblocks/HISTORY b/devel/codeblocks/HISTORY
new file mode 100644
index 0000000..8ddb5ba
--- /dev/null
+++ b/devel/codeblocks/HISTORY
@@ -0,0 +1,2 @@
+2007-12-01 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS, DEPENDS, HISTORY, PREPARE: created spell
diff --git a/devel/codeblocks/PREPARE b/devel/codeblocks/PREPARE
new file mode 100755
index 0000000..41396af
--- /dev/null
+++ b/devel/codeblocks/PREPARE
@@ -0,0 +1 @@
+config_query SVN_AUTOUPDATE "Do you want to cast $SPELL on system upgrade?" n
diff --git a/mail/nmh/DETAILS b/mail/nmh/DETAILS
index 95c4bf7..32ce5f1 100755
--- a/mail/nmh/DETAILS
+++ b/mail/nmh/DETAILS
@@ -1,7 +1,7 @@
SPELL=nmh
VERSION=1.2
SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://savannah.nongnu.org/download/nmh/$SOURCE