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
16 lines
437 B
Makefile
16 lines
437 B
Makefile
# $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.17
|
|
BUILDLINK_PKGSRCDIR.rasqal?= ../../textproc/rasqal
|
|
|
|
.include "../../textproc/raptor/buildlink3.mk"
|
|
.include "../../devel/pcre/buildlink3.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.endif # RASQAL_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -rasqal
|