Sat Jun 5 07:30:58 2021 UTC ()
(print/R-knitr) Update TEST_DEPENDS+= info, not compelete yet


(mef)
diff -r1.9 -r1.10 pkgsrc/print/R-knitr/Makefile

cvs diff -r1.9 -r1.10 pkgsrc/print/R-knitr/Makefile (expand / switch to unified diff)

--- pkgsrc/print/R-knitr/Makefile 2021/05/31 23:56:07 1.9
+++ pkgsrc/print/R-knitr/Makefile 2021/06/05 07:30:58 1.10
@@ -1,37 +1,39 @@ @@ -1,37 +1,39 @@
1# $NetBSD: Makefile,v 1.9 2021/05/31 23:56:07 mef Exp $ 1# $NetBSD: Makefile,v 1.10 2021/06/05 07:30:58 mef Exp $
2 2
3R_PKGNAME= knitr 3R_PKGNAME= knitr
4R_PKGVER= 1.33 4R_PKGVER= 1.33
5CATEGORIES= print 5CATEGORIES= print
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8COMMENT= General-purpose package for dynamic report generation in R 8COMMENT= General-purpose package for dynamic report generation in R
9LICENSE= gnu-gpl-v1 OR gnu-gpl-v2 OR gnu-gpl-v3 9LICENSE= gnu-gpl-v1 OR gnu-gpl-v2 OR gnu-gpl-v3
10 10
11DEPENDS+= R-evaluate>=0.10:../../devel/R-evaluate 11DEPENDS+= R-evaluate>=0.10:../../devel/R-evaluate
12DEPENDS+= R-xfun>=0.21:../../devel/R-xfun 12DEPENDS+= R-xfun>=0.21:../../devel/R-xfun
13DEPENDS+= R-digest>=0.6.4:../../security/R-digest 13DEPENDS+= R-digest>=0.6.4:../../security/R-digest
14DEPENDS+= R-formatR>=0.10:../../textproc/R-formatR 14DEPENDS+= R-formatR>=0.10:../../textproc/R-formatR
15DEPENDS+= R-highr>=0.8:../../textproc/R-highr 15DEPENDS+= R-highr>=0.8:../../textproc/R-highr
16DEPENDS+= R-markdown>=1.0:../../textproc/R-markdown 16DEPENDS+= R-markdown>=1.0:../../textproc/R-markdown
17DEPENDS+= R-stringr>=0.6:../../textproc/R-stringr 17DEPENDS+= R-stringr>=0.6:../../textproc/R-stringr
18DEPENDS+= R-yaml>=2.1.19:../../textproc/R-yaml 18DEPENDS+= R-yaml>=2.1.19:../../textproc/R-yaml
19 19
20# Packages suggested but not available: 20TEST_DEPENDS+= R-highr-[0-9]*:../../textproc/R-highr
21# 'rgl', 'rmarkdown', 'webshot', 'tikzDevice', 'tinytex', 'reticulate', 21TEST_DEPENDS+= R-markdown-[0-9]*:../../textproc/R-markdown
22# 'JuliaCall', 'magick', 'png', 'jpeg', 'gifski', 'DBI', 'showtext', 
23# 'sass', 'bslib', 'ragg', 'styler' 
24 22
 23# Packages suggested but not available:
 24# 'rgl', 'rmarkdown', 'webshot', 'tikzDevice', 'tinytex', 'reticulate',
 25# 'JuliaCall', 'magick', 'png', 'jpeg', 'gifski', 'xml2', 'DBI',
 26# 'showtext', 'tibble', 'sass', 'bslib', 'ragg', 'styler'
25 27
26USE_LANGUAGES= # none 28USE_LANGUAGES= # none
27 29
28REPLACE_RSCRIPT+= inst/bin/knit 30REPLACE_RSCRIPT+= inst/bin/knit
29REPLACE_RSCRIPT+= inst/examples/knit-all.R 31REPLACE_RSCRIPT+= inst/examples/knit-all.R
30 32
31REPLACE_INTERPRETER+= Rscript 33REPLACE_INTERPRETER+= Rscript
32REPLACE.Rscript.old= .*Rscript 34REPLACE.Rscript.old= .*Rscript
33REPLACE.Rscript.new= ${PREFIX}/bin/Rscript 35REPLACE.Rscript.new= ${PREFIX}/bin/Rscript
34REPLACE_FILES.Rscript= ${REPLACE_RSCRIPT} 36REPLACE_FILES.Rscript= ${REPLACE_RSCRIPT}
35 37
36.include "../../math/R/Makefile.extension" 38.include "../../math/R/Makefile.extension"
37.include "../../mk/bsd.pkg.mk" 39.include "../../mk/bsd.pkg.mk"