pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/R-XML (math/R-XML) Updated 3.98-1.20 to 3.99.0.5
details: https://anonhg.NetBSD.org/pkgsrc/rev/81940a08ad49
branches: trunk
changeset: 444172:81940a08ad49
user: mef <mef%pkgsrc.org@localhost>
date: Sun Jan 03 11:14:17 2021 +0000
description:
(math/R-XML) Updated 3.98-1.20 to 3.99.0.5
Version 3.99-0
* We can specify R functions and C routines for use as XPath
functions in calls to getNodeSet() and xpathApply().
* Implementations of XPath 2.0 functions matches(), lower-case(),
ends-with(), abs(), min(), max(), replace()
Version 3.98-2
* xmlSave() of a document to a file with encoding now honors indenting.
Uses xmlSaveFormatFileEnc(). Issue identified by Earl Brown.
diffstat:
math/R-XML/Makefile | 8 +++++---
math/R-XML/distinfo | 10 +++++-----
2 files changed, 10 insertions(+), 8 deletions(-)
diffs (38 lines):
diff -r c7cdb0fe5aef -r 81940a08ad49 math/R-XML/Makefile
--- a/math/R-XML/Makefile Sun Jan 03 11:00:30 2021 +0000
+++ b/math/R-XML/Makefile Sun Jan 03 11:14:17 2021 +0000
@@ -1,14 +1,16 @@
-# $NetBSD: Makefile,v 1.13 2020/11/05 09:08:36 ryoon Exp $
+# $NetBSD: Makefile,v 1.14 2021/01/03 11:14:17 mef Exp $
R_PKGNAME= XML
-R_PKGVER= 3.98-1.20
-PKGREVISION= 2
+R_PKGVER= 3.99-0.5
CATEGORIES= math
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
COMMENT= Tools for parsing and generating XML within R
LICENSE= 2-clause-bsd
+DEPENDS+= R-bitops-[0-9]*:../../math/R-bitops
+DEPENDS+= R-RCurl-[0-9]*:../../www/R-RCurl
+
USE_LANGUAGES= c
.include "../../math/R/Makefile.extension"
diff -r c7cdb0fe5aef -r 81940a08ad49 math/R-XML/distinfo
--- a/math/R-XML/distinfo Sun Jan 03 11:00:30 2021 +0000
+++ b/math/R-XML/distinfo Sun Jan 03 11:14:17 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2019/07/31 18:48:28 brook Exp $
+$NetBSD: distinfo,v 1.10 2021/01/03 11:14:17 mef Exp $
-SHA1 (R/XML_3.98-1.20.tar.gz) = dd768ba93b2f6a618ec3154d2a52498be16cc754
-RMD160 (R/XML_3.98-1.20.tar.gz) = fd90fbfc499c73b515d00399b7170ca3465ad7a0
-SHA512 (R/XML_3.98-1.20.tar.gz) = 85e3fc6a328f4ec681590c5809ca8d4ce8837298fab850f11063f92b7b0655182c03d721554f9cd05dae406e1873b21be983365843315199d0db133c6bc1bfe9
-Size (R/XML_3.98-1.20.tar.gz) = 1600829 bytes
+SHA1 (R/XML_3.99-0.5.tar.gz) = 6f4cd00bb328516a868c08c73340d5c8f92a5485
+RMD160 (R/XML_3.99-0.5.tar.gz) = 7efd196060fdd1a1cff87a095f0ca83e76df3b15
+SHA512 (R/XML_3.99-0.5.tar.gz) = 43737430783d905cd1df0831275047d27d0adf7f3ffc6d4e19f1b2e030e13e2bbbc1fac5de7db7548c43e3de5c79db1dc918874a862c379b8fa2bace6f43fcdb
+Size (R/XML_3.99-0.5.tar.gz) = 968563 bytes
Home |
Main Index |
Thread Index |
Old Index