Index: head/graphics/R-cran-viridisLite/Makefile =================================================================== --- head/graphics/R-cran-viridisLite/Makefile (revision 465166) +++ head/graphics/R-cran-viridisLite/Makefile (revision 465167) @@ -1,17 +1,16 @@ # Created by: TAKATSU Tomonari # $FreeBSD$ PORTNAME= viridisLite -PORTVERSION= 0.2.0 -PORTREVISION= 1 +PORTVERSION= 0.3.0 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Default Color Maps from 'matplotlib' (Lite Version) LICENSE= MIT USES= cran:auto-plist .include Index: head/graphics/R-cran-viridisLite/distinfo =================================================================== --- head/graphics/R-cran-viridisLite/distinfo (revision 465166) +++ head/graphics/R-cran-viridisLite/distinfo (revision 465167) @@ -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 Index: head/graphics/R-cran-viridisLite/pkg-descr =================================================================== --- head/graphics/R-cran-viridisLite/pkg-descr (revision 465166) +++ head/graphics/R-cran-viridisLite/pkg-descr (revision 465167) @@ -1,9 +1,15 @@ -Port of the new 'matplotlib' color maps ('viridis' - the default -, -'magma', 'plasma' and 'inferno') to 'R'. 'matplotlib' - 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' +, 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 +. WWW: https://cran.r-project.org/web/packages/viridisLite/