Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (122420094b60025f55057b5f6a38de4f82de3d57)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (122420094b60025f55057b5f6a38de4f82de3d57)
  • Date: Mon, 26 Feb 2007 09:53:26 -0600

GIT changes to master grimoire by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

ChangeLog | 3 +++
libs/rasqal/BUILD | 5 +++++
libs/rasqal/CONFIGURE | 2 ++
libs/rasqal/DEPENDS | 10 ++++++++++
libs/rasqal/DETAILS | 24 ++++++++++++++++++++++++
libs/rasqal/HISTORY | 6 ++++++
libs/rasqal/davebeckett.gpg |binary
7 files changed, 50 insertions(+)

New commits:
commit 122420094b60025f55057b5f6a38de4f82de3d57
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

rasqal added #12609

diff --git a/ChangeLog b/ChangeLog
index 4f7f1b6..1e1a5b0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-02-26 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * libs/rasqal: a C RDF library
+
2007-02-25 Jeremy Blosser <jblosser-smgl AT firinn.org>
* VERSION: Add a file to track grimoire version. Format should be:
x.y.z-<branch|patchlevel>, eg 0.9-test or 0.8-rc or 0.7-3. The last
diff --git a/libs/rasqal/BUILD b/libs/rasqal/BUILD
new file mode 100755
index 0000000..6f43aaa
--- /dev/null
+++ b/libs/rasqal/BUILD
@@ -0,0 +1,5 @@
+OPTS="--with-memory-signing=$RASQAL_MEMORY_SIGNING \
+ --enable-query-languages=$RASQAL_QUERY_LANG \
+ $OPTS" &&
+
+default_build
diff --git a/libs/rasqal/CONFIGURE b/libs/rasqal/CONFIGURE
new file mode 100755
index 0000000..5e5770b
--- /dev/null
+++ b/libs/rasqal/CONFIGURE
@@ -0,0 +1,2 @@
+config_query_list RASQAL_QUERY_LANG "Which query language do you want?" rdql
sparqal all &&
+config_query RASQAL_MEMORY_SIGNING "Enable signing of memory allocations?" n
diff --git a/libs/rasqal/DEPENDS b/libs/rasqal/DEPENDS
new file mode 100755
index 0000000..d7d587d
--- /dev/null
+++ b/libs/rasqal/DEPENDS
@@ -0,0 +1,10 @@
+depends libxml2 &&
+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"
diff --git a/libs/rasqal/DETAILS b/libs/rasqal/DETAILS
new file mode 100755
index 0000000..4c7d0e0
--- /dev/null
+++ b/libs/rasqal/DETAILS
@@ -0,0 +1,24 @@
+ SPELL=rasqal
+ VERSION=0.9.13
+ 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_HASH=sha512:e30bfa73d4aa5899774ead4828fb971031eeaea69aa5641930e79dd290ebe36ee6464017eb62ff9684339557f05937f34103f486dc51bc9108d0fb35755f1246
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://librdf.org/rasqal/";
+ LICENSE[0]=LGPL
+ ENTERED=20070226
+ SHORT="An RDF query library in C"
+cat << EOF
+Rasqal is a C library for querying RDF, supporting the RDQL and SPARQL
+languages. It provides APIs for creating a query and parsing query syntax. It
+features pluggable triple-store source and matching interfaces, an engine for
+executing the queries and an API for manipulating results as bindings. It
uses
+the Raptor RDF parser to return triples from RDF content and can
alternatively
+work with the Redland RDF library's persistent triple stores. It is portable
+across many POSIX systems, win32 and others.
+EOF
diff --git a/libs/rasqal/HISTORY b/libs/rasqal/HISTORY
new file mode 100644
index 0000000..a999c76
--- /dev/null
+++ b/libs/rasqal/HISTORY
@@ -0,0 +1,6 @@
+2007-02-26 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * DETAILS, DEPENDS, BUILD, CONFIGURE: fixed up
+
+2006-06-03 Jose Iria <jose.iria AT gmail.com>
+ * DEPENDS, DETAILS, HISTORY, BUILD, CONFIGURE: created the spell
+
diff --git a/libs/rasqal/davebeckett.gpg b/libs/rasqal/davebeckett.gpg
new file mode 100644
index 0000000..6c602d5
Binary files /dev/null and b/libs/rasqal/davebeckett.gpg differ



  • [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (122420094b60025f55057b5f6a38de4f82de3d57), Jaka Kranjc, 02/26/2007

Archive powered by MHonArc 2.6.24.

Top of Page