Update to 0.9.17. Bump API depends.

2009-12-16 Rasqal Version 0.9.17 Released

   WARNING: ABI AND API CHANGED in this release. Rasqal 0.9.17 is binary
   incompatible with 0.9.16 or earlier.

   Added a new query engine that implements the SPARQL algebra better
   All constructors now take a rasqal_world argument
   Added LAQRS syntax support for SUM, AVG, MIN, MAX, COALESCE()
   experimental syntax
   Added query result formatters for CSV, TSV and ASCII tables
   Prefer pkg-config for configuring
   Many resilience and resource failure fixes by Lauri Aalto
   Many other bug fixes and improvements were made
   Fixed Issues: Issue#0000077, Issue#0000128, Issue#0000168,
   Issue#0000258, Issue#0000261, Issue#0000271, Issue#0000279 and
   Issue#0000305
This commit is contained in:
wiz 2010-01-20 10:40:29 +00:00
parent 6ee1feac06
commit 52d57007e2
4 changed files with 11 additions and 13 deletions

View file

@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.5 2010/01/17 12:02:47 wiz Exp $
# $NetBSD: Makefile,v 1.6 2010/01/20 10:40:29 wiz Exp $
DISTNAME= rasqal-0.9.16
PKGREVISION= 1
DISTNAME= rasqal-0.9.17
CATEGORIES= textproc
MASTER_SITES= http://download.librdf.org/source/

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.3 2009/06/14 18:17:26 joerg Exp $
@comment $NetBSD: PLIST,v 1.4 2010/01/20 10:40:29 wiz Exp $
bin/rasqal-config
bin/roqet
include/rasqal/rasqal.h
@ -10,9 +10,8 @@ man/man3/librasqal.3
share/gtk-doc/html/rasqal/home.png
share/gtk-doc/html/rasqal/index.html
share/gtk-doc/html/rasqal/index.sgml
share/gtk-doc/html/rasqal/ix01.html
share/gtk-doc/html/rasqal/indexes.html
share/gtk-doc/html/rasqal/left.png
share/gtk-doc/html/rasqal/pt01.html
share/gtk-doc/html/rasqal/rasqal-section-data.html
share/gtk-doc/html/rasqal/rasqal-section-expression.html
share/gtk-doc/html/rasqal/rasqal-section-general.html
@ -29,6 +28,7 @@ share/gtk-doc/html/rasqal/rasqal-section-xsd.html
share/gtk-doc/html/rasqal/rasqal.devhelp
share/gtk-doc/html/rasqal/rasqal.devhelp2
share/gtk-doc/html/rasqal/rasqal.html
share/gtk-doc/html/rasqal/reference-manual.html
share/gtk-doc/html/rasqal/right.png
share/gtk-doc/html/rasqal/style.css
share/gtk-doc/html/rasqal/up.png

View file

@ -1,12 +1,11 @@
# $NetBSD: buildlink3.mk,v 1.4 2010/01/17 12:02:47 wiz Exp $
# $NetBSD: buildlink3.mk,v 1.5 2010/01/20 10:40:30 wiz Exp $
BUILDLINK_TREE+= rasqal
.if !defined(RASQAL_BUILDLINK3_MK)
RASQAL_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.rasqal+= rasqal>=0.9.16
BUILDLINK_ABI_DEPENDS.rasqal?= rasqal>=0.9.16nb1
BUILDLINK_API_DEPENDS.rasqal+= rasqal>=0.9.17
BUILDLINK_PKGSRCDIR.rasqal?= ../../textproc/rasqal
.include "../../textproc/raptor/buildlink3.mk"

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.2 2009/01/07 21:33:37 wiz Exp $
$NetBSD: distinfo,v 1.3 2010/01/20 10:40:30 wiz Exp $
SHA1 (rasqal-0.9.16.tar.gz) = 55e08ee78c15de417cbfccb9e748747095994886
RMD160 (rasqal-0.9.16.tar.gz) = 6810d86d974524e6627076e6530a703d62039160
Size (rasqal-0.9.16.tar.gz) = 1117561 bytes
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