diff options
author | tota <tota@FreeBSD.org> | 2018-03-21 18:27:19 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2018-03-21 18:27:19 +0800 |
commit | c374b44f95d33022e4ad2cb6a0493b3f87c76d9c (patch) | |
tree | 146d46a503bc2e7d57d273717c2809d91646a47b /graphics | |
parent | 019567cc421e57e1a3ebc69909d2d574d31de58a (diff) | |
download | freebsd-ports-gnome-c374b44f95d33022e4ad2cb6a0493b3f87c76d9c.tar.gz freebsd-ports-gnome-c374b44f95d33022e4ad2cb6a0493b3f87c76d9c.tar.zst freebsd-ports-gnome-c374b44f95d33022e4ad2cb6a0493b3f87c76d9c.zip |
- Update to 0.3.0
- Update pkg-descr
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/R-cran-viridisLite/Makefile | 3 | ||||
-rw-r--r-- | graphics/R-cran-viridisLite/distinfo | 6 | ||||
-rw-r--r-- | graphics/R-cran-viridisLite/pkg-descr | 16 |
3 files changed, 15 insertions, 10 deletions
diff --git a/graphics/R-cran-viridisLite/Makefile b/graphics/R-cran-viridisLite/Makefile index 314e4b0cd0d6..46720c8a3ace 100644 --- a/graphics/R-cran-viridisLite/Makefile +++ b/graphics/R-cran-viridisLite/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= viridisLite -PORTVERSION= 0.2.0 -PORTREVISION= 1 +PORTVERSION= 0.3.0 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/graphics/R-cran-viridisLite/distinfo b/graphics/R-cran-viridisLite/distinfo index 8d56b64fc91f..c5a599a29ea1 100644 --- a/graphics/R-cran-viridisLite/distinfo +++ b/graphics/R-cran-viridisLite/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1494194228 -SHA256 (viridisLite_0.2.0.tar.gz) = 2d4d909f21c51e720bd685f05041ba158294e0a4064e0946d0bd916709818694 -SIZE (viridisLite_0.2.0.tar.gz) = 48073 +TIMESTAMP = 1521624393 +SHA256 (viridisLite_0.3.0.tar.gz) = 780ea12e7c4024d5ba9029f3a107321c74b8d6d9165262f6e64b79e00aa0c2af +SIZE (viridisLite_0.3.0.tar.gz) = 44019 diff --git a/graphics/R-cran-viridisLite/pkg-descr b/graphics/R-cran-viridisLite/pkg-descr index 7297b8ff434d..d83f160db6c3 100644 --- a/graphics/R-cran-viridisLite/pkg-descr +++ b/graphics/R-cran-viridisLite/pkg-descr @@ -1,9 +1,15 @@ -Port of the new 'matplotlib' color maps ('viridis' - the default -, -'magma', 'plasma' and 'inferno') to 'R'. 'matplotlib' -<http://matplotlib.org/> is a popular plotting library for 'python'. -These color maps are designed in such a way that they will analytically +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. +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>. WWW: https://cran.r-project.org/web/packages/viridisLite/ |