diff options
author | wiz <wiz> | 2010-02-16 14:34:40 +0000 |
---|---|---|
committer | wiz <wiz> | 2010-02-16 14:34:40 +0000 |
commit | e3471c225b8abf3613cf0dffd33875b421af9483 (patch) | |
tree | a6b4f98a8a45be995a857f636080eeda20587715 /textproc/rasqal | |
parent | e2a97582cd1c5011e5b349a4b7d59efd91f4ab29 (diff) | |
download | pkgsrc-e3471c225b8abf3613cf0dffd33875b421af9483.tar.gz |
Update to 0.9.19:
2010-02-15 Rasqal Version 0.9.19 Released
The only change to this release is to fix the pkg-config rasqal.pc file
to to restore the dependency on raptor which was accidently deleted.
Lesson learnt: do not commit code after midnight local time.
2010-02-14 Rasqal Version 0.9.18 Released
Add initial draft parsing and API (NOT execution) support for SPARQL
1.1 Update W3C Working Draft of 2010-01-26.
Add public APIs (row, results, result formatter, variables table) so
that query results can be built, read and written without a query.
Add API resilience checks for invalid NULL pointer arguments.
Many other bug fixes and improvements were made.
Fixed Issues: #0000320, #0000323 #0000343, #0000345 and #0000347
Diffstat (limited to 'textproc/rasqal')
-rw-r--r-- | textproc/rasqal/Makefile | 4 | ||||
-rw-r--r-- | textproc/rasqal/PLIST | 5 | ||||
-rw-r--r-- | textproc/rasqal/distinfo | 8 |
3 files changed, 10 insertions, 7 deletions
diff --git a/textproc/rasqal/Makefile b/textproc/rasqal/Makefile index 4eddbfbd88a..f7fe9ae438a 100644 --- a/textproc/rasqal/Makefile +++ b/textproc/rasqal/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2010/01/20 10:40:29 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2010/02/16 14:34:40 wiz Exp $ -DISTNAME= rasqal-0.9.17 +DISTNAME= rasqal-0.9.19 CATEGORIES= textproc MASTER_SITES= http://download.librdf.org/source/ diff --git a/textproc/rasqal/PLIST b/textproc/rasqal/PLIST index 5c3ceec18c1..00c0b72af11 100644 --- a/textproc/rasqal/PLIST +++ b/textproc/rasqal/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2010/01/20 10:40:29 wiz Exp $ +@comment $NetBSD: PLIST,v 1.5 2010/02/16 14:34:40 wiz Exp $ bin/rasqal-config bin/roqet include/rasqal/rasqal.h @@ -21,9 +21,12 @@ share/gtk-doc/html/rasqal/rasqal-section-prefix.html 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-triple.html share/gtk-doc/html/rasqal/rasqal-section-triples-source.html +share/gtk-doc/html/rasqal/rasqal-section-updates.html share/gtk-doc/html/rasqal/rasqal-section-variable.html +share/gtk-doc/html/rasqal/rasqal-section-variables-table.html share/gtk-doc/html/rasqal/rasqal-section-xsd.html share/gtk-doc/html/rasqal/rasqal.devhelp share/gtk-doc/html/rasqal/rasqal.devhelp2 diff --git a/textproc/rasqal/distinfo b/textproc/rasqal/distinfo index 908d2ac2a63..0c07ff72610 100644 --- a/textproc/rasqal/distinfo +++ b/textproc/rasqal/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2010/01/20 10:40:30 wiz Exp $ +$NetBSD: distinfo,v 1.4 2010/02/16 14:34:40 wiz Exp $ -SHA1 (rasqal-0.9.17.tar.gz) = f832dd5433316054fb5ac847c504631ec6e20b78 -RMD160 (rasqal-0.9.17.tar.gz) = 22616c2c15b960f44790253660dbea30b4952c35 -Size (rasqal-0.9.17.tar.gz) = 1262541 bytes +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 |