pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/R-cli Update to 1.1.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6cc915ee1dc3
branches:  trunk
changeset: 334916:6cc915ee1dc3
user:      wen <wen%pkgsrc.org@localhost>
date:      Sun Jun 09 04:20:09 2019 +0000

description:
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.

diffstat:

 devel/R-cli/Makefile |   6 +++---
 devel/R-cli/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (37 lines):

diff -r 721ce511a9f2 -r 6cc915ee1dc3 devel/R-cli/Makefile
--- a/devel/R-cli/Makefile      Sun Jun 09 03:44:58 2019 +0000
+++ b/devel/R-cli/Makefile      Sun Jun 09 04:20:09 2019 +0000
@@ -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 @@
 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 -r 721ce511a9f2 -r 6cc915ee1dc3 devel/R-cli/distinfo
--- a/devel/R-cli/distinfo      Sun Jun 09 03:44:58 2019 +0000
+++ b/devel/R-cli/distinfo      Sun Jun 09 04:20:09 2019 +0000
@@ -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



Home | Main Index | Thread Index | Old Index