Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 7A1331A921F for ; Fri, 1 Jan 2021 11:58:55 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id AFC46850F4; Fri, 1 Jan 2021 11:58:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EB2B584D6D for ; Fri, 1 Jan 2021 11:58:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id L7JOHsOu3Ekx for ; Fri, 1 Jan 2021 11:58:53 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5B84884D69 for ; Fri, 1 Jan 2021 11:58:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 592E9FA9D; Fri, 1 Jan 2021 11:58:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1609502333139660" MIME-Version: 1.0 Date: Fri, 1 Jan 2021 11:58:53 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/R-xfun To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20210101115853.592E9FA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1609502333139660 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1609502333139660 Content-Disposition: inline Content-Length: 1857 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 @@ -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 --_----------=_1609502333139660--