pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/R-thematic
Module Name: pkgsrc
Committed By: mef
Date: Tue Jun 8 01:40:35 UTC 2021
Added Files:
pkgsrc/graphics/R-thematic: DESCR Makefile distinfo
Log Message:
(graphics/R-thematic) import R-thematic-0.1.2
Theme 'ggplot2', 'lattice', and 'base' graphics based on a few
choices, including foreground color, background color, accent color,
and font family. Fonts that aren't available on the system, but are
available via download on 'Google Fonts', can be automatically
downloaded, cached, and registered for use with the 'showtext' and
'ragg' packages.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/R-thematic/DESCR \
pkgsrc/graphics/R-thematic/Makefile pkgsrc/graphics/R-thematic/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/graphics/R-thematic/DESCR
diff -u /dev/null pkgsrc/graphics/R-thematic/DESCR:1.1
--- /dev/null Tue Jun 8 01:40:35 2021
+++ pkgsrc/graphics/R-thematic/DESCR Tue Jun 8 01:40:35 2021
@@ -0,0 +1,6 @@
+Theme 'ggplot2', 'lattice', and 'base' graphics based on a few
+choices, including foreground color, background color, accent color,
+and font family. Fonts that aren't available on the system, but are
+available via download on 'Google Fonts', can be automatically
+downloaded, cached, and registered for use with the 'showtext' and
+'ragg' packages.
Index: pkgsrc/graphics/R-thematic/Makefile
diff -u /dev/null pkgsrc/graphics/R-thematic/Makefile:1.1
--- /dev/null Tue Jun 8 01:40:35 2021
+++ pkgsrc/graphics/R-thematic/Makefile Tue Jun 8 01:40:35 2021
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1 2021/06/08 01:40:35 mef Exp $
+
+R_PKGNAME= thematic
+R_PKGVER= 0.1.2
+CATEGORIES= graphics
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+COMMENT= Unified & Automatic 'Theming' of 'ggplot2 / lattice / base' R Graphics
+LICENSE= mit # + file LICENSE
+
+DEPENDS+= R-rappdirs>=0.3.1:../../devel/R-rappdirs
+DEPENDS+= R-rlang>=0.4.11:../../devel/R-rlang
+DEPENDS+= R-farver>=2.0.3:../../graphics/R-farver
+DEPENDS+= R-ggplot2>=3.3.0:../../graphics/R-ggplot2
+DEPENDS+= R-scales>=1.1.0:../../graphics/R-scales
+DEPENDS+= R-rstudioapi>=0.8:../../math/R-rstudioapi
+
+# Packages suggested but not available:
+# 'sysfonts', 'showtext', 'Cairo', 'systemfonts', 'ragg',
+# 'gganimate', 'vdiffr', 'svglite'
+TEST_DEPENDS+= R-bslib-[0-9]*:../../www/R-bslib
+TEST_DEPENDS+= R-shiny-[0-9]*:../../www/R-shiny
+TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
+
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/graphics/R-thematic/distinfo
diff -u /dev/null pkgsrc/graphics/R-thematic/distinfo:1.1
--- /dev/null Tue Jun 8 01:40:35 2021
+++ pkgsrc/graphics/R-thematic/distinfo Tue Jun 8 01:40:35 2021
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/06/08 01:40:35 mef Exp $
+
+SHA1 (R/thematic_0.1.2.tar.gz) = f72bce16ce40e55764e1717c8b02af0822e5b857
+RMD160 (R/thematic_0.1.2.tar.gz) = 702cc12538030e5592950e14297b49a7a49507d4
+SHA512 (R/thematic_0.1.2.tar.gz) = a7c04e813f205aff1503dd9ad49c255e4f203a1f7d20ba390d8d817ce305d7a96a9b88a12b33ff179611314908dfc6e56ea86396c65003a52942aa6ed060543f
+Size (R/thematic_0.1.2.tar.gz) = 2774264 bytes
Home |
Main Index |
Thread Index |
Old Index