pkgsrc/devel/R-cli/Makefile
wen fbdcbde66a 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.
2019-06-09 04:20:09 +00:00

20 lines
482 B
Makefile

# $NetBSD: Makefile,v 1.4 2019/06/09 04:20:09 wen Exp $
CATEGORIES= devel
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= https://github.com/r-lib/cli
COMMENT= Helpers for developing command line interfaces
LICENSE= mit
R_PKGNAME= cli
R_PKGVER= 1.1.0
DEPENDS+= R-assertthat-[0-9]*:../../devel/R-assertthat
DEPENDS+= R-crayon>=1.3.4:../../devel/R-crayon
USE_LANGUAGES= # none
BUILDLINK_API_DEPENDS.R+= R>=2.10
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"