Skip to content

Commit

Permalink
Update to 1.1.0
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
wen committed Jun 9, 2019
1 parent 9f35114 commit bb380fd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions devel/R-cli/Makefile
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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

Expand Down
10 changes: 5 additions & 5 deletions devel/R-cli/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit bb380fd

Please sign in to comment.