aboutsummaryrefslogtreecommitdiff
path: root/graphics/R-cran-viridisLite
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2023-05-12 12:40:33 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2023-05-12 16:05:12 +0000
commit335c59490e3aa2a2a4ea0ac9374e8d7529545da7 (patch)
tree88fbf77703fd321bea44e0b9e60b1d1eb7fd78e2 /graphics/R-cran-viridisLite
parent5b4cadb23cbc2db23d7e2a40c16abd3e862fcf62 (diff)
downloadports-335c59490e3aa2a2a4ea0ac9374e8d7529545da7.tar.gz
ports-335c59490e3aa2a2a4ea0ac9374e8d7529545da7.zip
graphics/R-cran-viridisLite: Update to 0.4.2
- Update to 0.4.2 - Update pkg-descr
Diffstat (limited to 'graphics/R-cran-viridisLite')
-rw-r--r--graphics/R-cran-viridisLite/Makefile3
-rw-r--r--graphics/R-cran-viridisLite/distinfo6
-rw-r--r--graphics/R-cran-viridisLite/pkg-descr20
3 files changed, 11 insertions, 18 deletions
diff --git a/graphics/R-cran-viridisLite/Makefile b/graphics/R-cran-viridisLite/Makefile
index 0ef836c4330b..b34cb7c56401 100644
--- a/graphics/R-cran-viridisLite/Makefile
+++ b/graphics/R-cran-viridisLite/Makefile
@@ -1,6 +1,5 @@
PORTNAME= viridisLite
-PORTVERSION= 0.4.1
-PORTREVISION= 1
+PORTVERSION= 0.4.2
CATEGORIES= graphics
DISTNAME= ${PORTNAME}_${DISTVERSION}
diff --git a/graphics/R-cran-viridisLite/distinfo b/graphics/R-cran-viridisLite/distinfo
index af5898e46912..c7f193f1bb1b 100644
--- a/graphics/R-cran-viridisLite/distinfo
+++ b/graphics/R-cran-viridisLite/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1662250195
-SHA256 (viridisLite_0.4.1.tar.gz) = a896db1ccae5fc1a8b3764d02f24cef74ef7a8341cf9f3401c4efe799870ea97
-SIZE (viridisLite_0.4.1.tar.gz) = 1267090
+TIMESTAMP = 1683895091
+SHA256 (viridisLite_0.4.2.tar.gz) = 893f111d31deccd2cc959bc9db7ba2ce9020a2dd1b9c1c009587e449c4cce1a1
+SIZE (viridisLite_0.4.2.tar.gz) = 1267121
diff --git a/graphics/R-cran-viridisLite/pkg-descr b/graphics/R-cran-viridisLite/pkg-descr
index ea57f63e3047..fc9495627c1c 100644
--- a/graphics/R-cran-viridisLite/pkg-descr
+++ b/graphics/R-cran-viridisLite/pkg-descr
@@ -1,13 +1,7 @@
-Implementation of the 'viridis' - the default -, 'magma', 'plasma',
-'inferno', and 'cividis' color maps for 'R'. 'viridis', 'magma',
-'plasma', and 'inferno' are ported from 'matplotlib'
-<http://matplotlib.org/>, a popular plotting library for 'python'.
-'cividis', was developed by Jamie R. Nuñez and Sean M. Colby. These
-color maps are designed in such a way that they will analytically
-be perfectly perceptually-uniform, both in regular form and also
-when converted to black-and-white. They are also designed to be
-perceived by readers with the most common form of color blindness
-(all color maps in this package) and color vision deficiency
-('cividis' only). This is the 'lite' version of the more complete
-'viridis' package that can be found at
-<https://cran.r-project.org/package=viridis>.
+Color maps designed to improve graph readability for readers with
+common forms of color blindness and/or color vision deficiency. The
+color maps are also perceptually-uniform, both in regular form and
+also when converted to black-and-white for printing. This is the
+'lite' version of the 'viridis' package that also contains 'ggplot2'
+bindings for discrete and continuous color and fill scales and can
+be found at <https://cran.r-project.org/package=viridis>.