diff options
author | mef <mef@pkgsrc.org> | 2021-09-11 05:43:29 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2021-09-11 05:43:29 +0000 |
commit | 36b9258d3278b732be5e4d731568c822b1845fef (patch) | |
tree | 2efa2b20490d04887e243eb7a6917e11c1445742 /textproc | |
parent | b64f8967181088c5a1cb138c1f2760ae41e90d36 (diff) | |
download | pkgsrc-36b9258d3278b732be5e4d731568c822b1845fef.tar.gz |
(textproc/R-xmlparsedata) Updated 1.0.3 to 1.0.5
# 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).
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/R-xmlparsedata/Makefile | 8 | ||||
-rw-r--r-- | textproc/R-xmlparsedata/distinfo | 10 |
2 files changed, 11 insertions, 7 deletions
diff --git a/textproc/R-xmlparsedata/Makefile b/textproc/R-xmlparsedata/Makefile index 19641b710db..3ae27927588 100644 --- a/textproc/R-xmlparsedata/Makefile +++ b/textproc/R-xmlparsedata/Makefile @@ -1,13 +1,17 @@ -# $NetBSD: Makefile,v 1.1 2020/02/10 14:19:35 mef Exp $ +# $NetBSD: Makefile,v 1.2 2021/09/11 05:43:29 mef Exp $ R_PKGNAME= xmlparsedata -R_PKGVER= 1.0.3 +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" diff --git a/textproc/R-xmlparsedata/distinfo b/textproc/R-xmlparsedata/distinfo index 2bff03f168f..1df371e6ce9 100644 --- a/textproc/R-xmlparsedata/distinfo +++ b/textproc/R-xmlparsedata/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2020/02/10 14:19:35 mef Exp $ +$NetBSD: distinfo,v 1.2 2021/09/11 05:43:29 mef Exp $ -SHA1 (R/xmlparsedata_1.0.3.tar.gz) = 43146896cc23e57f20b4bc2b690a2568a4bf3351 -RMD160 (R/xmlparsedata_1.0.3.tar.gz) = f8e15361090d435f389edfb23ea291023480b9ca -SHA512 (R/xmlparsedata_1.0.3.tar.gz) = 01491f053de8f62da89af6560d206cf38d563ae7ed5270f7104815e0f9c160d9a9bfc7d3dd78441e495fe50929b558fba70cf3604c5b7021eb28e0457a397002 -Size (R/xmlparsedata_1.0.3.tar.gz) = 8188 bytes +SHA1 (R/xmlparsedata_1.0.5.tar.gz) = 68d5c63c6bf3522f25b63d05af6a29e9049300ba +RMD160 (R/xmlparsedata_1.0.5.tar.gz) = dd18f2d239ea260015ba8e9a6d1fb40a7496cab0 +SHA512 (R/xmlparsedata_1.0.5.tar.gz) = 31daf828e3dc7aa163b92dbf5c81f364674797154b6fd7ac53f4a300ef2d06c499f2da8d610e6d25882768c2b4c5b59e292b31e133b5025384709f724072e0fc +Size (R/xmlparsedata_1.0.5.tar.gz) = 8993 bytes |