pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-xfun



Module Name:    pkgsrc
Committed By:   mef
Date:           Fri Jan  1 11:58:53 UTC 2021

Modified Files:
        pkgsrc/devel/R-xfun: Makefile distinfo

Log Message:
(devel/R-xfun) Updated 0.18 to 0.19

# CHANGES IN xfun VERSION 0.19

## NEW FEATURES

- Added functions `bg_process()` to run a command in a background
  process, and `proc_kill()` to kill a process.

- Added a function `del_empty_dir()` to delete a directory if it is
  empty.

- Added functions `is_abs_path()` and `is_rel_path()` to check if
  paths are absolute or relative.

- Added a function `is_sub_path()` to test if a path is under a
  directory.

- Added a function `is_web_path()` to test if a path is a web path
  that starts with `http://` or `https://` or `ftp://` or `ftps://`.

- Documented and exported the previously internal functions
  `dir_exists()` and `file_exists()` (thanks, @cderv, #36).

- Added a function `dir_create()` to create a directory recursively by
  default when it does not exist.

- Added an argument `fail` to `Rscript_call()` to allow users to
  customize the error message when an error occurred in calling the
  function in a new R session.

## MINOR CHANGES

- `file_ext()`, `sans_ext()`, and `with_ext()` no longer use
  `tools::file_ext()` or `tools::file_path_sans_ext()`, but provide a
  slightly different implementation. They treat `tar.(gz|bz2|xz)` and
  `nb.html` as file extensions, and also allow extensions to contain a
  trailing `~` or `#`.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/R-xfun/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/R-xfun/distinfo

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

Modified files:

Index: pkgsrc/devel/R-xfun/Makefile
diff -u pkgsrc/devel/R-xfun/Makefile:1.4 pkgsrc/devel/R-xfun/Makefile:1.5
--- pkgsrc/devel/R-xfun/Makefile:1.4    Sat Oct  3 13:59:16 2020
+++ pkgsrc/devel/R-xfun/Makefile        Fri Jan  1 11:58:53 2021
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2020/10/03 13:59:16 mef Exp $
+# $NetBSD: Makefile,v 1.5 2021/01/01 11:58:53 mef Exp $
 
 R_PKGNAME=     xfun
-R_PKGVER=      0.18
+R_PKGVER=      0.19
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -13,6 +13,8 @@ LICENSE=      mit
 TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
 TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
 TEST_DEPENDS+= R-tinytex-[0-9]*:../../print/R-tinytex
+TEST_DEPENDS+= R-testit-[0-9]*:../../devel/R-testit
+TEST_DEPENDS+= R-pak-[0-9]*:../../devel/R-pak
 
 USE_LANGUAGES= c c++
 

Index: pkgsrc/devel/R-xfun/distinfo
diff -u pkgsrc/devel/R-xfun/distinfo:1.3 pkgsrc/devel/R-xfun/distinfo:1.4
--- pkgsrc/devel/R-xfun/distinfo:1.3    Sat Oct  3 13:59:16 2020
+++ pkgsrc/devel/R-xfun/distinfo        Fri Jan  1 11:58:53 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2020/10/03 13:59:16 mef Exp $
+$NetBSD: distinfo,v 1.4 2021/01/01 11:58:53 mef Exp $
 
-SHA1 (R/xfun_0.18.tar.gz) = ade67633363f7781f9f02a122ac02b64f8a635ca
-RMD160 (R/xfun_0.18.tar.gz) = 54155ee7b88a43a400b7a5507982be9b584e1b4f
-SHA512 (R/xfun_0.18.tar.gz) = c37ed5f39ca76bc75da0cbc1e51211e47099ff4453444a9743f67dccbacd11129cc25ea6278ead6f1f608b048966e36154b662ea08ea83f262094aadcb3991d7
-Size (R/xfun_0.18.tar.gz) = 89916 bytes
+SHA1 (R/xfun_0.19.tar.gz) = b09e38d51844b914563241254eb5d93bb0449c62
+RMD160 (R/xfun_0.19.tar.gz) = 2c3e371b846a3599a301293ccc8ee5cdaca48568
+SHA512 (R/xfun_0.19.tar.gz) = 2bd355cce8f9b0aec202eb88ed42c2f75b7bec7417e85cdc288c52da1baccc732a2e128ad69f25cced8b6530fcb109ab63f60da5e95204920d312d41264331ca
+Size (R/xfun_0.19.tar.gz) = 97366 bytes



Home | Main Index | Thread Index | Old Index