pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/R-xfun (devel/R-xfun) Updated 0.19 to 0.20



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a78df8eb0586
branches:  trunk
changeset: 446423:a78df8eb0586
user:      mef <mef%pkgsrc.org@localhost>
date:      Mon Feb 08 12:20:48 2021 +0000

description:
(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()`.

diffstat:

 devel/R-xfun/Makefile |   4 ++--
 devel/R-xfun/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r d54996fcc8b6 -r a78df8eb0586 devel/R-xfun/Makefile
--- a/devel/R-xfun/Makefile     Mon Feb 08 12:17:46 2021 +0000
+++ b/devel/R-xfun/Makefile     Mon Feb 08 12:20:48 2021 +0000
@@ -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@localhost
diff -r d54996fcc8b6 -r a78df8eb0586 devel/R-xfun/distinfo
--- a/devel/R-xfun/distinfo     Mon Feb 08 12:17:46 2021 +0000
+++ b/devel/R-xfun/distinfo     Mon Feb 08 12:20:48 2021 +0000
@@ -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



Home | Main Index | Thread Index | Old Index