1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

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

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/viridis/
This commit is contained in:
TAKATSU Tomonari 2017-05-08 09:07:23 +00:00
parent 7965679b1b
commit 485d7650fc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=440402
4 changed files with 35 additions and 0 deletions

View File

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

View File

@ -0,0 +1,22 @@
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= viridis
PORTVERSION= 0.4.0
CATEGORIES= graphics
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Default Color Maps from 'matplotlib'
LICENSE= MIT
CRAN_DEPENDS= R-cran-viridisLite>=0.2.0:graphics/R-cran-viridisLite \
R-cran-ggplot2>=1.0.1:graphics/R-cran-ggplot2 \
R-cran-gridExtra>0:graphics/R-cran-gridExtra
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
USES= cran:auto-plist
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1494193855
SHA256 (viridis_0.4.0.tar.gz) = 93d2ded68ed7cec5633c260dbc47051416147aae074f29ebe135cc329250b00e
SIZE (viridis_0.4.0.tar.gz) = 1787731

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/viridis/