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 | |
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')
-rw-r--r-- | textproc/raptor/Makefile | 5 | ||||
-rw-r--r-- | textproc/raptor/PLIST | 4 | ||||
-rw-r--r-- | textproc/raptor/buildlink3.mk | 3 | ||||
-rw-r--r-- | textproc/raptor/distinfo | 8 |
4 files changed, 11 insertions, 9 deletions
diff --git a/textproc/raptor/Makefile b/textproc/raptor/Makefile index c21caa78a16..83502505c57 100644 --- a/textproc/raptor/Makefile +++ b/textproc/raptor/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2008/01/18 05:09:45 tnn Exp $ +# $NetBSD: Makefile,v 1.20 2008/05/09 21:45:23 markd Exp $ # -DISTNAME= raptor-1.4.15 -PKGREVISION= 1 +DISTNAME= raptor-1.4.17 CATEGORIES= textproc MASTER_SITES= http://download.librdf.org/source/ diff --git a/textproc/raptor/PLIST b/textproc/raptor/PLIST index 71c0740c617..a85e7686576 100644 --- a/textproc/raptor/PLIST +++ b/textproc/raptor/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2007/05/15 19:15:43 heinz Exp $ +@comment $NetBSD: PLIST,v 1.6 2008/05/09 21:45:23 markd Exp $ bin/rapper bin/raptor-config include/raptor.h @@ -18,6 +18,7 @@ share/doc/raptor/parser-guess.html share/doc/raptor/parser-ntriples.html share/doc/raptor/parser-rdfxml.html share/doc/raptor/parser-rss-tag-soup.html +share/doc/raptor/parser-trig.html share/doc/raptor/parser-turtle.html share/doc/raptor/raptor-parsers.html share/doc/raptor/raptor-section-constants.html @@ -27,6 +28,7 @@ share/doc/raptor/raptor-section-iostream.html share/doc/raptor/raptor-section-locator.html share/doc/raptor/raptor-section-memory.html share/doc/raptor/raptor-section-parser.html +share/doc/raptor/raptor-section-sax2.html share/doc/raptor/raptor-section-sequence.html share/doc/raptor/raptor-section-serializer.html share/doc/raptor/raptor-section-stringbuffer.html 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/+$//} diff --git a/textproc/raptor/distinfo b/textproc/raptor/distinfo index fe625facf24..3a4b419209a 100644 --- a/textproc/raptor/distinfo +++ b/textproc/raptor/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2007/05/15 19:15:43 heinz Exp $ +$NetBSD: distinfo,v 1.6 2008/05/09 21:45:23 markd Exp $ -SHA1 (raptor-1.4.15.tar.gz) = 38f99c3223a97a5eeba49239fdf229cbbe7d3700 -RMD160 (raptor-1.4.15.tar.gz) = b9b25d15a35eee2a0d75eb6b4ba0a70b42a72eeb -Size (raptor-1.4.15.tar.gz) = 1445553 bytes +SHA1 (raptor-1.4.17.tar.gz) = 44db419540bf364aba76db84f6ce9ff739020b0f +RMD160 (raptor-1.4.17.tar.gz) = 2c5a74ff98f9a461617679f0dd6cba4ee5d70335 +Size (raptor-1.4.17.tar.gz) = 1580715 bytes |