From 2a63ebcf3e22f57526af8f147a7893907197a6a3 Mon Sep 17 00:00:00 2001 From: mef Date: Sun, 3 Jan 2021 11:14:17 +0000 Subject: (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. --- math/R-XML/Makefile | 8 +++++--- math/R-XML/distinfo | 10 +++++----- 2 files changed, 10 insertions(+), 8 deletions(-) (limited to 'math/R-XML') diff --git a/math/R-XML/Makefile b/math/R-XML/Makefile index 3781f8003dd..a4d3e366bbd 100644 --- a/math/R-XML/Makefile +++ b/math/R-XML/Makefile @@ -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 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 --git a/math/R-XML/distinfo b/math/R-XML/distinfo index 59364beb2c3..e8797a9117c 100644 --- a/math/R-XML/distinfo +++ b/math/R-XML/distinfo @@ -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 -- cgit v1.2.3