summaryrefslogtreecommitdiff
path: root/textproc/raptor/Makefile
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/Makefile
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/Makefile')
-rw-r--r--textproc/raptor/Makefile5
1 files changed, 2 insertions, 3 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/