git: bc703377e140 - main - graphics/R-cran-viridis: Update to 0.6.3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 12 May 2023 16:07:48 UTC
The branch main has been updated by tota: URL: https://cgit.FreeBSD.org/ports/commit/?id=bc703377e14075f2cc5ee061e22974695d0ab053 commit bc703377e14075f2cc5ee061e22974695d0ab053 Author: TAKATSU Tomonari <tota@FreeBSD.org> AuthorDate: 2023-05-12 12:35:58 +0000 Commit: TAKATSU Tomonari <tota@FreeBSD.org> CommitDate: 2023-05-12 16:05:12 +0000 graphics/R-cran-viridis: Update to 0.6.3 - Update to 0.6.3 - Update pkg-descr --- graphics/R-cran-viridis/Makefile | 9 ++++----- graphics/R-cran-viridis/distinfo | 6 +++--- graphics/R-cran-viridis/pkg-descr | 19 ++++++++----------- 3 files changed, 15 insertions(+), 19 deletions(-) diff --git a/graphics/R-cran-viridis/Makefile b/graphics/R-cran-viridis/Makefile index 8eab1249865b..789a762362f7 100644 --- a/graphics/R-cran-viridis/Makefile +++ b/graphics/R-cran-viridis/Makefile @@ -1,6 +1,5 @@ PORTNAME= viridis -PORTVERSION= 0.6.2 -PORTREVISION= 1 +PORTVERSION= 0.6.3 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -10,9 +9,9 @@ WWW= https://cran.r-project.org/web/packages/viridis/ LICENSE= MIT -CRAN_DEPENDS= R-cran-viridisLite>=0.4.0:graphics/R-cran-viridisLite \ - R-cran-ggplot2>=1.0.1:graphics/R-cran-ggplot2 \ - R-cran-gridExtra>0:graphics/R-cran-gridExtra +CRAN_DEPENDS= R-cran-ggplot2>=1.0.1:graphics/R-cran-ggplot2 \ + R-cran-gridExtra>0:graphics/R-cran-gridExtra \ + R-cran-viridisLite>=0.4.0:graphics/R-cran-viridisLite BUILD_DEPENDS= ${CRAN_DEPENDS} RUN_DEPENDS= ${CRAN_DEPENDS} diff --git a/graphics/R-cran-viridis/distinfo b/graphics/R-cran-viridis/distinfo index 3c3eccfcf8e1..13dc2fc5b074 100644 --- a/graphics/R-cran-viridis/distinfo +++ b/graphics/R-cran-viridis/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1634380070 -SHA256 (viridis_0.6.2.tar.gz) = 69b58cd1d992710a08b0b227fd0a9590430eea3ed4858099412f910617e41311 -SIZE (viridis_0.6.2.tar.gz) = 3031731 +TIMESTAMP = 1683894706 +SHA256 (viridis_0.6.3.tar.gz) = 4a60b79745997219601a0cd1d85bc5eb8a9840ed732b06ef539dd33e1c7f1ffc +SIZE (viridis_0.6.3.tar.gz) = 3049132 diff --git a/graphics/R-cran-viridis/pkg-descr b/graphics/R-cran-viridis/pkg-descr index 30779148e0db..bbc2395adc95 100644 --- a/graphics/R-cran-viridis/pkg-descr +++ b/graphics/R-cran-viridis/pkg-descr @@ -1,11 +1,8 @@ -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 -(all color maps in this package) and color vision deficiency -('cividis' only). +Color maps designed to improve graph readability for readers with +common forms of color blindness and/or color vision deficiency. The +color maps are also perceptually-uniform, both in regular form and +also when converted to black-and-white for printing. This package +also contains 'ggplot2' bindings for discrete and continuous color +and fill scales. A lean version of the package called 'viridisLite' +that does not include the 'ggplot2' bindings can be found at +<https://cran.r-project.org/package=viridisLite>.