diff options
author | wiz <wiz@pkgsrc.org> | 2010-09-13 12:43:11 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-09-13 12:43:11 +0000 |
commit | 42990423dbd9046558fa7e667f449327facdaa60 (patch) | |
tree | 967c9752173c90937c2f08e5e5d9e55c707bd9fb /textproc/rasqal | |
parent | 2b131e6fe427fa3831025a6b9ba87d737eb9dff4 (diff) | |
download | pkgsrc-42990423dbd9046558fa7e667f449327facdaa60.tar.gz |
Update to 0.9.20:
2010-08-22 Rasqal Version 0.9.20 Released
Updated to handle more of the new syntax defined by the SPARQL 1.1
Query and SPARQL 1.1 Update W3C working drafts of 1 June 2010
Added execution support for new SPARQL 1.1 query built-in expressions
IF, URI, STRLANG, STRDT, BNODE, IN and NOT IN.
Added an 'html' query result table format from patch by Nicholas J
Humfrey
Added API support for group by HAVING expressions
Added XSD Date comparison support
Support building with Raptor V2 API if configured with --with-raptor2.
Many other bug fixes and improvements were made.
Fixed Issues: #0000352, #0000353, #0000354, #0000360, #0000374,
#0000377 and #0000378
Diffstat (limited to 'textproc/rasqal')
-rw-r--r-- | textproc/rasqal/Makefile | 4 | ||||
-rw-r--r-- | textproc/rasqal/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/rasqal/Makefile b/textproc/rasqal/Makefile index f7fe9ae438a..6cad23143b1 100644 --- a/textproc/rasqal/Makefile +++ b/textproc/rasqal/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2010/02/16 14:34:40 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2010/09/13 12:43:11 wiz Exp $ -DISTNAME= rasqal-0.9.19 +DISTNAME= rasqal-0.9.20 CATEGORIES= textproc MASTER_SITES= http://download.librdf.org/source/ diff --git a/textproc/rasqal/distinfo b/textproc/rasqal/distinfo index 0c07ff72610..1d3657875e3 100644 --- a/textproc/rasqal/distinfo +++ b/textproc/rasqal/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2010/02/16 14:34:40 wiz Exp $ +$NetBSD: distinfo,v 1.5 2010/09/13 12:43:11 wiz Exp $ -SHA1 (rasqal-0.9.19.tar.gz) = 859601d3e37225192f1251515cd6e8427c63dbc0 -RMD160 (rasqal-0.9.19.tar.gz) = 37a36a019a80f56eef56b5ee70828eb338e0f42d -Size (rasqal-0.9.19.tar.gz) = 1232729 bytes +SHA1 (rasqal-0.9.20.tar.gz) = d2b08d9f1e575c39c4f08f971362806672ab32ff +RMD160 (rasqal-0.9.20.tar.gz) = 77f628a88a986ff11d1934fe001ab7f1822555af +Size (rasqal-0.9.20.tar.gz) = 1270144 bytes |