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:           Mon Feb  8 12:20:48 UTC 2021

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/R-xfun/Makefile
cvs rdiff -u -r1.4 -r1.5 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.5 pkgsrc/devel/R-xfun/Makefile:1.6
--- pkgsrc/devel/R-xfun/Makefile:1.5    Fri Jan  1 11:58:53 2021
+++ pkgsrc/devel/R-xfun/Makefile        Mon Feb  8 12:20:48 2021
@@ -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

Index: pkgsrc/devel/R-xfun/distinfo
diff -u pkgsrc/devel/R-xfun/distinfo:1.4 pkgsrc/devel/R-xfun/distinfo:1.5
--- pkgsrc/devel/R-xfun/distinfo:1.4    Fri Jan  1 11:58:53 2021
+++ pkgsrc/devel/R-xfun/distinfo        Mon Feb  8 12:20:48 2021
@@ -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