Commit graph

13 commits

Author SHA1 Message Date
adam
2125e9a88e Fix building with different db libs 2010-06-06 17:41:34 +00:00
adam
4c76fabdfc Fix: fails to build when iodbc is also installed 2010-01-29 13:09:55 +00:00
markd
eaf6c9a11f 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
d162561301 PKGREVISION bump for rasqal shlib major change. 2010-01-20 10:40:50 +00:00
wiz
579796a3e5 Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
joerg
3fbb207985 Recursive bump for libltdl 2009-12-15 21:54:17 +00:00
markd
02a67ee2a0 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
joerg
73ae0afd90 Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
joerg
2d1ba244e9 Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
2009-03-20 19:23:50 +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