(devel/R-xfun) Updated 0.19 to 0.20
# CHANGES IN xfun VERSION 0.20 ## NEW FEATURES - Added a function `msg_cat()` to generate a message with `cat()`. See the help page `?xfun::msg_cat` for more information. - Added a function `mark_dirs()` to mark directories with a trailing slash in a vector of paths to differentiate them from normal filenames (#44). ## BUG FIXES - `xfun::proc_kill()` failed to work on *nix. - `xfun::del_empty_dir()` failed to delete empty dirs. - `xfun::file_string()` preserves emptiness (thanks, @MichaelChirico, #38). - `xfun::raw_string()` preserves the class(es) of the input now (thanks, @MichaelChirico, #40). ## MINOR CHANGES - Exported the function `dir_create()`.
This commit is contained in:
parent
7d19bd9b3b
commit
86863bd359
2 changed files with 7 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.5 2021/01/01 11:58:53 mef Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2021/02/08 12:20:48 mef Exp $
|
||||
|
||||
R_PKGNAME= xfun
|
||||
R_PKGVER= 0.19
|
||||
R_PKGVER= 0.20
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.4 2021/01/01 11:58:53 mef Exp $
|
||||
$NetBSD: distinfo,v 1.5 2021/02/08 12:20:48 mef Exp $
|
||||
|
||||
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
|
||||
SHA1 (R/xfun_0.20.tar.gz) = 88b6e98c36422f139649195a6a554bde367a6f13
|
||||
RMD160 (R/xfun_0.20.tar.gz) = bf24b7050f1f82220a3fe3fcc8cdebbde16caa22
|
||||
SHA512 (R/xfun_0.20.tar.gz) = a3ceb72d455ecb7f140c6f570d3dbaa9a5211fef011830584390ebbc0e5cb3a647af2058e99056bfb8597302913e2485ebb1c1f2bcb7c7c1f21d7721d5c8a7d5
|
||||
Size (R/xfun_0.20.tar.gz) = 99897 bytes
|
||||
|
|
Loading…
Reference in a new issue