summaryrefslogtreecommitdiff
path: root/textproc/redland/PLIST
AgeCommit message (Collapse)AuthorFilesLines
2013-01-21Update to 1.0.16:wiz1-1/+3
2012-XX-XX Redland Version 1.0.16 Released librdf_model_contains_statement() and librdf_storage_contains_statement() now return 0 for invalid statements Postgres, MySQL and Hashes storage bug fixes. Multiple other API bug fixes Multiple build fixes to help building on Windows. (Daniel Richard G.) Requires [1]Raptor 2.0.7 or newer Fixed Issues: [2]0000443, [3]0000460, [4]0000497, [5]0000518 and [6]0000519
2012-03-19Update to 1.0.15markd1-2/+6
Bug fixes, new features. Requires Raptor V2.
2010-01-25Update to redland 1.0.10markd1-1/+4
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
2009-07-23Update redland to 1.0.9markd1-1/+3
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-06-14Remove @dirrm entries from PLISTsjoerg1-3/+1
2008-11-14Add missing file to PLIST.wiz1-1/+2
2008-11-04Import redland 1.0.7markd1-0/+74
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.