# 1.0.5 * Translate `\` in lambda expression to `OP-LAMBDA` (#18 @renkun-ken). * Drop all control characters, except horizontal tab and newline (#19). # 1.0.4 * Translate ] tokens to `OP-RIGHT-BRACKET` instead of `OP-RIGHT-BRACE` (#11 @AshesITR). * `xml_parse_data()` now works if `includeText = FALSE` (#14 @renkun-ken).
18 lines
488 B
Makefile
18 lines
488 B
Makefile
# $NetBSD: Makefile,v 1.2 2021/09/11 05:43:29 mef Exp $
|
|
|
|
R_PKGNAME= xmlparsedata
|
|
R_PKGVER= 1.0.5
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Parse Data of 'R' Code as an 'XML' Tree
|
|
LICENSE= mit # + file LICENSE
|
|
|
|
TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
|
|
TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
|
|
TEST_DEPENDS+= R-xml2-[0-9]*:../../textproc/R-xml2
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|