Received: by mail.netbsd.org (Postfix, from userid 605) id 0311484D67; Sun, 20 Sep 2020 21:22:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7E02A84D59 for ; Sun, 20 Sep 2020 21:22:03 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id sTQQNuVQVQln for ; Sun, 20 Sep 2020 21:22:02 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id CF7D884CDA for ; Sun, 20 Sep 2020 21:22:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C41A6FB28; Sun, 20 Sep 2020 21:22:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_160063692229820" MIME-Version: 1.0 Date: Sun, 20 Sep 2020 21:22:02 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/R-cli To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20200920212202.C41A6FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_160063692229820 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sun Sep 20 21:22:02 UTC 2020 Modified Files: pkgsrc/devel/R-cli: Makefile distinfo Log Message: (devel/R-cli) Updated 1.1.0 to 2.0.2, make test fails now. # cli 2.0.2 * The status bar now does not simplify multiple spaces by a single space. * cli now does not crash if it fails to detect whether the RStudio theme is a dark theme (#138). * cli now works better with wide Unicode characters, for example emojis. In particular, a status bar containing emojis is cleared properly (#133). * The status bar now does not flicker when updated, in terminals (#135). # cli 2.0.1 * Symbols (`symbol$*`) are now correctly printed in RStudio on Windows (#124). * The default theme for `cli_code()` output looks better now, especially in RStudio (#123). * Remove spurious newline after a `cli_process_start()` was cleared manually, and also at the end of the function. * Use Oxford comma when listing 3 or more items (@jonocarroll, #128). # cli 2.0.0 ## Semantic command line interface tools cli 2.0.0 has a new set of functions that help creating a CLI using a set of higher level elements: headings, paragraphs, lists, alerts, code blocks, etc. The formatting of all elements can be customized via themes. See the "Building a semantic CLI" article on the package web site: https://cli.r-lib.org ## Bug fixes: * Fix a bug in `is_dynamic_tty()`, setting `R_CLI_DYNAMIC="FALSE"` now properly turns dynamic tty off (#70). CVS: ---------------------------------------------------------------------- To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/R-cli/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/R-cli/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_160063692229820 Content-Disposition: inline Content-Length: 2272 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/R-cli/Makefile diff -u pkgsrc/devel/R-cli/Makefile:1.6 pkgsrc/devel/R-cli/Makefile:1.7 --- pkgsrc/devel/R-cli/Makefile:1.6 Thu Aug 8 19:53:38 2019 +++ pkgsrc/devel/R-cli/Makefile Sun Sep 20 21:22:02 2020 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2019/08/08 19:53:38 brook Exp $ +# $NetBSD: Makefile,v 1.7 2020/09/20 21:22:02 mef Exp $ R_PKGNAME= cli -R_PKGVER= 1.1.0 +R_PKGVER= 2.0.2 CATEGORIES= devel MAINTAINER= minskim@NetBSD.org @@ -11,7 +11,21 @@ LICENSE= mit DEPENDS+= R-assertthat>=0.2.1:../../devel/R-assertthat DEPENDS+= R-crayon>=1.3.4:../../devel/R-crayon +TEST_DEPENDS+= R-mockery-[0-9]*:../../devel/R-mockery +TEST_DEPENDS+= R-prettycode-[0-9]*:../../devel/R-prettycode +TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr +TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr +TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown + USE_LANGUAGES= # none +REPLACE_RSCRIPT+= inst/examples/apps/*.R +REPLACE_RSCRIPT+= inst/scripts/*.R + +REPLACE_INTERPRETER+= Rscript +REPLACE.Rscript.old= .*Rscript +REPLACE.Rscript.new= ${PREFIX}/bin/Rscript +REPLACE_FILES.Rscript= ${REPLACE_RSCRIPT} + .include "../../math/R/Makefile.extension" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/R-cli/distinfo diff -u pkgsrc/devel/R-cli/distinfo:1.3 pkgsrc/devel/R-cli/distinfo:1.4 --- pkgsrc/devel/R-cli/distinfo:1.3 Sun Jun 9 04:20:09 2019 +++ pkgsrc/devel/R-cli/distinfo Sun Sep 20 21:22:02 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2019/06/09 04:20:09 wen Exp $ +$NetBSD: distinfo,v 1.4 2020/09/20 21:22:02 mef Exp $ -SHA1 (R/cli_1.1.0.tar.gz) = 2321ab2c7e0d106f53c69f34728fafb1a2e22ac7 -RMD160 (R/cli_1.1.0.tar.gz) = b1196b9a24e9cab8acf47bd60b1ed6223ca3eab2 -SHA512 (R/cli_1.1.0.tar.gz) = cde3562bc2d52957b2c73d2579f50a989015abf92cd945869a116d5f631ac96c29977e126901394a96521918e40ab67e91fbfecb6127a5fb17f6f831b8656e31 -Size (R/cli_1.1.0.tar.gz) = 40232 bytes +SHA1 (R/cli_2.0.2.tar.gz) = 1f8bc210c6d2b6c872ccdc899937996c2acfc356 +RMD160 (R/cli_2.0.2.tar.gz) = 713bd057281f47015b858b2ac9e643b716eea3e8 +SHA512 (R/cli_2.0.2.tar.gz) = c5a398a35bfbc43b618b97477ef97785c674c1aad03fcbf20786f1eab057cd5f21da430ffa69161d14a331b2e538d8dc75b6a3a2699db799b1441dce31d3761e +Size (R/cli_2.0.2.tar.gz) = 116357 bytes --_----------=_160063692229820--