pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/R-cli
Module Name: pkgsrc
Committed By: wen
Date: Sun Jun 9 04:20:09 UTC 2019
Modified Files:
pkgsrc/devel/R-cli: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/R-cli/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/R-cli/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/R-cli/Makefile
diff -u pkgsrc/devel/R-cli/Makefile:1.3 pkgsrc/devel/R-cli/Makefile:1.4
--- pkgsrc/devel/R-cli/Makefile:1.3 Sun Jan 27 14:24:59 2019
+++ pkgsrc/devel/R-cli/Makefile Sun Jun 9 04:20:09 2019
@@ -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
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
Index: pkgsrc/devel/R-cli/distinfo
diff -u pkgsrc/devel/R-cli/distinfo:1.2 pkgsrc/devel/R-cli/distinfo:1.3
--- pkgsrc/devel/R-cli/distinfo:1.2 Sun Jan 27 14:24:59 2019
+++ pkgsrc/devel/R-cli/distinfo Sun Jun 9 04:20:09 2019
@@ -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