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: Mon Feb 10 14:19:35 UTC 2020
Added Files:
pkgsrc/textproc/R-xmlparsedata: DESCR Makefile distinfo
Log Message:
(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.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/R-xmlparsedata/DESCR \
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.
Added files:
Index: pkgsrc/textproc/R-xmlparsedata/DESCR
diff -u /dev/null pkgsrc/textproc/R-xmlparsedata/DESCR:1.1
--- /dev/null Mon Feb 10 14:19:35 2020
+++ pkgsrc/textproc/R-xmlparsedata/DESCR Mon Feb 10 14:19:35 2020
@@ -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.
Index: pkgsrc/textproc/R-xmlparsedata/Makefile
diff -u /dev/null pkgsrc/textproc/R-xmlparsedata/Makefile:1.1
--- /dev/null Mon Feb 10 14:19:35 2020
+++ pkgsrc/textproc/R-xmlparsedata/Makefile Mon Feb 10 14:19:35 2020
@@ -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"
Index: pkgsrc/textproc/R-xmlparsedata/distinfo
diff -u /dev/null pkgsrc/textproc/R-xmlparsedata/distinfo:1.1
--- /dev/null Mon Feb 10 14:19:35 2020
+++ pkgsrc/textproc/R-xmlparsedata/distinfo Mon Feb 10 14:19:35 2020
@@ -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