diff options
author | markd <markd@pkgsrc.org> | 2008-05-09 21:45:23 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2008-05-09 21:45:23 +0000 |
commit | 7d4de359c078c0f11fd716db1a6b3020cc9076a9 (patch) | |
tree | 9dd723378a43accbc611b86babb64c3f07f75f2f /textproc/raptor/buildlink3.mk | |
parent | 650bfc74c839fa0d7446bcbafb3b0237ff71967c (diff) | |
download | pkgsrc-7d4de359c078c0f11fd716db1a6b3020cc9076a9.tar.gz |
Update raptor to version 1.4.17
The main changes to this release are:
Added two new JSON serializers: resource-centric 'json' (Talis RDF/JSON)
and triple-centric 'json-triples'.
Made I/O Stream class raptor_iostream support reading as well as writing
with new constructors and new methods.
Added a new public SAX2 API class raptor_sax2 exposing the existing
internal API which has been around since the first release of Raptor 8
years ago and runs on top of either expat or libxml2.
Added new public error handlers structure raptor_error_handlers containing
a set of (function, data pointers) pairs called raptor_handler_closure for
each error log level. Added raptor_log_level enum for the error log level.
Added an initialization function for the structure,
raptor_error_handlers_init().
Several other API changes, fixes and improvements were made.
1.4.16 changes:
Provide 100% support for the GRDDL W3C Recommendation of 2007-09-11.
The Turtle parser and serializer were updated to support @base for
specifying a base URI, following Turtle of 2007-09-11.
The Turtle and RDF/XML serializers had performance improvements for large
graphs.
Added a TRiG Parser based on Turtle with named graph support.
Several other API changes, fixes and improvements were made.
Diffstat (limited to 'textproc/raptor/buildlink3.mk')
-rw-r--r-- | textproc/raptor/buildlink3.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/raptor/buildlink3.mk b/textproc/raptor/buildlink3.mk index c1235bdca12..45dd8b9b1df 100644 --- a/textproc/raptor/buildlink3.mk +++ b/textproc/raptor/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.10 2008/01/18 05:09:45 tnn Exp $ +# $NetBSD: buildlink3.mk,v 1.11 2008/05/09 21:45:23 markd Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ RAPTOR_BUILDLINK3_MK:= ${RAPTOR_BUILDLINK3_MK}+ @@ -18,6 +18,7 @@ BUILDLINK_PKGSRCDIR.raptor?= ../../textproc/raptor .endif # RAPTOR_BUILDLINK3_MK .include "../../textproc/libxml2/buildlink3.mk" +.include "../../textproc/libxslt/buildlink3.mk" .include "../../www/curl/buildlink3.mk" BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} |