Sun Dec 18 06:16:04 2022 UTC ()
(textproc/R-rbibutils) (textproc/R-Rdpack) Added.


(mef)
diff -r1.6208 -r1.6209 pkgsrc/doc/CHANGES-2022
diff -r1.1336 -r1.1337 pkgsrc/textproc/Makefile

cvs diff -r1.6208 -r1.6209 pkgsrc/doc/CHANGES-2022 (expand / switch to unified diff)

--- pkgsrc/doc/CHANGES-2022 2022/12/18 05:38:54 1.6208
+++ pkgsrc/doc/CHANGES-2022 2022/12/18 06:16:04 1.6209
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1$NetBSD: CHANGES-2022,v 1.6208 2022/12/18 05:38:54 mef Exp $ 1$NetBSD: CHANGES-2022,v 1.6209 2022/12/18 06:16:04 mef Exp $
2 2
3Changes to the packages collection and infrastructure in 2022: 3Changes to the packages collection and infrastructure in 2022:
4 4
5 Updated www/grafana to 8.3.3 [triaxx 2022-01-01] 5 Updated www/grafana to 8.3.3 [triaxx 2022-01-01]
6 Updated sysutils/py-ptyprocess to 0.7.0nb1 [martin 2022-01-01] 6 Updated sysutils/py-ptyprocess to 0.7.0nb1 [martin 2022-01-01]
7 Updated pkgtools/pkglint to 21.4.1 [rillig 2022-01-01] 7 Updated pkgtools/pkglint to 21.4.1 [rillig 2022-01-01]
8 Updated pkgtools/lintpkgsrc to 4.97 [rillig 2022-01-01] 8 Updated pkgtools/lintpkgsrc to 4.97 [rillig 2022-01-01]
9 Updated pkgtools/url2pkg to 21.4.0 [rillig 2022-01-01] 9 Updated pkgtools/url2pkg to 21.4.0 [rillig 2022-01-01]
10 Updated pkgtools/url2pkg to 21.4.1 [rillig 2022-01-01] 10 Updated pkgtools/url2pkg to 21.4.1 [rillig 2022-01-01]
11 Updated devel/mold to 1.0.1 [fcambus 2022-01-01] 11 Updated devel/mold to 1.0.1 [fcambus 2022-01-01]
12 Updated net/dbip-asn-lite to 2022.01 [fcambus 2022-01-01] 12 Updated net/dbip-asn-lite to 2022.01 [fcambus 2022-01-01]
13 Updated net/dbip-city-lite to 2022.01 [fcambus 2022-01-01] 13 Updated net/dbip-city-lite to 2022.01 [fcambus 2022-01-01]
14 Updated devel/py-backcall to 0.2.0nb1 [ryoon 2022-01-01] 14 Updated devel/py-backcall to 0.2.0nb1 [ryoon 2022-01-01]
@@ -9311,13 +9311,15 @@ Changes to the packages collection and i @@ -9311,13 +9311,15 @@ Changes to the packages collection and i
9311 Updated devel/R-pkgcache to 2.0.3 [mef 2022-12-18] 9311 Updated devel/R-pkgcache to 2.0.3 [mef 2022-12-18]
9312 Updated devel/R-purrr to 0.3.5 [mef 2022-12-18] 9312 Updated devel/R-purrr to 0.3.5 [mef 2022-12-18]
9313 Updated devel/R-renv to 0.16.0 [mef 2022-12-18] 9313 Updated devel/R-renv to 0.16.0 [mef 2022-12-18]
9314 Updated textproc/R-rmarkdown to 2.19 [mef 2022-12-18] 9314 Updated textproc/R-rmarkdown to 2.19 [mef 2022-12-18]
9315 Updated devel/R-roxygen2 to 7.2.3 [mef 2022-12-18] 9315 Updated devel/R-roxygen2 to 7.2.3 [mef 2022-12-18]
9316 Updated devel/R-rversions to 2.1.2 [mef 2022-12-18] 9316 Updated devel/R-rversions to 2.1.2 [mef 2022-12-18]
9317 Updated devel/R-tidyselect to 1.2.0 [mef 2022-12-18] 9317 Updated devel/R-tidyselect to 1.2.0 [mef 2022-12-18]
9318 Updated devel/R-whisker to 0.4.1 [mef 2022-12-18] 9318 Updated devel/R-whisker to 0.4.1 [mef 2022-12-18]
9319 Updated devel/R-xfun to 0.35 [mef 2022-12-18] 9319 Updated devel/R-xfun to 0.35 [mef 2022-12-18]
9320 Updated devel/R-BH to 1.78.0.0 [mef 2022-12-18] 9320 Updated devel/R-BH to 1.78.0.0 [mef 2022-12-18]
9321 Updated devel/R-IRdisplay to 1.1 [mef 2022-12-18] 9321 Updated devel/R-IRdisplay to 1.1 [mef 2022-12-18]
9322 Updated devel/R-IRkernel to 1.3.1 [mef 2022-12-18] 9322 Updated devel/R-IRkernel to 1.3.1 [mef 2022-12-18]
9323 Updated math/R-dplyr to 1.0.10 [mef 2022-12-18] 9323 Updated math/R-dplyr to 1.0.10 [mef 2022-12-18]
 9324 Added textproc/R-rbibutils version 2.2.11 [mef 2022-12-18]
 9325 Added textproc/R-Rdpack version 2.4 [mef 2022-12-18]

