mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
new port: textproc/R-cran-xmlparsedata: Parse Data of 'R' Code as an 'XML' Tree
Approved by: lwhsu
This commit is contained in:
parent
eb499aa908
commit
470775af01
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=559707
@ -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
|
||||
|
20
textproc/R-cran-xmlparsedata/Makefile
Normal file
20
textproc/R-cran-xmlparsedata/Makefile
Normal 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>
|
3
textproc/R-cran-xmlparsedata/distinfo
Normal file
3
textproc/R-cran-xmlparsedata/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1609275995
|
||||
SHA256 (xmlparsedata_1.0.4.tar.gz) = 387b13c25bea9ddc0a39b817c17c199b86ab9acafa328daae2233a9ca577fb9c
|
||||
SIZE (xmlparsedata_1.0.4.tar.gz) = 8399
|
4
textproc/R-cran-xmlparsedata/pkg-descr
Normal file
4
textproc/R-cran-xmlparsedata/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user