Sun Jan 21 02:54:27 2024 UTC (127d)
(textproc/R-vroom) Updated 1.6.3 to 1.6.5

# vroom 1.6.5

* Internal changes requested by CRAN around format specification (#524).

# vroom 1.6.4

* It is now possible (again?) to read from a list of connections (@bairdj, #514).

* Internal change for compatibility with cpp11 >= 0.4.6 (@DavisVaughan, #512).


(mef)
diff -r1.3 -r1.4 pkgsrc/textproc/R-vroom/Makefile
diff -r1.5 -r1.6 pkgsrc/textproc/R-vroom/distinfo

cvs diff -r1.3 -r1.4 pkgsrc/textproc/R-vroom/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/R-vroom/Makefile 2023/06/17 14:00:31 1.3
+++ pkgsrc/textproc/R-vroom/Makefile 2024/01/21 02:54:27 1.4
@@ -1,54 +1,57 @@ @@ -1,54 +1,57 @@
1# $NetBSD: Makefile,v 1.3 2023/06/17 14:00:31 mef Exp $ 1# $NetBSD: Makefile,v 1.4 2024/01/21 02:54:27 mef Exp $
2 2
3R_PKGNAME= vroom 3R_PKGNAME= vroom
4R_PKGVER= 1.6.3 4R_PKGVER= 1.6.5
5CATEGORIES= textproc 5CATEGORIES= textproc
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8COMMENT= Read and Write Rectangular Text Data Quickly 8COMMENT= Read and Write Rectangular Text Data Quickly
9LICENSE= mit # + file LICENSE 9LICENSE= mit # + file LICENSE
10 10
11DEPENDS+= R-bit64>=4.0.5:../../devel/R-bit64 11DEPENDS+= R-bit64>=4.0.5:../../devel/R-bit64
12DEPENDS+= R-cli>=2.5.0:../../devel/R-cli 12DEPENDS+= R-cli>=2.5.0:../../devel/R-cli
13DEPENDS+= R-crayon>=1.3.4:../../devel/R-crayon 13DEPENDS+= R-crayon>=1.3.4:../../devel/R-crayon
14DEPENDS+= R-glue>=1.4.2:../../devel/R-glue 14DEPENDS+= R-glue>=1.4.2:../../devel/R-glue
15DEPENDS+= R-lifecycle>=1.0.0:../../devel/R-lifecycle 15DEPENDS+= R-lifecycle>=1.0.0:../../devel/R-lifecycle
16DEPENDS+= R-rlang>=0.4.2:../../devel/R-rlang 16DEPENDS+= R-rlang>=0.4.2:../../devel/R-rlang
17DEPENDS+= R-tidyselect>=1.1.1:../../devel/R-tidyselect 17DEPENDS+= R-tidyselect>=1.1.1:../../devel/R-tidyselect
18DEPENDS+= R-withr>=2.4.2:../../devel/R-withr 18DEPENDS+= R-withr>=2.4.2:../../devel/R-withr
19DEPENDS+= R-tibble>=2.0.0:../../math/R-tibble 19DEPENDS+= R-tibble>=2.0.0:../../math/R-tibble
20DEPENDS+= R-vctrs>=0.2.0:../../math/R-vctrs 20DEPENDS+= R-vctrs>=0.2.0:../../math/R-vctrs
21DEPENDS+= R-hms>=1.1.0:../../time/R-hms 21DEPENDS+= R-hms>=1.1.0:../../time/R-hms
22DEPENDS+= R-progress-[0-9]*:../../sysutils/R-progress 22DEPENDS+= R-progress-[0-9]*:../../sysutils/R-progress
23DEPENDS+= R-tzdb-[0-9]*:../../time/R-tzdb 23DEPENDS+= R-tzdb-[0-9]*:../../time/R-tzdb
24 24
 25# Packages suggested but not available: 'archive', 'patchwork'
 26
25#EST_DEPENDS+= R-archive-[0-9]*: 27#EST_DEPENDS+= R-archive-[0-9]*:
26TEST_DEPENDS+= R-bench-[0-9]*:../../benchmarks/R-bench 28TEST_DEPENDS+= R-bench-[0-9]*:../../benchmarks/R-bench
27TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr 29TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
28TEST_DEPENDS+= R-curl-[0-9]*:../../www/R-curl 30TEST_DEPENDS+= R-curl-[0-9]*:../../www/R-curl
29TEST_DEPENDS+= R-dplyr-[0-9]*:../../math/R-dplyr 31TEST_DEPENDS+= R-dplyr-[0-9]*:../../math/R-dplyr
30TEST_DEPENDS+= R-forcats-[0-9]*:../../math/R-forcats 32TEST_DEPENDS+= R-forcats-[0-9]*:../../math/R-forcats
31TEST_DEPENDS+= R-fs-[0-9]*:../../devel/R-fs 33TEST_DEPENDS+= R-fs-[0-9]*:../../devel/R-fs
32TEST_DEPENDS+= R-ggplot2-[0-9]*:../../graphics/R-ggplot2 34TEST_DEPENDS+= R-ggplot2-[0-9]*:../../graphics/R-ggplot2
33TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr 35TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
34#EST_DEPENDS+= R-patchwork-[0-9]*: 36#EST_DEPENDS+= R-patchwork-[0-9]*:
35TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown 37TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
36TEST_DEPENDS+= R-rstudioapi-[0-9]*:../../math/R-rstudioapi 38TEST_DEPENDS+= R-rstudioapi-[0-9]*:../../math/R-rstudioapi
37TEST_DEPENDS+= R-scales-[0-9]*:../../graphics/R-scales 39TEST_DEPENDS+= R-scales-[0-9]*:../../graphics/R-scales
38TEST_DEPENDS+= R-spelling-[0-9]*:../../textproc/R-spelling 40TEST_DEPENDS+= R-spelling-[0-9]*:../../textproc/R-spelling
39TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat 41TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
40TEST_DEPENDS+= R-tidyr-[0-9]*:../../math/R-tidyr 42TEST_DEPENDS+= R-tidyr-[0-9]*:../../math/R-tidyr
41TEST_DEPENDS+= R-waldo-[0-9]*:../../devel/R-waldo 43TEST_DEPENDS+= R-waldo-[0-9]*:../../devel/R-waldo
42TEST_DEPENDS+= R-xml2-[0-9]*:../../textproc/R-xml2 44TEST_DEPENDS+= R-xml2-[0-9]*:../../textproc/R-xml2
43 45
44USE_LANGUAGES= c c++11 46USE_LANGUAGES+= c
 47USE_CXX_FEATURES+= c++11
45 48
46REPLACE_BASH+= inst/bench/download-data.sh inst/bench/script.sh 49REPLACE_BASH+= inst/bench/download-data.sh inst/bench/script.sh
47REPLACE_R+= inst/bench/session_info.R inst/bench/run-bench.R inst/bench/run-bench-fwf.R 50REPLACE_R+= inst/bench/session_info.R inst/bench/run-bench.R inst/bench/run-bench-fwf.R
48 51
49.include "../../lang/R-cpp11/buildlink3.mk" 52.include "../../lang/R-cpp11/buildlink3.mk"
50.include "../../time/R-tzdb/buildlink3.mk" 53.include "../../time/R-tzdb/buildlink3.mk"
51.include "../../sysutils/R-progress/buildlink3.mk" 54.include "../../sysutils/R-progress/buildlink3.mk"
52 55
53.include "../../math/R/Makefile.extension" 56.include "../../math/R/Makefile.extension"
54.include "../../mk/bsd.pkg.mk" 57.include "../../mk/bsd.pkg.mk"

cvs diff -r1.5 -r1.6 pkgsrc/textproc/R-vroom/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/R-vroom/distinfo 2023/06/17 14:00:31 1.5
+++ pkgsrc/textproc/R-vroom/distinfo 2024/01/21 02:54:27 1.6
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.5 2023/06/17 14:00:31 mef Exp $ 1$NetBSD: distinfo,v 1.6 2024/01/21 02:54:27 mef Exp $
2 2
3BLAKE2s (R/vroom_1.6.3.tar.gz) = 606890646350c9704d56d28ff63ebd9499c598c4099c93b50677d78f56259550 3BLAKE2s (R/vroom_1.6.5.tar.gz) = f7f6c281fb023d086e301f474b396bc872e91775e34adcd901446124b08e8e74
4SHA512 (R/vroom_1.6.3.tar.gz) = ae3c8579695e4e3b7b540ab938b53200b72612b194b0691f5716acecd4dca6208b8132521d47ee97a4552130c9cc146fcf8a2f952ab8da91c94454dab26f68f4 4SHA512 (R/vroom_1.6.5.tar.gz) = 7df88eea567418608db95bfb7925e4371851fa1c9badecb15cf87ab64b6d2bcd3f19c8d278d95aa0c487e7ad2376332e0739975c55d677cf9b177f8ba3a6f502
5Size (R/vroom_1.6.3.tar.gz) = 718863 bytes 5Size (R/vroom_1.6.5.tar.gz) = 750416 bytes