Sun Jan 3 11:14:17 2021 UTC ()
(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.


(mef)
diff -r1.13 -r1.14 pkgsrc/math/R-XML/Makefile
diff -r1.9 -r1.10 pkgsrc/math/R-XML/distinfo

cvs diff -r1.13 -r1.14 pkgsrc/math/R-XML/Makefile (expand / switch to unified diff)

--- pkgsrc/math/R-XML/Makefile 2020/11/05 09:08:36 1.13
+++ pkgsrc/math/R-XML/Makefile 2021/01/03 11:14:17 1.14
@@ -1,16 +1,18 @@ @@ -1,16 +1,18 @@
1# $NetBSD: Makefile,v 1.13 2020/11/05 09:08:36 ryoon Exp $ 1# $NetBSD: Makefile,v 1.14 2021/01/03 11:14:17 mef Exp $
2 2
3R_PKGNAME= XML 3R_PKGNAME= XML
4R_PKGVER= 3.98-1.20 4R_PKGVER= 3.99-0.5
5PKGREVISION= 2 
6CATEGORIES= math 5CATEGORIES= math
7 6
8MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
9COMMENT= Tools for parsing and generating XML within R 8COMMENT= Tools for parsing and generating XML within R
10LICENSE= 2-clause-bsd 9LICENSE= 2-clause-bsd
11 10
 11DEPENDS+= R-bitops-[0-9]*:../../math/R-bitops
 12DEPENDS+= R-RCurl-[0-9]*:../../www/R-RCurl
 13
12USE_LANGUAGES= c 14USE_LANGUAGES= c
13 15
14.include "../../math/R/Makefile.extension" 16.include "../../math/R/Makefile.extension"
15.include "../../textproc/libxml2/buildlink3.mk" 17.include "../../textproc/libxml2/buildlink3.mk"
16.include "../../mk/bsd.pkg.mk" 18.include "../../mk/bsd.pkg.mk"

cvs diff -r1.9 -r1.10 pkgsrc/math/R-XML/distinfo (expand / switch to unified diff)

--- pkgsrc/math/R-XML/distinfo 2019/07/31 18:48:28 1.9
+++ pkgsrc/math/R-XML/distinfo 2021/01/03 11:14:17 1.10
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.9 2019/07/31 18:48:28 brook Exp $ 1$NetBSD: distinfo,v 1.10 2021/01/03 11:14:17 mef Exp $
2 2
3SHA1 (R/XML_3.98-1.20.tar.gz) = dd768ba93b2f6a618ec3154d2a52498be16cc754 3SHA1 (R/XML_3.99-0.5.tar.gz) = 6f4cd00bb328516a868c08c73340d5c8f92a5485
4RMD160 (R/XML_3.98-1.20.tar.gz) = fd90fbfc499c73b515d00399b7170ca3465ad7a0 4RMD160 (R/XML_3.99-0.5.tar.gz) = 7efd196060fdd1a1cff87a095f0ca83e76df3b15
5SHA512 (R/XML_3.98-1.20.tar.gz) = 85e3fc6a328f4ec681590c5809ca8d4ce8837298fab850f11063f92b7b0655182c03d721554f9cd05dae406e1873b21be983365843315199d0db133c6bc1bfe9 5SHA512 (R/XML_3.99-0.5.tar.gz) = 43737430783d905cd1df0831275047d27d0adf7f3ffc6d4e19f1b2e030e13e2bbbc1fac5de7db7548c43e3de5c79db1dc918874a862c379b8fa2bace6f43fcdb
6Size (R/XML_3.98-1.20.tar.gz) = 1600829 bytes 6Size (R/XML_3.99-0.5.tar.gz) = 968563 bytes