pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/R-crayon Update to 1.5.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/62162050421e
branches:  trunk
changeset: 376074:62162050421e
user:      wen <wen%pkgsrc.org@localhost>
date:      Sat Apr 02 02:57:05 2022 +0000

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

diffstat:

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

diffs (26 lines):

diff -r ce740421f963 -r 62162050421e devel/R-crayon/Makefile
--- a/devel/R-crayon/Makefile   Sat Apr 02 02:24:33 2022 +0000
+++ b/devel/R-crayon/Makefile   Sat Apr 02 02:57:05 2022 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2019/08/08 19:53:38 brook Exp $
+# $NetBSD: Makefile,v 1.5 2022/04/02 02:57:05 wen Exp $
 
 R_PKGNAME=     crayon
-R_PKGVER=      1.3.4
+R_PKGVER=      1.5.1
 CATEGORIES=    devel
 
 MAINTAINER=    minskim%NetBSD.org@localhost
diff -r ce740421f963 -r 62162050421e devel/R-crayon/distinfo
--- a/devel/R-crayon/distinfo   Sat Apr 02 02:24:33 2022 +0000
+++ b/devel/R-crayon/distinfo   Sat Apr 02 02:57:05 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 10:14:03 nia Exp $
+$NetBSD: distinfo,v 1.4 2022/04/02 02:57:05 wen Exp $
 
-BLAKE2s (R/crayon_1.3.4.tar.gz) = 63096623d36d540aee3e69b88a91efcdced1c59e6c308837852e90c251e5010d
-SHA512 (R/crayon_1.3.4.tar.gz) = 201e5e9b02cf10c4f098d07e0c982d3a4d8ee6c18dce666a4b74734c7b1d853af97d1aa4991470ddb89e4f3b5baa321f9fd4eabe1034f52b5ac10d051aa2eb18
-Size (R/crayon_1.3.4.tar.gz) = 658694 bytes
+BLAKE2s (R/crayon_1.5.1.tar.gz) = cda2d7a31a93f3b76393f9e97d146dd1962a9edbe827615bb3d866b9d400d530
+SHA512 (R/crayon_1.5.1.tar.gz) = b0a200e27572a9690aa7038b57ef93494cb1ec10cb285b4cd76bc2cd19e0af87ee31a179daa617e107c55dde77a602238ec3445d3e918d413b6674d02fc03096
+Size (R/crayon_1.5.1.tar.gz) = 40178 bytes



Home | Main Index | Thread Index | Old Index