pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/R-XML



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Jan  3 11:14:17 UTC 2021

Modified Files:
        pkgsrc/math/R-XML: Makefile distinfo

Log Message:
(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.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/math/R-XML/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/math/R-XML/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/R-XML/Makefile
diff -u pkgsrc/math/R-XML/Makefile:1.13 pkgsrc/math/R-XML/Makefile:1.14
--- pkgsrc/math/R-XML/Makefile:1.13     Thu Nov  5 09:08:36 2020
+++ pkgsrc/math/R-XML/Makefile  Sun Jan  3 11:14:17 2021
@@ -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"

Index: pkgsrc/math/R-XML/distinfo
diff -u pkgsrc/math/R-XML/distinfo:1.9 pkgsrc/math/R-XML/distinfo:1.10
--- pkgsrc/math/R-XML/distinfo:1.9      Wed Jul 31 18:48:28 2019
+++ pkgsrc/math/R-XML/distinfo  Sun Jan  3 11:14:17 2021
@@ -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