cvs diff -r1.1336 -r1.1337 pkgsrc/textproc/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/Makefile 2022/12/08 19:16:43 1.1336
+++ pkgsrc/textproc/Makefile 2022/12/18 06:16:04 1.1337
@@ -1,45 +1,47 @@ @@ -1,45 +1,47 @@
1# $NetBSD: Makefile,v 1.1336 2022/12/08 19:16:43 khorben Exp $ 1# $NetBSD: Makefile,v 1.1337 2022/12/18 06:16:04 mef Exp $
2# 2#
3 3
4COMMENT= Text processing utilities (does not include desktop publishing) 4COMMENT= Text processing utilities (does not include desktop publishing)
5 5
6SUBDIR+= CRF++ 6SUBDIR+= CRF++
7SUBDIR+= DWB 7SUBDIR+= DWB
8SUBDIR+= FlightCrew 8SUBDIR+= FlightCrew
9SUBDIR+= GutenMark 9SUBDIR+= GutenMark
10SUBDIR+= GutenMark-words 10SUBDIR+= GutenMark-words
11SUBDIR+= LDoc 11SUBDIR+= LDoc
12SUBDIR+= Markdown 12SUBDIR+= Markdown
13SUBDIR+= PEGTL 13SUBDIR+= PEGTL
14SUBDIR+= R-DT 14SUBDIR+= R-DT
 15SUBDIR+= R-Rdpack
15SUBDIR+= R-brew 16SUBDIR+= R-brew
16SUBDIR+= R-cellranger 17SUBDIR+= R-cellranger
17SUBDIR+= R-clisymbols 18SUBDIR+= R-clisymbols
18SUBDIR+= R-commonmark 19SUBDIR+= R-commonmark
19SUBDIR+= R-crosstalk 20SUBDIR+= R-crosstalk
20SUBDIR+= R-data.table 21SUBDIR+= R-data.table
21SUBDIR+= R-dtplyr 22SUBDIR+= R-dtplyr
22SUBDIR+= R-fontawesome 23SUBDIR+= R-fontawesome
23SUBDIR+= R-formatR 24SUBDIR+= R-formatR
24SUBDIR+= R-gsubfn 25SUBDIR+= R-gsubfn
25SUBDIR+= R-haven 26SUBDIR+= R-haven
26SUBDIR+= R-highr 27SUBDIR+= R-highr
27SUBDIR+= R-htmlTable 28SUBDIR+= R-htmlTable
28SUBDIR+= R-htmltools 29SUBDIR+= R-htmltools
29SUBDIR+= R-hunspell 30SUBDIR+= R-hunspell
30SUBDIR+= R-jsonlite 31SUBDIR+= R-jsonlite
31SUBDIR+= R-markdown 32SUBDIR+= R-markdown
32SUBDIR+= R-openxlsx 33SUBDIR+= R-openxlsx
 34SUBDIR+= R-rbibutils
33SUBDIR+= R-readr 35SUBDIR+= R-readr
34SUBDIR+= R-readstata13 36SUBDIR+= R-readstata13
35SUBDIR+= R-readxl 37SUBDIR+= R-readxl
36SUBDIR+= R-reprex 38SUBDIR+= R-reprex
37SUBDIR+= R-rjson 39SUBDIR+= R-rjson
38SUBDIR+= R-rmarkdown 40SUBDIR+= R-rmarkdown
39SUBDIR+= R-selectr 41SUBDIR+= R-selectr
40SUBDIR+= R-spelling 42SUBDIR+= R-spelling
41SUBDIR+= R-stringi 43SUBDIR+= R-stringi
42SUBDIR+= R-stringr 44SUBDIR+= R-stringr
43SUBDIR+= R-utf8 45SUBDIR+= R-utf8
44SUBDIR+= R-vroom 46SUBDIR+= R-vroom
45SUBDIR+= R-xml2 47SUBDIR+= R-xml2