Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (5d1adf2e19d09ac4e5d2329efa5d5ff4b606a124)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (5d1adf2e19d09ac4e5d2329efa5d5ff4b606a124)
  • Date: Sun, 6 May 2007 10:54:44 -0500

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

ChangeLog | 3 +++
dev/null |binary
libs/davebeckett.gpg |binary
libs/rasqal/DEPENDS | 6 +-----
libs/rasqal/HISTORY | 3 +++
libs/rasqal/davebeckett.gpg | 0
libs/redland-bindings/DEPENDS | 20 ++++++++++++++++++++
libs/redland-bindings/DETAILS | 23 +++++++++++++++++++++++
libs/redland-bindings/HISTORY | 3 +++
libs/redland/DEPENDS | 38 +++++++++++++++++---------------------
libs/redland/DETAILS | 11 +++++++----
libs/redland/HISTORY | 7 +++++++
12 files changed, 84 insertions(+), 30 deletions(-)

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" &&

-optional_depends w3c-libwww \
- "--with-libwww" \
- "--without-libwww" \
- "to use W3C libwww library" &&
-
-optional_depends perl \
- "" \
- "" \
- "for Perl API" &&
+optional_depends sqlite \
+ "--with-sqlite=yes" \
+ "--with-sqlite=no" \
+ "Enable SQLite store" &&

-optional_depends python \
- "" \
- "" \
- "for Python API" &&
+optional_depends postgresql \
+ "--with-postgresql=yes" \
+ "--with-postgresql=no" \
+ "Enable postgresql store" &&

-optional_depends ruby \
- "" \
- "" \
- "for Ruby API" &&
+optional_depends mysql \
+ "--with-mysql=yes" \
+ "--with-mysql=no" \
+ "Enable Mysql store" &&

-optional_depends tcl \
- "" \
- "" \
- "for Tcl API"
+optional_depends w3c-libwww \
+ "--with-libwww" \
+ "--without-libwww" \
+ "to use W3C libwww library"
diff --git a/libs/redland/DETAILS b/libs/redland/DETAILS
index e459f7c..7577df6 100755
--- a/libs/redland/DETAILS
+++ b/libs/redland/DETAILS
@@ -1,10 +1,13 @@
SPELL=redland
- VERSION=1.0.5
+ VERSION=1.0.6
SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE2=$SOURCE.asc
SOURCE_URL[0]=$SOURCEFORGE_URL/librdf/$SOURCE
- SOURCE_URL[1]=http://www.redland.opensource.ac.uk/dist/source/$SOURCE
-
SOURCE_HASH=sha512:65af89459354b11934efaac4f47048f78e4e7293d6ae3b861c6b3ea9136f5b139d747a3f3360252dc08488c4c4cbcbc82d9c1e2ab41f3fdc54caae775a9b8ea1
+ 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=
diff --git a/libs/redland/HISTORY b/libs/redland/HISTORY
index c2df26b..529ed25 100644
--- a/libs/redland/HISTORY
+++ b/libs/redland/HISTORY
@@ -1,3 +1,10 @@
+2007-05-06 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.0.6
+ convert to upstream key
+ * DEPENDS: remove the bindings stuff. Now in a separate spell
+ add postgresql, sqlite & mysql
+ add raptor
+
2007-02-26 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* DETAILS: updated spell to 1.0.5




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (5d1adf2e19d09ac4e5d2329efa5d5ff4b606a124), Treeve Jelbert, 05/06/2007

Archive powered by MHonArc 2.6.24.

Top of Page