From bb380fd07c7f9b8811ec57162286a681f3682ff3 Mon Sep 17 00:00:00 2001 From: wen Date: Sun, 9 Jun 2019 04:20:09 +0000 Subject: [PATCH] Update to 1.1.0 Upstream changes: cli 1.1.0 cli has now functions to add ANSI styles to text. These use the crayon package internally, and provide a simpler interface. See the col_*, bg_*, style_* and also the make_ansi_style() and combine_ansi_styles() functions (#51). New is_dynamic_tty() function detects if \r should be used for a stream (#62). New is_ansi_tty() function detects if ANSI control sequences can be used for a stream. New ansi_hide_cursor(), ansi_show_cursor() and ansi_with_hidden_cursor() functions to hide and show the cursor in terminals. New make_spinner() function helps integrating spinners into your functions. Now symbol always uses ASCII symbols when the cli.unicode option is set to FALSE. --- devel/R-cli/Makefile | 6 +++--- devel/R-cli/distinfo | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/devel/R-cli/Makefile b/devel/R-cli/Makefile index b4de4962be92..ab5fb551f235 100644 --- a/devel/R-cli/Makefile +++ b/devel/R-cli/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2019/01/27 14:24:59 wen Exp $ +# $NetBSD: Makefile,v 1.4 2019/06/09 04:20:09 wen Exp $ CATEGORIES= devel @@ -8,10 +8,10 @@ COMMENT= Helpers for developing command line interfaces LICENSE= mit R_PKGNAME= cli -R_PKGVER= 1.0.1 +R_PKGVER= 1.1.0 DEPENDS+= R-assertthat-[0-9]*:../../devel/R-assertthat -DEPENDS+= R-crayon-[0-9]*:../../devel/R-crayon +DEPENDS+= R-crayon>=1.3.4:../../devel/R-crayon USE_LANGUAGES= # none diff --git a/devel/R-cli/distinfo b/devel/R-cli/distinfo index 11321a6701fc..0f60ae92560b 100644 --- a/devel/R-cli/distinfo +++ b/devel/R-cli/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2019/01/27 14:24:59 wen Exp $ +$NetBSD: distinfo,v 1.3 2019/06/09 04:20:09 wen Exp $ -SHA1 (R/cli_1.0.1.tar.gz) = 337250c0486e894ec68a00954a69218914a6c33f -RMD160 (R/cli_1.0.1.tar.gz) = 8c9d9387b7201eb438f191873c190a5315d966ec -SHA512 (R/cli_1.0.1.tar.gz) = 21f823a2e4500f2b4e4d8cb76fe57516bb5c85182b2cc1c2b9eae79fd0e20a9b3df315fe9dd41f920848eda4835fbbad0b416e08478c0b092a4462c753204ad9 -Size (R/cli_1.0.1.tar.gz) = 2186755 bytes +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