pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/rasqal Update to 0.9.17. Bump API depends.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3cfb16b091d0
branches:  trunk
changeset: 569835:3cfb16b091d0
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Jan 20 10:40:29 2010 +0000

description:
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

diffstat:

 textproc/rasqal/Makefile      |  5 ++---
 textproc/rasqal/PLIST         |  6 +++---
 textproc/rasqal/buildlink3.mk |  5 ++---
 textproc/rasqal/distinfo      |  8 ++++----
 4 files changed, 11 insertions(+), 13 deletions(-)

diffs (72 lines):

diff -r adaf8301079d -r 3cfb16b091d0 textproc/rasqal/Makefile
--- a/textproc/rasqal/Makefile  Wed Jan 20 10:35:31 2010 +0000
+++ b/textproc/rasqal/Makefile  Wed Jan 20 10:40:29 2010 +0000
@@ -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/
 
diff -r adaf8301079d -r 3cfb16b091d0 textproc/rasqal/PLIST
--- a/textproc/rasqal/PLIST     Wed Jan 20 10:35:31 2010 +0000
+++ b/textproc/rasqal/PLIST     Wed Jan 20 10:40:29 2010 +0000
@@ -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 @@
 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.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
diff -r adaf8301079d -r 3cfb16b091d0 textproc/rasqal/buildlink3.mk
--- a/textproc/rasqal/buildlink3.mk     Wed Jan 20 10:35:31 2010 +0000
+++ b/textproc/rasqal/buildlink3.mk     Wed Jan 20 10:40:29 2010 +0000
@@ -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"
diff -r adaf8301079d -r 3cfb16b091d0 textproc/rasqal/distinfo
--- a/textproc/rasqal/distinfo  Wed Jan 20 10:35:31 2010 +0000
+++ b/textproc/rasqal/distinfo  Wed Jan 20 10:40:29 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index