b7da21108e
Version 3.99-0 * We can specify R functions and C routines for use as XPath functions in calls to getNodeSet() and xpathApply(). * Implementations of XPath 2.0 functions matches(), lower-case(), ends-with(), abs(), min(), max(), replace() Version 3.98-2 * xmlSave() of a document to a file with encoding now honors indenting. Uses xmlSaveFormatFileEnc(). Issue identified by Earl Brown.
18 lines
454 B
Makefile
18 lines
454 B
Makefile
# $NetBSD: Makefile,v 1.14 2021/01/03 11:14:17 mef Exp $
|
|
|
|
R_PKGNAME= XML
|
|
R_PKGVER= 3.99-0.5
|
|
CATEGORIES= math
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Tools for parsing and generating XML within R
|
|
LICENSE= 2-clause-bsd
|
|
|
|
DEPENDS+= R-bitops-[0-9]*:../../math/R-bitops
|
|
DEPENDS+= R-RCurl-[0-9]*:../../www/R-RCurl
|
|
|
|
USE_LANGUAGES= c
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|