pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/R-xmlparsedata
Module Name: pkgsrc
Committed By: mef
Date: Sat Sep 11 05:43:29 UTC 2021
Modified Files:
pkgsrc/textproc/R-xmlparsedata: Makefile distinfo
Log Message:
(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).
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/R-xmlparsedata/Makefile \
pkgsrc/textproc/R-xmlparsedata/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/R-xmlparsedata/Makefile
diff -u pkgsrc/textproc/R-xmlparsedata/Makefile:1.1 pkgsrc/textproc/R-xmlparsedata/Makefile:1.2
--- pkgsrc/textproc/R-xmlparsedata/Makefile:1.1 Mon Feb 10 14:19:35 2020
+++ pkgsrc/textproc/R-xmlparsedata/Makefile Sat Sep 11 05:43:29 2021
@@ -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@localhost
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"
Index: pkgsrc/textproc/R-xmlparsedata/distinfo
diff -u pkgsrc/textproc/R-xmlparsedata/distinfo:1.1 pkgsrc/textproc/R-xmlparsedata/distinfo:1.2
--- pkgsrc/textproc/R-xmlparsedata/distinfo:1.1 Mon Feb 10 14:19:35 2020
+++ pkgsrc/textproc/R-xmlparsedata/distinfo Sat Sep 11 05:43:29 2021
@@ -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
Home |
Main Index |
Thread Index |
Old Index