- Add new port: graphics/R-cran-viridisLite

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
  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.

  WWW: https://cran.r-project.org/web/packages/viridisLite/
This commit is contained in:
TAKATSU Tomonari 2017-05-08 07:59:41 +00:00
parent 10e060b2d1
commit 37b773079b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=440399
4 changed files with 29 additions and 0 deletions

View File

@ -32,6 +32,7 @@
SUBDIR += R-cran-rtiff
SUBDIR += R-cran-scales
SUBDIR += R-cran-shape
SUBDIR += R-cran-viridisLite
SUBDIR += R-cran-visNetwork
SUBDIR += SciPlot
SUBDIR += a2png

View File

@ -0,0 +1,16 @@
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= viridisLite
PORTVERSION= 0.2.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 <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1494194228
SHA256 (viridisLite_0.2.0.tar.gz) = 2d4d909f21c51e720bd685f05041ba158294e0a4064e0946d0bd916709818694
SIZE (viridisLite_0.2.0.tar.gz) = 48073

View File

@ -0,0 +1,9 @@
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
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.
WWW: https://cran.r-project.org/web/packages/viridisLite/