pkgsrc/textproc/rasqal/Makefile
wiz a5addd5ae4 Update to 0.9.32:
2014-02-23 Rasqal Version 0.9.32 Released

   SPARQL parser now uses and requires Bison 3.0 (for maintainer)
   Fixed SPARQL 1.0 vs SPARQL 1.1 syntax feature checking
   Make ossp work as a UUID library option.
   Fixed configure searching for libgcrypt-config and pcre-config.
   Made --with-libgcrypt-config and --with-pcre-config work again.
   Made other fixes and improvements including fixing reported issues:
   0000558, 0000560, 0000561, 0000564 and 0000567.

2013-12-13 Rasqal Version 0.9.31 Released

   roqet with new -t mode can now read query results formats and act as a
   results format converter
   Added read support for SPARQL 1.1 Query Results CSV and TSV Formats
   Query engine can execute VALUES
   Multiple configuration and build improvements
   Several query engine bug fixes
   Made other fixes and improvements including fixing reported issues:
   0000527, 0000536, 0000537, 0000538 and 0000539
2014-05-04 17:06:35 +00:00

24 lines
710 B
Makefile

# $NetBSD: Makefile,v 1.23 2014/05/04 17:06:35 wiz Exp $
DISTNAME= rasqal-0.9.32
CATEGORIES= textproc
MASTER_SITES= http://download.librdf.org/source/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://librdf.org/rasqal
COMMENT= Library that handles RDF query syntaxes
LICENSE= gnu-lgpl-v2.1 OR apache-2.0
USE_TOOLS+= gmake pkg-config
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE+= rasqal.pc.in
.include "../../devel/gmp/buildlink3.mk"
.include "../../math/mpfr/buildlink3.mk"
BUILDLINK_API_DEPENDS.raptor2+= raptor2>=2.0.7
.include "../../textproc/raptor2/buildlink3.mk"
.include "../../devel/pcre/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"