New commits:
commit 5d1adf2e19d09ac4e5d2329efa5d5ff4b606a124
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
redland-bindings-1.0.6.1
commit 0e3c94729c8987525fca10b345b12c47b62cbfb6
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
rasqal - update depends
commit 44ceb001027df73b21d092de57fb000928aa0772
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
redland-1.0.6
diff --git a/ChangeLog b/ChangeLog
index 3d219f2..0200d7f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-05-06 Treeve Jelbert <treeve AT sourcemage.org>
+ * libs/redland-bindings: new spell, previously part of redland
+
2007-05-07 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* provos.gpg: moved to root from security/usr-systrace
diff --git a/libs/davebeckett.gpg b/libs/davebeckett.gpg
new file mode 100644
index 0000000..6c602d5
Binary files /dev/null and b/libs/davebeckett.gpg differ
diff --git a/libs/rasqal/DEPENDS b/libs/rasqal/DEPENDS
index d7d587d..e3e72bf 100755
--- a/libs/rasqal/DEPENDS
+++ b/libs/rasqal/DEPENDS
@@ -3,8 +3,4 @@ depends raptor &&
optional_depends pcre "--with-regex-library=pcre" \
"--with-regex-library=posix" \
- "for PCRE regex implementation [default]" &&
-
-optional_depends redland "--with-triples-source=redland" \
- "--with-triples-source=raptor" \
- "to use redland as the triples source library"
+ "for PCRE regex implementation [default]"
diff --git a/libs/rasqal/HISTORY b/libs/rasqal/HISTORY
index 29c42b5..8720b88 100644
--- a/libs/rasqal/HISTORY
+++ b/libs/rasqal/HISTORY
@@ -1,4 +1,7 @@
2007-05-06 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: remove redland; circular dependency, not needed
+
+2007-05-06 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.9.14
2007-02-26 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
diff --git a/libs/rasqal/davebeckett.gpg b/libs/rasqal/davebeckett.gpg
deleted file mode 100644
index 6c602d5..0000000
Binary files a/libs/rasqal/davebeckett.gpg and /dev/null differ
diff --git a/libs/redland-bindings/DEPENDS b/libs/redland-bindings/DEPENDS
new file mode 100755
index 0000000..ee3fc71
--- /dev/null
+++ b/libs/redland-bindings/DEPENDS
@@ -0,0 +1,20 @@
+depends redland &&
+optional_depends perl \
+ "--with-perl" \
+ "--without-perl" \
+ "for Perl API" &&
+
+optional_depends python \
+ "--with-python" \
+ "--without-python"\
+ "for Python API" &&
+
+optional_depends ruby \
+ "--with-ruby" \
+ "--without-ruby" \
+ "for Ruby API" &&
+
+optional_depends tcl \
+ "--with-tcl" \
+ "--without-tcl" \
+ "for Tcl API"
diff --git a/libs/redland-bindings/DETAILS b/libs/redland-bindings/DETAILS
new file mode 100755
index 0000000..e95dcd1
--- /dev/null
+++ b/libs/redland-bindings/DETAILS
@@ -0,0 +1,23 @@
+ SPELL=redland-bindings
+ VERSION=1.0.6.1
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE2=$SOURCE.asc
+ SOURCE_URL[0]=$SOURCEFORGE_URL/librdf/$SOURCE
+ SOURCE_URL[1]=http://download.librdf.org/source/$SOURCE
+ SOURCE2_URL[0]=http://download.librdf.org/source/$SOURCE2
+ SOURCE_GPG="davebeckett.gpg:$SOURCE2:UPSTREAM_KEY"
+ SOURCE2_IGNORE=signature
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://www.redland.opensource.ac.uk/
+ ENTERED=20030726
+ DISTCC_HOSTS=
+# CCACHE="off"
+ LICENSE[0]=LGPL
+ LICENSE[1]=MPL
+ KEYWORDS="libs"
+ SHORT=" high-level language bindings for Redland RDF"
+cat << EOF
+redland-bindings provides high-level language bindings for the Redland RDF C
+libraries, allowing full access to the C APIs along with enhancements for
+individual languages.
+EOF
diff --git a/libs/redland-bindings/HISTORY b/libs/redland-bindings/HISTORY
new file mode 100644
index 0000000..a2d7f53
--- /dev/null
+++ b/libs/redland-bindings/HISTORY
@@ -0,0 +1,3 @@
+2007-05-06 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.0.6.1
+ spell created, this stuff was previouly part of redland
diff --git a/libs/redland/DEPENDS b/libs/redland/DEPENDS
index f0e9a77..736a355 100755
--- a/libs/redland/DEPENDS
+++ b/libs/redland/DEPENDS
@@ -1,29 +1,25 @@
depends raptor "--with-raptor=system" &&
+depends rasqal "--with-rasqal=system" &&
depends db "--with-bdb=/usr" &&
depends libxml2 "--with-xml-parser=libxml" &&
depends openssl "--with-openssl-digests" &&