Commit graph

11 commits

Author SHA1 Message Date
adam
62c09f5b95 Fix building with different db libs 2010-06-06 17:41:34 +00:00
adam
163b76c1c0 Fix: fails to build when iodbc is also installed 2010-01-29 13:09:55 +00:00
markd
05e32d731a Update to redland 1.0.10
Added a [1]Virtuoso storage by Patrick van Kleef
   Support [2]Rasqal 0.9.17 API
   Fix compiling against sqlite 3.6.17 or newer
   Fix modular storage dynamic loading linking problems. Several other bug
   fixes
2010-01-25 20:08:28 +00:00
wiz
14146655ca PKGREVISION bump for rasqal shlib major change. 2010-01-20 10:40:50 +00:00
wiz
672ef23395 Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
joerg
a0e6713ee7 Recursive bump for libltdl 2009-12-15 21:54:17 +00:00
markd
54e42f60ba Update redland to 1.0.9
Made the storages (triple stores) API public and the implementations
   modular - can be compiled externally and dynamically loaded on demand.
   Removed Raptor and Rasqal from sources - now external build
   dependencies.

Add LICENSE.
2009-07-23 09:33:20 +00:00
markd
69e9442cea add DESTDIR support. 2009-02-11 22:09:08 +00:00
wiz
6ab956fa27 Update to 1.0.8:
2008-07-05 Redland Version 1.0.8 Released

   Updated to use [1]Rasqal 0.9.16 (from 0.9.15)
   Updated to use [2]Raptor 1.4.18 (from 1.4.16)
   Added a 'trees' indexed in-memory storage
   Improvements to low-memory and other failures of resource allocation
   API additions and changes to concepts, parser and serializer classes.
   Fixed Issue [3]0000256

   NOTE: The next release of redland will NOT include raptor and rasqal in
   the tarball, they will be separate download dependencies.

   See the [4]1.0.8 Release Notes for the full details of the changes.
2009-01-07 21:41:34 +00:00
wiz
49f57c59b0 Add missing file to PLIST. 2008-11-14 01:25:58 +00:00
markd
0304b4e11d Import redland 1.0.7
Redland is a set of free software libraries that provide support for the
Resource Description Framework (RDF).
* Modular, object based libraries and APIs for manipulating the RDF graph,
  triples, URIs and Literals.
* Storage for graphs in memory and persistently with Sleepycat/Berkeley DB,
  MySQL 3-5, PostgreSQL, AKT Triplestore, SQLite, files or URIs.
* Support for multiple syntaxes for reading and writing RDF as RDF/XML,
  N-Triples and Turtle Terse RDF Triple Language, RSS and Atom syntaxes via
  the Raptor RDF Parser Toolkit.
* Querying with SPARQL and RDQL using the Rasqal RDF Query Library.
* Data aggregation and recording provenance support with Redland contexts.
* Language Bindings in Perl, PHP, Python and Ruby via the Redland Bindings
  package.
* Command line utility programs rdfproc (RDF), rapper (parsing) and roqet
  (query).
* Portable, fast and with no known memory leaks.
2008-11-04 10:39:40 +00:00