Skip to content

Commit

Permalink
(textproc/R-xmlparsedata) Updated 1.0.3 to 1.0.5
Browse files Browse the repository at this point in the history
# 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).
  • Loading branch information
mef committed Sep 11, 2021
1 parent 91ebe8f commit d3c50ca
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
8 changes: 6 additions & 2 deletions textproc/R-xmlparsedata/Makefile
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
10 changes: 5 additions & 5 deletions textproc/R-xmlparsedata/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit d3c50ca

Please sign in to comment.