aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2018-03-21 18:27:19 +0800
committerTAKATSU Tomonari <tota@FreeBSD.org>2018-03-21 18:27:19 +0800
commit46a8614da57309e954b427736f278c14f64eed45 (patch)
tree146d46a503bc2e7d57d273717c2809d91646a47b
parent83ef7d8d9707df9b9b45598327c566f22fc9c18c (diff)
downloadfreebsd-ports-46a8614da57309e954b427736f278c14f64eed45.tar.gz
freebsd-ports-46a8614da57309e954b427736f278c14f64eed45.tar.zst
freebsd-ports-46a8614da57309e954b427736f278c14f64eed45.zip
- Update to 0.3.0
- Update pkg-descr
Notes
Notes: svn path=/head/; revision=465167
-rw-r--r--graphics/R-cran-viridisLite/Makefile3
-rw-r--r--graphics/R-cran-viridisLite/distinfo6
-rw-r--r--graphics/R-cran-viridisLite/pkg-descr16
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/