new port: textproc/R-cran-xmlparsedata: Parse Data of 'R' Code as an 'XML' Tree

Approved by:	lwhsu
This commit is contained in:
Guangyuan Yang 2020-12-31 07:19:52 +00:00
parent eb499aa908
commit 470775af01
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=559707
4 changed files with 28 additions and 0 deletions

View File

@ -29,6 +29,7 @@
SUBDIR += R-cran-stringr
SUBDIR += R-cran-utf8
SUBDIR += R-cran-xml2
SUBDIR += R-cran-xmlparsedata
SUBDIR += R-cran-xtable
SUBDIR += R-cran-yaml
SUBDIR += UCD

View File

@ -0,0 +1,20 @@
# $FreeBSD$
PORTNAME= xmlparsedata
DISTVERSION= 1.0.4
CATEGORIES= textproc
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= ygy@FreeBSD.org
COMMENT= Parse Data of 'R' Code as an 'XML' Tree
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
TEST_DEPENDS= R-cran-covr>0:devel/R-cran-covr \
R-cran-testthat>0:devel/R-cran-testthat \
R-cran-xml2>0:textproc/R-cran-xml2
USES= cran:auto-plist
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1609275995
SHA256 (xmlparsedata_1.0.4.tar.gz) = 387b13c25bea9ddc0a39b817c17c199b86ab9acafa328daae2233a9ca577fb9c
SIZE (xmlparsedata_1.0.4.tar.gz) = 8399

View File

@ -0,0 +1,4 @@
Convert the output of 'utils::getParseData()' to an 'XML' tree, that one can
search via 'XPath', and easier to manipulate in general.
WWW: https://github.com/r-lib/xmlparsedata#readme