pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   brook
Date:           Wed Jul 31 13:01:17 UTC 2019

Modified Files:
        pkgsrc/doc: CHANGES-2019
        pkgsrc/graphics: Makefile
Added Files:
        pkgsrc/graphics/R-viridis: DESCR Makefile distinfo

Log Message:
R-viridis: initial commit.

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<c3><b1>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).


To generate a diff of this commit:
cvs rdiff -u -r1.3098 -r1.3099 pkgsrc/doc/CHANGES-2019
cvs rdiff -u -r1.829 -r1.830 pkgsrc/graphics/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/R-viridis/DESCR \
    pkgsrc/graphics/R-viridis/Makefile pkgsrc/graphics/R-viridis/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/doc/CHANGES-2019
diff -u pkgsrc/doc/CHANGES-2019:1.3098 pkgsrc/doc/CHANGES-2019:1.3099
--- pkgsrc/doc/CHANGES-2019:1.3098      Wed Jul 31 12:59:05 2019
+++ pkgsrc/doc/CHANGES-2019     Wed Jul 31 13:01:17 2019
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.3098 2019/07/31 12:59:05 brook Exp $
+$NetBSD: CHANGES-2019,v 1.3099 2019/07/31 13:01:17 brook Exp $
 
 Changes to the packages collection and infrastructure in 2019:
 
@@ -5055,3 +5055,4 @@ Changes to the packages collection and i
        Updated audio/opusfile to 0.11 [nia 2019-07-31]
        Updated games/openttd to 1.9.2 [nia 2019-07-31]
        Added graphics/R-effects version 4.1.1 [brook 2019-07-31]
+       Added graphics/R-viridis version 0.5.1 [brook 2019-07-31]

Index: pkgsrc/graphics/Makefile
diff -u pkgsrc/graphics/Makefile:1.829 pkgsrc/graphics/Makefile:1.830
--- pkgsrc/graphics/Makefile:1.829      Wed Jul 31 12:59:05 2019
+++ pkgsrc/graphics/Makefile    Wed Jul 31 13:01:17 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.829 2019/07/31 12:59:05 brook Exp $
+# $NetBSD: Makefile,v 1.830 2019/07/31 13:01:17 brook Exp $
 #
 
 COMMENT=       Graphics tools and libraries
@@ -31,6 +31,7 @@ SUBDIR+=      R-labeling
 SUBDIR+=       R-latticeExtra
 SUBDIR+=       R-munsell
 SUBDIR+=       R-scales
+SUBDIR+=       R-viridis
 SUBDIR+=       R-viridisLite
 SUBDIR+=       SDL2_image
 SUBDIR+=       SDL_image

Added files:

Index: pkgsrc/graphics/R-viridis/DESCR
diff -u /dev/null pkgsrc/graphics/R-viridis/DESCR:1.1
--- /dev/null   Wed Jul 31 13:01:17 2019
+++ pkgsrc/graphics/R-viridis/DESCR     Wed Jul 31 13:01:17 2019
@@ -0,0 +1,11 @@
+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<c3><b1>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).
Index: pkgsrc/graphics/R-viridis/Makefile
diff -u /dev/null pkgsrc/graphics/R-viridis/Makefile:1.1
--- /dev/null   Wed Jul 31 13:01:17 2019
+++ pkgsrc/graphics/R-viridis/Makefile  Wed Jul 31 13:01:17 2019
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2019/07/31 13:01:17 brook Exp $
+
+CATEGORIES=    graphics R
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      ${R_HOMEPAGE_BASE}/viridis/
+COMMENT=       Default color maps from 'matplotlib'
+LICENSE=       mit
+
+R_PKGNAME=     viridis
+R_PKGVER=      0.5.1
+
+DEPENDS+=      R-ggplot2>=1.0.1:../../graphics/R-ggplot2
+DEPENDS+=      R-viridisLite>=0.3.0:../../graphics/R-viridisLite
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/graphics/R-viridis/distinfo
diff -u /dev/null pkgsrc/graphics/R-viridis/distinfo:1.1
--- /dev/null   Wed Jul 31 13:01:17 2019
+++ pkgsrc/graphics/R-viridis/distinfo  Wed Jul 31 13:01:17 2019
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/07/31 13:01:17 brook Exp $
+
+SHA1 (R/viridis_0.5.1.tar.gz) = 9ed9eaf76d1c3e66694d6948bb1d5d4bd3413539
+RMD160 (R/viridis_0.5.1.tar.gz) = 9ecb2b633da5e3f83ba5bad7068edc18182a0648
+SHA512 (R/viridis_0.5.1.tar.gz) = 73bc64b5d8dccc699e70e031dce7b33ccc60c192449aed49a0c0741c7e820a92c39e3ae4da7e787acb9839ad0fe0588aeb5bd976e9b42d3bf3ae4c79a7126ebd
+Size (R/viridis_0.5.1.tar.gz) = 1906320 bytes



Home | Main Index | Thread Index | Old Index