Mon May 31 23:56:07 2021 UTC ()
(print/R-knitr) Updated 1.23 to 1.33, NEWS.md unknown


(mef)
diff -r1.8 -r1.9 pkgsrc/print/R-knitr/Makefile
diff -r1.6 -r1.7 pkgsrc/print/R-knitr/distinfo

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

--- pkgsrc/print/R-knitr/Makefile 2019/08/08 19:53:55 1.8
+++ pkgsrc/print/R-knitr/Makefile 2021/05/31 23:56:07 1.9
@@ -1,31 +1,37 @@ @@ -1,31 +1,37 @@
1# $NetBSD: Makefile,v 1.8 2019/08/08 19:53:55 brook Exp $ 1# $NetBSD: Makefile,v 1.9 2021/05/31 23:56:07 mef Exp $
2 2
3R_PKGNAME= knitr 3R_PKGNAME= knitr
4R_PKGVER= 1.23 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.8:../../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:
 21# 'rgl', 'rmarkdown', 'webshot', 'tikzDevice', 'tinytex', 'reticulate',
 22# 'JuliaCall', 'magick', 'png', 'jpeg', 'gifski', 'DBI', 'showtext',
 23# 'sass', 'bslib', 'ragg', 'styler'
 24
 25
20USE_LANGUAGES= # none 26USE_LANGUAGES= # none
21 27
22REPLACE_RSCRIPT+= inst/bin/knit 28REPLACE_RSCRIPT+= inst/bin/knit
23REPLACE_RSCRIPT+= inst/examples/knit-all.R 29REPLACE_RSCRIPT+= inst/examples/knit-all.R
24 30
25REPLACE_INTERPRETER+= Rscript 31REPLACE_INTERPRETER+= Rscript
26REPLACE.Rscript.old= .*Rscript 32REPLACE.Rscript.old= .*Rscript
27REPLACE.Rscript.new= ${PREFIX}/bin/Rscript 33REPLACE.Rscript.new= ${PREFIX}/bin/Rscript
28REPLACE_FILES.Rscript= ${REPLACE_RSCRIPT} 34REPLACE_FILES.Rscript= ${REPLACE_RSCRIPT}
29 35
30.include "../../math/R/Makefile.extension" 36.include "../../math/R/Makefile.extension"
31.include "../../mk/bsd.pkg.mk" 37.include "../../mk/bsd.pkg.mk"

cvs diff -r1.6 -r1.7 pkgsrc/print/R-knitr/distinfo (expand / switch to unified diff)

--- pkgsrc/print/R-knitr/distinfo 2019/07/31 20:46:05 1.6
+++ pkgsrc/print/R-knitr/distinfo 2021/05/31 23:56:07 1.7
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.6 2019/07/31 20:46:05 brook Exp $ 1$NetBSD: distinfo,v 1.7 2021/05/31 23:56:07 mef Exp $
2 2
3SHA1 (R/knitr_1.23.tar.gz) = 736badb51c0de0d51d9310989e74ceb99a97be53 3SHA1 (R/knitr_1.33.tar.gz) = a78ae347e0f3cbb6c7ab16355f782a089b9b5516
4RMD160 (R/knitr_1.23.tar.gz) = 9045b9ef208cccd3bfab651c56006f869c2581f0 4RMD160 (R/knitr_1.33.tar.gz) = 87f6615d177c927da7aad39abe51f49ce0ae7e73
5SHA512 (R/knitr_1.23.tar.gz) = 8a612d7ae8417a83694992f107a258df6b849b2dfc1ad8d05190e889f620643abd0fa24a84ad8acd084c55b5d8ee259865591788bae2ea12a2c2f2249b0f84c5 5SHA512 (R/knitr_1.33.tar.gz) = bf27f1b9face9eac504b329e17d778243fb0dfd699b2525e77fe6be8260284a7618db2db257856138754cb93b7a7ab03cd4fddacc348ec6c2f2c1432237f781a
6Size (R/knitr_1.23.tar.gz) = 880134 bytes 6Size (R/knitr_1.33.tar.gz) = 892378 bytes