Sat Apr 2 02:57:05 2022 UTC ()
Update to 1.5.1

Upstream changes:
1.5.1

    crayon now does not fail to install from source if the utils package is not loaded (#133).

1.5.0

    You can use the new cli.default_num_colors option to set the default number of ANSI colors, only if ANSI support is otherwise detected. See the details in the manual of num_ansi_colors(). (From cli.)

    crayon now install cleanly on R 3.4.x and R 3.5.x on Windows (#131).

1.4.2

    Better ANSI support detection if there is an active sink().

    Support ANSI markup in RStudio jobs.

1.4.1

    ANSI color support detection works correctly now in older RStudio (#112).

    ANSI color support detection works correctly now on older R versions (#109).

1.4.0

    Overhauled and much improved detection of ANSI color support and number of ANSI colors.

    NO_COLOR environment variable disables color (#64)

    Now colors are turned on if ANSICON (https://github.com/adoxa/ansicon) is active.

    New hyperlink() function to add hyperlinks to terminal output. The new has_hyperlink() function tests if the current stdout() supports this.

    reset style now restores previous style for text following it (@brodieG, #35).

    Warnings are no longer generated when the INSIDE_EMACS environment variable is set but does not include a version number.


(wen)
diff -r1.4 -r1.5 pkgsrc/devel/R-crayon/Makefile
diff -r1.3 -r1.4 pkgsrc/devel/R-crayon/distinfo

cvs diff -r1.4 -r1.5 pkgsrc/devel/R-crayon/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/R-crayon/Makefile 2019/08/08 19:53:38 1.4
+++ pkgsrc/devel/R-crayon/Makefile 2022/04/02 02:57:05 1.5
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.4 2019/08/08 19:53:38 brook Exp $ 1# $NetBSD: Makefile,v 1.5 2022/04/02 02:57:05 wen Exp $
2 2
3R_PKGNAME= crayon 3R_PKGNAME= crayon
4R_PKGVER= 1.3.4 4R_PKGVER= 1.5.1
5CATEGORIES= devel 5CATEGORIES= devel
6 6
7MAINTAINER= minskim@NetBSD.org 7MAINTAINER= minskim@NetBSD.org
8COMMENT= Colored terminal output 8COMMENT= Colored terminal output
9LICENSE= mit 9LICENSE= mit
10 10
11USE_LANGUAGES= # none 11USE_LANGUAGES= # none
12 12
13.include "../../math/R/Makefile.extension" 13.include "../../math/R/Makefile.extension"
14.include "../../mk/bsd.pkg.mk" 14.include "../../mk/bsd.pkg.mk"

cvs diff -r1.3 -r1.4 pkgsrc/devel/R-crayon/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/R-crayon/distinfo 2021/10/26 10:14:03 1.3
+++ pkgsrc/devel/R-crayon/distinfo 2022/04/02 02:57:05 1.4
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.3 2021/10/26 10:14:03 nia Exp $ 1$NetBSD: distinfo,v 1.4 2022/04/02 02:57:05 wen Exp $
2 2
3BLAKE2s (R/crayon_1.3.4.tar.gz) = 63096623d36d540aee3e69b88a91efcdced1c59e6c308837852e90c251e5010d 3BLAKE2s (R/crayon_1.5.1.tar.gz) = cda2d7a31a93f3b76393f9e97d146dd1962a9edbe827615bb3d866b9d400d530
4SHA512 (R/crayon_1.3.4.tar.gz) = 201e5e9b02cf10c4f098d07e0c982d3a4d8ee6c18dce666a4b74734c7b1d853af97d1aa4991470ddb89e4f3b5baa321f9fd4eabe1034f52b5ac10d051aa2eb18 4SHA512 (R/crayon_1.5.1.tar.gz) = b0a200e27572a9690aa7038b57ef93494cb1ec10cb285b4cd76bc2cd19e0af87ee31a179daa617e107c55dde77a602238ec3445d3e918d413b6674d02fc03096
5Size (R/crayon_1.3.4.tar.gz) = 658694 bytes 5Size (R/crayon_1.5.1.tar.gz) = 40178 bytes