summaryrefslogtreecommitdiff
path: root/textproc/raptor/PLIST
diff options
context:
space:
mode:
authormarkd <markd>2008-05-09 21:45:23 +0000
committermarkd <markd>2008-05-09 21:45:23 +0000
commit4640e3f6fff39995edca41d9ce47ff96b091e46a (patch)
tree9dd723378a43accbc611b86babb64c3f07f75f2f /textproc/raptor/PLIST
parent9b6a0032696e53943aa661127b1d7b576e91d5e9 (diff)
downloadpkgsrc-4640e3f6fff39995edca41d9ce47ff96b091e46a.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/PLIST')
-rw-r--r--textproc/raptor/PLIST4
1 files changed, 3 insertions, 1 deletions
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