diff --git a/devel/gccxml/DEPENDS b/devel/gccxml/DEPENDS
index f36acc9..7450ea4 100755
--- a/devel/gccxml/DEPENDS
+++ b/devel/gccxml/DEPENDS
@@ -1 +1,2 @@
-depends cmake
+depends cmake &&
+depends git
diff --git a/devel/gccxml/DETAILS b/devel/gccxml/DETAILS
index 599376e..ea96f2e 100755
--- a/devel/gccxml/DETAILS
+++ b/devel/gccxml/DETAILS
@@ -2,10 +2,10 @@
if [[ "$GCCXML_AUTOUPDATE" == y ]]; then
VERSION=$(date +%Y%m%d)
else
- VERSION=cvs
+ VERSION=git
fi
- SOURCE=$SPELL-cvs.tar.bz2
-
SOURCE_URL[0]=cvs://:pserver:anoncvs AT www.gccxml.org:/cvsroot/GCC_XML:${SPELL}
+ SOURCE=$SPELL-git.tar.bz2
+ SOURCE_URL[0]=git://github.com/gccxml/gccxml.git
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD=on
diff --git a/devel/gccxml/HISTORY b/devel/gccxml/HISTORY
index 2fdc225..4e27b40 100644
--- a/devel/gccxml/HISTORY
+++ b/devel/gccxml/HISTORY
@@ -1,3 +1,7 @@
+2013-06-28 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: now hosteted at github
+ * DEPENDS: add git
+
2011-09-22 Ismael Luceno <ismael AT sourcemage.org>
* PREPARE: Use prepare_select_branch
diff --git a/python-pypi/pybindgen/BUILD b/python-pypi/pybindgen/BUILD
new file mode 100755
index 0000000..1d8ce04
--- /dev/null
+++ b/python-pypi/pybindgen/BUILD
@@ -0,0 +1 @@
+waf_build
diff --git a/python-pypi/pybindgen/DEPENDS b/python-pypi/pybindgen/DEPENDS
new file mode 100755
index 0000000..3e78464
--- /dev/null
+++ b/python-pypi/pybindgen/DEPENDS
@@ -0,0 +1,3 @@
+depends python &&
+depends gccxml &&
+optional_depends pygccxml '' '' 'describe API in Python terms'
diff --git a/python-pypi/pybindgen/DETAILS b/python-pypi/pybindgen/DETAILS
new file mode 100755
index 0000000..c0af06c
--- /dev/null
+++ b/python-pypi/pybindgen/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=pybindgen
+ VERSION=0.16.0
+
SOURCE_HASH=sha512:5571a7d9f56f45bc408c4bf89382cc34a722ce8bba72bc7c125ef2c1d2ea6cb4c2a2508e97ca8de4f1f33da6bb3598ff83debcdb58259a1886e6a37c4e5bf0c6
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+WEB_SITE=http://code.google.com/p/$SPELL
+ SOURCE_URL[0]=http://$SPELL.googlecode.com/files/$SOURCE
+ LICENSE[0]=LGPL
+ ENTERED=20130628
+ KEYWORDS="Python C++"
+ SHORT="generate Python bindings for C/C++ code"
+cat << EOF
+A tool to generate Python bindings for C/C++ code. It is itself written in
Python
+(unlike almost any other tool out there), lending it the powerful ability of
making it
+possible to extend or tweak the code generator without loss of mental
sanity. It
+generates extension modules that are small and fast.
+PyBindGen is highly portable.
+EOF
diff --git a/python-pypi/pybindgen/HISTORY b/python-pypi/pybindgen/HISTORY
new file mode 100644
index 0000000..cd1361a
--- /dev/null
+++ b/python-pypi/pybindgen/HISTORY
@@ -0,0 +1,4 @@
+2013-06-28 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.16.0
+ spell created
+
diff --git a/python-pypi/pybindgen/INSTALL b/python-pypi/pybindgen/INSTALL
new file mode 100755
index 0000000..0ea15cc
--- /dev/null
+++ b/python-pypi/pybindgen/INSTALL
@@ -0,0 +1 @@
+waf_install
[SM-Commit] GIT changes to master grimoire by Treeve Jelbert (f84b8c29e85808a3756f33879ba727f7aec28bc5),
Treeve Jelbert, 06/28/2013