diff options
author | wiz <wiz@pkgsrc.org> | 2010-12-12 12:00:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-12-12 12:00:30 +0000 |
commit | a4d98b783d7f1f1ba28efd9e08627cf71aa1ee4d (patch) | |
tree | 42295653ccc3fc42951b4a773fea4cc4e13e1bfb /textproc | |
parent | 3e05fc84ec8137efe9d081d48f16edcf368d665e (diff) | |
download | pkgsrc-a4d98b783d7f1f1ba28efd9e08627cf71aa1ee4d.tar.gz |
Update to 0.9.21:
2010-12-04 Rasqal Version 0.9.21 Released
Updated to handle aggregate expression execution as defined by the
SPARQL 1.1 Query W3C working draft of 14 October 2010
Executes grouping of results: GROUP BY
Executes aggregate expressions: AVG, COUNT, GROUP_CONCAT, MAX, MIN,
SAMPLE, SUM
Executes filtering of aggregate expressions: HAVING
Parses new syntax: BINDINGS, isNUMERIC(), MINUS, sub SELECT and
SERVICE.
The syntax format for parsing data graphs at URIs can be explictly
declared.
The roqet utility can execute queries over SPARQL HTTP Protocol and
operate over data from stdin.
Added several new APIs
Fixed Issue: #0000388
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/rasqal/Makefile | 4 | ||||
-rw-r--r-- | textproc/rasqal/PLIST | 3 | ||||
-rw-r--r-- | textproc/rasqal/distinfo | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/textproc/rasqal/Makefile b/textproc/rasqal/Makefile index 6cad23143b1..178dd76d416 100644 --- a/textproc/rasqal/Makefile +++ b/textproc/rasqal/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2010/09/13 12:43:11 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2010/12/12 12:00:30 wiz Exp $ -DISTNAME= rasqal-0.9.20 +DISTNAME= rasqal-0.9.21 CATEGORIES= textproc MASTER_SITES= http://download.librdf.org/source/ diff --git a/textproc/rasqal/PLIST b/textproc/rasqal/PLIST index 00c0b72af11..7724c43d1c4 100644 --- a/textproc/rasqal/PLIST +++ b/textproc/rasqal/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2010/02/16 14:34:40 wiz Exp $ +@comment $NetBSD: PLIST,v 1.6 2010/12/12 12:00:30 wiz Exp $ bin/rasqal-config bin/roqet include/rasqal/rasqal.h @@ -22,6 +22,7 @@ share/gtk-doc/html/rasqal/rasqal-section-query-results-formatter.html share/gtk-doc/html/rasqal/rasqal-section-query-results.html share/gtk-doc/html/rasqal/rasqal-section-query.html share/gtk-doc/html/rasqal/rasqal-section-row.html +share/gtk-doc/html/rasqal/rasqal-section-service.html share/gtk-doc/html/rasqal/rasqal-section-triple.html share/gtk-doc/html/rasqal/rasqal-section-triples-source.html share/gtk-doc/html/rasqal/rasqal-section-updates.html diff --git a/textproc/rasqal/distinfo b/textproc/rasqal/distinfo index 1d3657875e3..31acd93d88c 100644 --- a/textproc/rasqal/distinfo +++ b/textproc/rasqal/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2010/09/13 12:43:11 wiz Exp $ +$NetBSD: distinfo,v 1.6 2010/12/12 12:00:30 wiz Exp $ -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 +SHA1 (rasqal-0.9.21.tar.gz) = 95d6d95afa48fcaa9a0f6415de420858dc2c159a +RMD160 (rasqal-0.9.21.tar.gz) = a70848aaa4b9de0066f57bff90ba5b345cdae331 +Size (rasqal-0.9.21.tar.gz) = 1356923 bytes |