Date: Wed, 21 Mar 2018 10:27:19 +0000 (UTC) From: TAKATSU Tomonari <tota@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r465167 - head/graphics/R-cran-viridisLite Message-ID: <201803211027.w2LARJWs061858@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tota Date: Wed Mar 21 10:27:19 2018 New Revision: 465167 URL: https://svnweb.freebsd.org/changeset/ports/465167 Log: - Update to 0.3.0 - Update pkg-descr Modified: head/graphics/R-cran-viridisLite/Makefile (contents, props changed) head/graphics/R-cran-viridisLite/distinfo (contents, props changed) head/graphics/R-cran-viridisLite/pkg-descr (contents, props changed) Modified: head/graphics/R-cran-viridisLite/Makefile ============================================================================== --- head/graphics/R-cran-viridisLite/Makefile Wed Mar 21 09:33:18 2018 (r465166) +++ head/graphics/R-cran-viridisLite/Makefile Wed Mar 21 10:27:19 2018 (r465167) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= viridisLite -PORTVERSION= 0.2.0 -PORTREVISION= 1 +PORTVERSION= 0.3.0 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/graphics/R-cran-viridisLite/distinfo ============================================================================== --- head/graphics/R-cran-viridisLite/distinfo Wed Mar 21 09:33:18 2018 (r465166) +++ head/graphics/R-cran-viridisLite/distinfo Wed Mar 21 10:27:19 2018 (r465167) @@ -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 Modified: head/graphics/R-cran-viridisLite/pkg-descr ============================================================================== --- head/graphics/R-cran-viridisLite/pkg-descr Wed Mar 21 09:33:18 2018 (r465166) +++ head/graphics/R-cran-viridisLite/pkg-descr Wed Mar 21 10:27:19 2018 (r465167) @@ -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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803211027.w2LARJWs061858>