pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/R-xmlparsedata (textproc/R-xmlparsedata) impo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/503d5164482d
branches:  trunk
changeset: 423106:503d5164482d
user:      mef <mef%pkgsrc.org@localhost>
date:      Mon Feb 10 14:19:35 2020 +0000

description:
(textproc/R-xmlparsedata) import R-xmlparsedata-1.0.3

Convert the output of 'utils::getParseData()' to an 'XML' tree, that
one can search via 'XPath', and easier to manipulate in general.

diffstat:

 textproc/R-xmlparsedata/DESCR    |   2 ++
 textproc/R-xmlparsedata/Makefile |  14 ++++++++++++++
 textproc/R-xmlparsedata/distinfo |   6 ++++++
 3 files changed, 22 insertions(+), 0 deletions(-)

diffs (34 lines):

diff -r 4f8c28506532 -r 503d5164482d textproc/R-xmlparsedata/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/R-xmlparsedata/DESCR     Mon Feb 10 14:19:35 2020 +0000
@@ -0,0 +1,2 @@
+Convert the output of 'utils::getParseData()' to an 'XML' tree, that
+one can search via 'XPath', and easier to manipulate in general.
diff -r 4f8c28506532 -r 503d5164482d textproc/R-xmlparsedata/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/R-xmlparsedata/Makefile  Mon Feb 10 14:19:35 2020 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2020/02/10 14:19:35 mef Exp $
+
+R_PKGNAME=     xmlparsedata
+R_PKGVER=      1.0.3
+CATEGORIES=    textproc
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Parse Data of 'R' Code as an 'XML' Tree
+LICENSE=       mit     # + file LICENSE
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r 4f8c28506532 -r 503d5164482d textproc/R-xmlparsedata/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/R-xmlparsedata/distinfo  Mon Feb 10 14:19:35 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/02/10 14:19:35 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



Home | Main Index | Thread Index | Old Index