pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/R-crayon
Module Name: pkgsrc
Committed By: wen
Date: Sat Apr 2 02:57:05 UTC 2022
Modified Files:
pkgsrc/devel/R-crayon: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/R-crayon/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/R-crayon/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-crayon/Makefile
diff -u pkgsrc/devel/R-crayon/Makefile:1.4 pkgsrc/devel/R-crayon/Makefile:1.5
--- pkgsrc/devel/R-crayon/Makefile:1.4 Thu Aug 8 19:53:38 2019
+++ pkgsrc/devel/R-crayon/Makefile Sat Apr 2 02:57:05 2022
@@ -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
Index: pkgsrc/devel/R-crayon/distinfo
diff -u pkgsrc/devel/R-crayon/distinfo:1.3 pkgsrc/devel/R-crayon/distinfo:1.4
--- pkgsrc/devel/R-crayon/distinfo:1.3 Tue Oct 26 10:14:03 2021
+++ pkgsrc/devel/R-crayon/distinfo Sat Apr 2 02:57:05 2022
@@ -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