b62197251f
New functions, types and enums Functions * void raptor_sequence_sort_r(raptor_sequence* seq, raptor_data_compare_arg_handler compare, void* user_data) - Uses raptor_sort_r() internally. * void raptor_sort_r(void *base, size_t nel, size_t width, raptor_data_compare_arg_handler compar, void *user_data) * int raptor_world_get_parsers_count(raptor_world* world) * int raptor_world_get_serializers_count(raptor_world* world) Types * raptor_data_compare_arg_handler - Used by raptor_sort_r()
27 lines
689 B
Makefile
27 lines
689 B
Makefile
# $NetBSD: Makefile,v 1.18 2014/11/02 17:40:36 wiz Exp $
|
|
|
|
DISTNAME= raptor2-2.0.15
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://download.librdf.org/source/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://librdf.org/raptor/
|
|
COMMENT= RDF Parser Toolkit written in C
|
|
LICENSE= gnu-lgpl-v2.1 OR apache-2.0
|
|
|
|
USE_LIBTOOL= YES
|
|
GNU_CONFIGURE= YES
|
|
|
|
CONFLICTS= raptor-[0-9]*
|
|
|
|
PKGCONFIG_OVERRIDE+= raptor2.pc.in
|
|
CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc
|
|
|
|
TEST_TARGET= check
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../textproc/libxslt/buildlink3.mk"
|
|
.include "../../www/curl/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|