diff --git a/devel/R-cran-brio/Makefile b/devel/R-cran-brio/Makefile index e8df5efe2ea5..07a08fae5cd4 100644 --- a/devel/R-cran-brio/Makefile +++ b/devel/R-cran-brio/Makefile @@ -1,19 +1,19 @@ PORTNAME= brio DISTVERSION= 1.1.3 PORTREVISION= 1 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= uzsolt@FreeBSD.org COMMENT= Basic R Input Output WWW= https://brio.r-lib.org LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE TEST_DEPENDS= R-cran-covr>0:devel/R-cran-covr \ R-cran-testthat>=2.1.0:devel/R-cran-testthat USES= cran:auto-plist,compiles .include diff --git a/devel/R-cran-callr/Makefile b/devel/R-cran-callr/Makefile index 5bb261d6aa95..a6bf0d8b8436 100644 --- a/devel/R-cran-callr/Makefile +++ b/devel/R-cran-callr/Makefile @@ -1,27 +1,27 @@ PORTNAME= callr DISTVERSION= 3.7.3 PORTREVISION= 1 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= uzsolt@FreeBSD.org COMMENT= Call R from R WWW= https://callr.r-lib.org LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= R-cran-R6>0:devel/R-cran-R6 \ R-cran-processx>=3.6.1:sysutils/R-cran-processx TEST_DEPENDS= R-cran-cli>=1.1.0:devel/R-cran-cli \ R-cran-covr>0:devel/R-cran-covr \ R-cran-mockery>0:devel/R-cran-mockery \ R-cran-rprojroot>0:devel/R-cran-rprojroot \ R-cran-testthat>=3.0.0:devel/R-cran-testthat \ R-cran-withr>=2.3.0:devel/R-cran-withr \ R-cran-ps>0:sysutils/R-cran-ps \ R-cran-spelling>0:textproc/R-cran-spelling USES= cran:auto-plist .include diff --git a/devel/R-cran-covr/Makefile b/devel/R-cran-covr/Makefile index 8483adae2a4c..394ba20cf67e 100644 --- a/devel/R-cran-covr/Makefile +++ b/devel/R-cran-covr/Makefile @@ -1,37 +1,37 @@ PORTNAME= covr DISTVERSION= 3.6.4 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= uzsolt@FreeBSD.org COMMENT= Test Coverage for Packages WWW= https://covr.r-lib.org LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= R-cran-knitr>0:print/R-cran-knitr RUN_DEPENDS= R-cran-jsonlite>0:converters/R-cran-jsonlite \ R-cran-crayon>0:devel/R-cran-crayon \ R-cran-withr>=1.0.2:devel/R-cran-withr \ R-cran-digest>0:security/R-cran-digest \ R-cran-rex>0:textproc/R-cran-rex \ R-cran-yaml>0:textproc/R-cran-yaml \ R-cran-httr>0:www/R-cran-httr TEST_DEPENDS= R-cran-R6>0:devel/R-cran-R6 \ R-cran-covr>0:devel/R-cran-covr \ R-cran-memoise>0:devel/R-cran-memoise \ R-cran-mockery>0:devel/R-cran-mockery \ R-cran-rlang>0:devel/R-cran-rlang \ R-cran-rstudioapi>=0.2:devel/R-cran-rstudioapi \ R-cran-testthat>0:devel/R-cran-testthat \ R-cran-curl>0:ftp/R-cran-curl \ R-cran-knitr>0:print/R-cran-knitr \ R-cran-DT>=0.2:textproc/R-cran-DT \ R-cran-htmltools>0:textproc/R-cran-htmltools \ R-cran-rmarkdown>0:textproc/R-cran-rmarkdown \ R-cran-xml2>=1.0.0:textproc/R-cran-xml2 USES= cran:auto-plist,compiles .include diff --git a/devel/R-cran-crayon/Makefile b/devel/R-cran-crayon/Makefile index 96327e9a8b2a..57c2113edac4 100644 --- a/devel/R-cran-crayon/Makefile +++ b/devel/R-cran-crayon/Makefile @@ -1,21 +1,21 @@ PORTNAME= crayon DISTVERSION= 1.5.2 PORTREVISION= 1 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= uzsolt@FreeBSD.org COMMENT= Colored Terminal Output WWW= https://github.com/r-lib/crayon#readme LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE TEST_DEPENDS= R-cran-mockery>0:devel/R-cran-mockery \ R-cran-rstudioapi>0:devel/R-cran-rstudioapi \ R-cran-testthat>0:devel/R-cran-testthat \ R-cran-withr>0:devel/R-cran-withr USES= cran:auto-plist .include diff --git a/devel/R-cran-cyclocomp/Makefile b/devel/R-cran-cyclocomp/Makefile index 782247c5972c..d9d47c623e74 100644 --- a/devel/R-cran-cyclocomp/Makefile +++ b/devel/R-cran-cyclocomp/Makefile @@ -1,22 +1,22 @@ PORTNAME= cyclocomp DISTVERSION= 1.1.1 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= uzsolt@FreeBSD.org COMMENT= Cyclomatic Complexity of R Code WWW= https://github.com/gaborcsardi/cyclocomp LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= R-cran-callr>0:devel/R-cran-callr \ R-cran-crayon>0:devel/R-cran-crayon \ R-cran-desc>0:devel/R-cran-desc \ R-cran-remotes>0:devel/R-cran-remotes \ R-cran-withr>0:devel/R-cran-withr TEST_DEPENDS= R-cran-testthat>0:devel/R-cran-testthat USES= cran:auto-plist .include diff --git a/devel/R-cran-desc/Makefile b/devel/R-cran-desc/Makefile index 7d297eef21a8..a1a5691f5702 100644 --- a/devel/R-cran-desc/Makefile +++ b/devel/R-cran-desc/Makefile @@ -1,26 +1,26 @@ PORTNAME= desc DISTVERSION= 1.4.2 PORTREVISION= 1 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= uzsolt@FreeBSD.org COMMENT= Manipulate DESCRIPTION Files WWW= https://github.com/r-lib/desc#readme LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= R-cran-R6>0:devel/R-cran-R6 \ R-cran-cli>0:devel/R-cran-cli \ R-cran-rprojroot>0:devel/R-cran-rprojroot TEST_DEPENDS= R-cran-callr>0:devel/R-cran-callr \ R-cran-covr>0:devel/R-cran-covr \ R-cran-testthat>0:devel/R-cran-testthat \ R-cran-withr>0:devel/R-cran-withr \ R-cran-spelling>0:textproc/R-cran-spelling \ R-cran-gh>0:www/R-cran-gh USES= cran:auto-plist .include diff --git a/devel/R-cran-diffobj/Makefile b/devel/R-cran-diffobj/Makefile index 4028d30546e7..cdeba9dd70d8 100644 --- a/devel/R-cran-diffobj/Makefile +++ b/devel/R-cran-diffobj/Makefile @@ -1,21 +1,21 @@ PORTNAME= diffobj DISTVERSION= 0.3.5 PORTREVISION= 1 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= uzsolt@FreeBSD.org COMMENT= Diffs for R Objects WWW= https://github.com/brodieG/diffobj LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual BUILD_DEPENDS= R-cran-knitr>0:print/R-cran-knitr RUN_DEPENDS= R-cran-crayon>=1.3.2:devel/R-cran-crayon TEST_DEPENDS= R-cran-knitr>0:print/R-cran-knitr \ R-cran-rmarkdown>0:textproc/R-cran-rmarkdown USES= cran:auto-plist,compiles .include diff --git a/devel/R-cran-ini/Makefile b/devel/R-cran-ini/Makefile index d2fd1d48d505..a75f586f9219 100644 --- a/devel/R-cran-ini/Makefile +++ b/devel/R-cran-ini/Makefile @@ -1,17 +1,17 @@ PORTNAME= ini DISTVERSION= 0.3.1 PORTREVISION= 1 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= uzsolt@FreeBSD.org COMMENT= Read and Write '.ini' Files WWW= https://github.com/dvdscripter/ini LICENSE= GPLv3 TEST_DEPENDS= R-cran-testthat>0:devel/R-cran-testthat USES= cran:auto-plist .include diff --git a/devel/R-cran-lintr/Makefile b/devel/R-cran-lintr/Makefile index 956227951286..55237870f371 100644 --- a/devel/R-cran-lintr/Makefile +++ b/devel/R-cran-lintr/Makefile @@ -1,38 +1,38 @@ PORTNAME= lintr DISTVERSION= 3.1.1 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= uzsolt@FreeBSD.org COMMENT= A 'Linter' for R Code WWW= https://github.com/r-lib/lintr LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= R-cran-knitr>0:print/R-cran-knitr RUN_DEPENDS= R-cran-cyclocomp>0:devel/R-cran-cyclocomp \ R-cran-glue>0:devel/R-cran-glue \ R-cran-backports>=1.1.7:math/R-cran-backports \ R-cran-knitr>0:print/R-cran-knitr \ R-cran-digest>0:security/R-cran-digest \ R-cran-rex>0:textproc/R-cran-rex \ R-cran-xml2>=1.0.0:textproc/R-cran-xml2 \ R-cran-xmlparsedata>=1.0.5:textproc/R-cran-xmlparsedata TEST_DEPENDS= R-cran-jsonlite>0:converters/R-cran-jsonlite \ R-cran-crayon>0:devel/R-cran-crayon \ R-cran-mockery>0:devel/R-cran-mockery \ R-cran-rlang>0:devel/R-cran-rlang \ R-cran-rstudioapi>=0.2:devel/R-cran-rstudioapi \ R-cran-testthat>=3.1.5:devel/R-cran-testthat \ R-cran-tibble>0:devel/R-cran-tibble \ R-cran-withr>=2.5.0:devel/R-cran-withr \ R-cran-rmarkdown>0:textproc/R-cran-rmarkdown \ R-cran-httr>=1.2.1:www/R-cran-httr USES= cran:auto-plist post-install: @${ECHO_CMD} "@dir ${R_MOD_DIR}/help/figures" >> ${TMPPLIST} .include diff --git a/devel/R-cran-pkgbuild/Makefile b/devel/R-cran-pkgbuild/Makefile index c85b51040c43..76a2287ce1ea 100644 --- a/devel/R-cran-pkgbuild/Makefile +++ b/devel/R-cran-pkgbuild/Makefile @@ -1,25 +1,25 @@ PORTNAME= pkgbuild DISTVERSION= 1.4.2 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= uzsolt@FreeBSD.org COMMENT= Find Tools Needed to Build R Packages WWW= https://github.com/r-lib/pkgbuild LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= R-cran-R6>0:devel/R-cran-R6 \ R-cran-callr>=3.2.0:devel/R-cran-callr \ R-cran-cli>=3.4.0:devel/R-cran-cli \ R-cran-crayon>0:devel/R-cran-crayon \ R-cran-desc>0:devel/R-cran-desc \ R-cran-prettyunits>0:devel/R-cran-prettyunits \ R-cran-rprojroot>0:devel/R-cran-rprojroot \ R-cran-processx>0:sysutils/R-cran-processx TEST_DEPENDS= R-cran-covr>0:devel/R-cran-covr USES= cran:auto-plist .include diff --git a/devel/R-cran-pkgload/Makefile b/devel/R-cran-pkgload/Makefile index 37af2b8b1304..fd88c0273830 100644 --- a/devel/R-cran-pkgload/Makefile +++ b/devel/R-cran-pkgload/Makefile @@ -1,32 +1,32 @@ PORTNAME= pkgload DISTVERSION= 1.3.2.1 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= uzsolt@FreeBSD.org COMMENT= Simulate Package Installation and Attach WWW= https://github.com/r-lib/pkgload LICENSE= GPLv3 RUN_DEPENDS= R-cran-cli>=3.3.0:devel/R-cran-cli \ R-cran-crayon>0:devel/R-cran-crayon \ R-cran-desc>0:devel/R-cran-desc \ R-cran-glue>0:devel/R-cran-glue \ R-cran-rlang>=1.0.3:devel/R-cran-rlang \ R-cran-rprojroot>0:devel/R-cran-rprojroot \ R-cran-withr>=2.4.3:devel/R-cran-withr \ R-cran-fs>0:sysutils/R-cran-fs TEST_DEPENDS= R-cran-Rcpp>0:devel/R-cran-Rcpp \ R-cran-bitops>0:devel/R-cran-bitops \ R-cran-covr>0:devel/R-cran-covr \ R-cran-pak>0:devel/R-cran-pak \ R-cran-pkgbuild>0:devel/R-cran-pkgbuild \ R-cran-remotes>0:devel/R-cran-remotes \ R-cran-rstudioapi>0:devel/R-cran-rstudioapi \ R-cran-testthat>=3.1.0:devel/R-cran-testthat \ R-cran-mathjaxr>0:math/R-cran-mathjaxr USES= cran:auto-plist .include diff --git a/devel/R-cran-prettycode/Makefile b/devel/R-cran-prettycode/Makefile index 14e84816b4a1..eeeaf5eaddde 100644 --- a/devel/R-cran-prettycode/Makefile +++ b/devel/R-cran-prettycode/Makefile @@ -1,22 +1,22 @@ PORTNAME= prettycode DISTVERSION= 1.1.0 PORTREVISION= 1 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= uzsolt@FreeBSD.org COMMENT= Pretty Print R Code in the Terminal WWW= https://github.com/r-lib/prettycode #readme LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= R-cran-crayon>0:devel/R-cran-crayon TEST_DEPENDS= R-cran-covr>0:devel/R-cran-covr \ R-cran-rstudioapi>0:devel/R-cran-rstudioapi \ R-cran-testthat>0:devel/R-cran-testthat \ R-cran-withr>0:devel/R-cran-withr USES= cran:auto-plist .include diff --git a/devel/R-cran-rappdirs/Makefile b/devel/R-cran-rappdirs/Makefile index 2242be939d16..d5691abb01c0 100644 --- a/devel/R-cran-rappdirs/Makefile +++ b/devel/R-cran-rappdirs/Makefile @@ -1,20 +1,20 @@ PORTNAME= rappdirs DISTVERSION= 0.3.3 PORTREVISION= 1 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= uzsolt@FreeBSD.org COMMENT= Application Directories: Determine Where to Save Data, Caches, and Logs WWW= https://rappdirs.r-lib.org LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE TEST_DEPENDS= R-cran-covr>0:devel/R-cran-covr \ R-cran-testthat>=3.0.0:devel/R-cran-testthat \ R-cran-withr>0:devel/R-cran-withr USES= cran:auto-plist,compiles .include diff --git a/devel/R-cran-rematch2/Makefile b/devel/R-cran-rematch2/Makefile index 84d042f9b707..e1cf51c82fa3 100644 --- a/devel/R-cran-rematch2/Makefile +++ b/devel/R-cran-rematch2/Makefile @@ -1,20 +1,20 @@ PORTNAME= rematch2 DISTVERSION= 2.1.2 PORTREVISION= 1 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= uzsolt@FreeBSD.org COMMENT= Tidy Output from Regular Expression Matching WWW= https://github.com/r-lib/rematch2 #readme LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= R-cran-tibble>0:devel/R-cran-tibble TEST_DEPENDS= R-cran-covr>0:devel/R-cran-covr \ R-cran-testthat>0:devel/R-cran-testthat USES= cran:auto-plist .include diff --git a/devel/R-cran-remotes/Makefile b/devel/R-cran-remotes/Makefile index e2efc02b124a..8d5f21eb76af 100644 --- a/devel/R-cran-remotes/Makefile +++ b/devel/R-cran-remotes/Makefile @@ -1,30 +1,30 @@ PORTNAME= remotes DISTVERSION= 2.4.2.1 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= uzsolt@FreeBSD.org COMMENT= R Package Installation from Remote Repositories, Including 'GitHub' WWW= https://remotes.r-lib.org LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= R-cran-knitr>0:print/R-cran-knitr TEST_DEPENDS= R-cran-callr>0:devel/R-cran-callr \ R-cran-covr>0:devel/R-cran-covr \ R-cran-git2r>=0.23.0:devel/R-cran-git2r \ R-cran-mockery>0:devel/R-cran-mockery \ R-cran-pkgbuild>=1.0.1:devel/R-cran-pkgbuild \ R-cran-rprojroot>0:devel/R-cran-rprojroot \ R-cran-testthat>0:devel/R-cran-testthat \ R-cran-withr>0:devel/R-cran-withr \ R-cran-curl>0:ftp/R-cran-curl \ R-cran-pingr>0:net/R-cran-pingr \ R-cran-knitr>0:print/R-cran-knitr \ R-cran-brew>0:textproc/R-cran-brew \ R-cran-rmarkdown>0:textproc/R-cran-rmarkdown USES= cran:auto-plist .include diff --git a/devel/R-cran-rversions/Makefile b/devel/R-cran-rversions/Makefile index 4712ff3ee546..445a1aa6fc0c 100644 --- a/devel/R-cran-rversions/Makefile +++ b/devel/R-cran-rversions/Makefile @@ -1,22 +1,22 @@ PORTNAME= rversions DISTVERSION= 2.1.2 PORTREVISION= 1 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= uzsolt@FreeBSD.org COMMENT= Query 'R' Versions, Including 'r-release' and 'r-oldrel' WWW= https://github.com/r-hub/rversions LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= R-cran-curl>0:ftp/R-cran-curl \ R-cran-xml2>=1.0.0:textproc/R-cran-xml2 TEST_DEPENDS= R-cran-covr>0:devel/R-cran-covr \ R-cran-mockery>0:devel/R-cran-mockery \ R-cran-testthat>0:devel/R-cran-testthat USES= cran:auto-plist .include diff --git a/devel/R-cran-sessioninfo/Makefile b/devel/R-cran-sessioninfo/Makefile index ff7de2de17d8..b5327cbd66a7 100644 --- a/devel/R-cran-sessioninfo/Makefile +++ b/devel/R-cran-sessioninfo/Makefile @@ -1,23 +1,23 @@ PORTNAME= sessioninfo DISTVERSION= 1.2.2 PORTREVISION= 1 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= uzsolt@FreeBSD.org COMMENT= R Session Information WWW= https://github.com/r-lib/sessioninfo #readme LICENSE= GPLv2 RUN_DEPENDS= R-cran-cli>=3.1.0:devel/R-cran-cli TEST_DEPENDS= R-cran-callr>0:devel/R-cran-callr \ R-cran-covr>0:devel/R-cran-covr \ R-cran-mockery>0:devel/R-cran-mockery \ R-cran-testthat>0:devel/R-cran-testthat \ R-cran-withr>0:devel/R-cran-withr \ R-cran-rmarkdown>0:textproc/R-cran-rmarkdown USES= cran:auto-plist .include diff --git a/devel/R-cran-waldo/Makefile b/devel/R-cran-waldo/Makefile index 09a75ab1368c..6874ac195388 100644 --- a/devel/R-cran-waldo/Makefile +++ b/devel/R-cran-waldo/Makefile @@ -1,31 +1,31 @@ PORTNAME= waldo DISTVERSION= 0.5.1 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= uzsolt@FreeBSD.org COMMENT= Find Differences Between R Objects WWW= https://waldo.r-lib.org LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= R-cran-cli>0:devel/R-cran-cli \ R-cran-diffobj>=0.3.4:devel/R-cran-diffobj \ R-cran-fansi>0:devel/R-cran-fansi \ R-cran-glue>0:devel/R-cran-glue \ R-cran-rematch2>0:devel/R-cran-rematch2 \ R-cran-rlang>=1.0.0:devel/R-cran-rlang \ R-cran-tibble>0:devel/R-cran-tibble TEST_DEPENDS= R-cran-R6>0:devel/R-cran-R6 \ R-cran-covr>0:devel/R-cran-covr \ R-cran-testthat>=3.0.0:devel/R-cran-testthat \ R-cran-withr>0:devel/R-cran-withr \ R-cran-xml2>0:textproc/R-cran-xml2 USES= cran:auto-plist post-install: @${ECHO_CMD} "@dir ${R_MOD_DIR}/help/figures" >> ${TMPPLIST} .include diff --git a/devel/R-cran-whisker/Makefile b/devel/R-cran-whisker/Makefile index abd4fc497bfe..547c9b29e9bc 100644 --- a/devel/R-cran-whisker/Makefile +++ b/devel/R-cran-whisker/Makefile @@ -1,17 +1,17 @@ PORTNAME= whisker DISTVERSION= 0.4.1 PORTREVISION= 1 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= uzsolt@FreeBSD.org COMMENT= {{mustache}} for R, Logicless Templating WWW= https://github.com/edwindj/whisker LICENSE= GPLv3 TEST_DEPENDS= R-cran-markdown>0:textproc/R-cran-markdown USES= cran:auto-plist .include diff --git a/graphics/R-cran-jpeg/Makefile b/graphics/R-cran-jpeg/Makefile index abde5a3db75d..9fb2d2c85ed2 100644 --- a/graphics/R-cran-jpeg/Makefile +++ b/graphics/R-cran-jpeg/Makefile @@ -1,16 +1,16 @@ PORTNAME= jpeg DISTVERSION= 0.1-10 PORTREVISION= 1 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${DISTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= uzsolt@FreeBSD.org COMMENT= Read and write JPEG images WWW= https://www.rforge.net/jpeg/ LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual USES= cran:auto-plist,compiles .include diff --git a/math/R-cran-date/Makefile b/math/R-cran-date/Makefile index e55433d577da..b5f87a41beaf 100644 --- a/math/R-cran-date/Makefile +++ b/math/R-cran-date/Makefile @@ -1,15 +1,15 @@ PORTNAME= date DISTVERSION= 1.2-42 PORTREVISION= 1 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= uzsolt@FreeBSD.org COMMENT= Functions for Handling Dates WWW= https://CRAN.R-project.org/package=date LICENSE= GPLv2 USES= cran:auto-plist,compiles .include diff --git a/math/R-cran-intervals/Makefile b/math/R-cran-intervals/Makefile index 387716fa722d..bcfb7348355b 100644 --- a/math/R-cran-intervals/Makefile +++ b/math/R-cran-intervals/Makefile @@ -1,14 +1,14 @@ PORTNAME= intervals DISTVERSION= 0.15.4 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= uzsolt@FreeBSD.org COMMENT= Tools for Working with Points and Intervals WWW= https://github.com/edzer/intervals LICENSE= ART20 USES= cran:auto-plist,compiles .include diff --git a/security/R-cran-gitcreds/Makefile b/security/R-cran-gitcreds/Makefile index ced86a34a519..a03b519516cf 100644 --- a/security/R-cran-gitcreds/Makefile +++ b/security/R-cran-gitcreds/Makefile @@ -1,24 +1,24 @@ PORTNAME= gitcreds DISTVERSION= 0.1.2 PORTREVISION= 1 CATEGORIES= security DISTNAME= ${PORTNAME}_${DISTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= uzsolt@FreeBSD.org COMMENT= Query 'git' Credentials from 'R' WWW= https://gitcreds.r-lib.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= R-cran-knitr>0:print/R-cran-knitr TEST_DEPENDS= R-cran-covr>0:devel/R-cran-covr \ R-cran-mockery>0:devel/R-cran-mockery \ R-cran-testthat>=3.0.0:devel/R-cran-testthat \ R-cran-withr>0:devel/R-cran-withr \ R-cran-knitr>0:print/R-cran-knitr \ R-cran-rmarkdown>0:textproc/R-cran-rmarkdown USES= cran:auto-plist .include diff --git a/sysutils/R-cran-fs/Makefile b/sysutils/R-cran-fs/Makefile index 572d35674c40..ba7d264e1cd3 100644 --- a/sysutils/R-cran-fs/Makefile +++ b/sysutils/R-cran-fs/Makefile @@ -1,25 +1,25 @@ PORTNAME= fs DISTVERSION= 1.6.3 CATEGORIES= sysutils DISTNAME= ${PORTNAME}_${DISTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= uzsolt@FreeBSD.org COMMENT= Cross-Platform File System Operations Based on 'libuv' WWW= https://fs.r-lib.org LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= R-cran-knitr>0:print/R-cran-knitr TEST_DEPENDS= R-cran-covr>0:devel/R-cran-covr \ R-cran-crayon>0:devel/R-cran-crayon \ R-cran-pillar>=1.0.0:devel/R-cran-pillar \ R-cran-testthat>=3.0.0:devel/R-cran-testthat \ R-cran-tibble>=1.1.0:devel/R-cran-tibble \ R-cran-knitr>0:print/R-cran-knitr \ R-cran-rmarkdown>0:textproc/R-cran-rmarkdown \ R-cran-spelling>0:textproc/R-cran-spelling USES= cran:auto-plist,compiles .include diff --git a/sysutils/R-cran-processx/Makefile b/sysutils/R-cran-processx/Makefile index c30001e02f1a..761044197832 100644 --- a/sysutils/R-cran-processx/Makefile +++ b/sysutils/R-cran-processx/Makefile @@ -1,25 +1,25 @@ PORTNAME= processx DISTVERSION= 3.8.2 CATEGORIES= sysutils DISTNAME= ${PORTNAME}_${DISTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= uzsolt@FreeBSD.org COMMENT= Execute and Control System Processes WWW= https://processx.r-lib.org LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= R-cran-R6>0:devel/R-cran-R6 \ R-cran-ps>=1.2.0:sysutils/R-cran-ps TEST_DEPENDS= R-cran-callr>=3.7.3:devel/R-cran-callr \ R-cran-cli>=3.3.0:devel/R-cran-cli \ R-cran-covr>0:devel/R-cran-covr \ R-cran-rlang>=1.0.2:devel/R-cran-rlang \ R-cran-testthat>=3.0.0:devel/R-cran-testthat \ R-cran-withr>0:devel/R-cran-withr \ R-cran-curl>0:ftp/R-cran-curl USES= cran:auto-plist,compiles .include diff --git a/sysutils/R-cran-xopen/Makefile b/sysutils/R-cran-xopen/Makefile index c9b261cba0b4..b9a6020e521e 100644 --- a/sysutils/R-cran-xopen/Makefile +++ b/sysutils/R-cran-xopen/Makefile @@ -1,20 +1,20 @@ PORTNAME= xopen DISTVERSION= 1.0.0 PORTREVISION= 1 CATEGORIES= sysutils DISTNAME= ${PORTNAME}_${DISTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= uzsolt@FreeBSD.org COMMENT= Open System Files, 'URLs', Anything WWW= https://github.com/r-lib/xopen #readme LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= R-cran-processx>0:sysutils/R-cran-processx TEST_DEPENDS= R-cran-testthat>0:devel/R-cran-testthat \ R-cran-ps>0:sysutils/R-cran-ps USES= cran:auto-plist .include diff --git a/textproc/R-cran-hunspell/Makefile b/textproc/R-cran-hunspell/Makefile index dd655d1b25e3..b611bfa0333d 100644 --- a/textproc/R-cran-hunspell/Makefile +++ b/textproc/R-cran-hunspell/Makefile @@ -1,24 +1,24 @@ PORTNAME= hunspell DISTVERSION= 3.0.2 PORTREVISION= 1 CATEGORIES= textproc DISTNAME= ${PORTNAME}_${DISTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= uzsolt@FreeBSD.org COMMENT= High-Performance Stemmer, Tokenizer, and Spell Checker WWW= https://docs.ropensci.org/hunspell/ LICENSE= GPLv2 LGPL21 MPL11 LICENSE_COMB= dual BUILD_DEPENDS= R-cran-knitr>0:print/R-cran-knitr RUN_DEPENDS= R-cran-Rcpp>0:devel/R-cran-Rcpp \ R-cran-digest>0:security/R-cran-digest TEST_DEPENDS= R-cran-testthat>0:devel/R-cran-testthat \ R-cran-knitr>0:print/R-cran-knitr \ R-cran-rmarkdown>0:textproc/R-cran-rmarkdown \ R-cran-spelling>0:textproc/R-cran-spelling USES= cran:auto-plist,compiles .include diff --git a/textproc/R-cran-rex/Makefile b/textproc/R-cran-rex/Makefile index 9b8c6c7c755e..fb8746e57bca 100644 --- a/textproc/R-cran-rex/Makefile +++ b/textproc/R-cran-rex/Makefile @@ -1,30 +1,30 @@ PORTNAME= rex DISTVERSION= 1.2.1 PORTREVISION= 1 CATEGORIES= textproc DISTNAME= ${PORTNAME}_${DISTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= uzsolt@FreeBSD.org COMMENT= Friendly Regular Expressions WWW= https://github.com/kevinushey/rex LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= R-cran-knitr>0:print/R-cran-knitr RUN_DEPENDS= R-cran-lazyeval>0:math/R-cran-lazyeval TEST_DEPENDS= R-cran-Hmisc>0:devel/R-cran-Hmisc \ R-cran-covr>0:devel/R-cran-covr \ R-cran-magrittr>0:devel/R-cran-magrittr \ R-cran-roxygen2>0:devel/R-cran-roxygen2 \ R-cran-testthat>0:devel/R-cran-testthat \ R-cran-ggplot2>0:graphics/R-cran-ggplot2 \ R-cran-dplyr>0:math/R-cran-dplyr \ R-cran-knitr>0:print/R-cran-knitr \ R-cran-rmarkdown>0:textproc/R-cran-rmarkdown \ R-cran-stringr>0:textproc/R-cran-stringr \ R-cran-rvest>0:www/R-cran-rvest USES= cran:auto-plist .include diff --git a/textproc/R-cran-xmlparsedata/Makefile b/textproc/R-cran-xmlparsedata/Makefile index 07141d02d73a..253057c7babd 100644 --- a/textproc/R-cran-xmlparsedata/Makefile +++ b/textproc/R-cran-xmlparsedata/Makefile @@ -1,20 +1,20 @@ PORTNAME= xmlparsedata DISTVERSION= 1.0.5 PORTREVISION= 1 CATEGORIES= textproc DISTNAME= ${PORTNAME}_${DISTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= uzsolt@FreeBSD.org COMMENT= Parse Data of 'R' Code as an 'XML' Tree WWW= https://github.com/r-lib/xmlparsedata #readme LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE TEST_DEPENDS= R-cran-covr>0:devel/R-cran-covr \ R-cran-testthat>0:devel/R-cran-testthat \ R-cran-xml2>0:textproc/R-cran-xml2 USES= cran:auto-plist .include diff --git a/www/R-cran-gh/Makefile b/www/R-cran-gh/Makefile index 2ccbb121535a..f6456cf4a8a0 100644 --- a/www/R-cran-gh/Makefile +++ b/www/R-cran-gh/Makefile @@ -1,31 +1,31 @@ PORTNAME= gh DISTVERSION= 1.3.1 PORTREVISION= 1 CATEGORIES= www DISTNAME= ${PORTNAME}_${DISTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= uzsolt@FreeBSD.org COMMENT= 'GitHub' 'API' WWW= https://gh.r-lib.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= R-cran-knitr>0:print/R-cran-knitr RUN_DEPENDS= R-cran-jsonlite>0:converters/R-cran-jsonlite \ R-cran-cli>=3.0.1:devel/R-cran-cli \ R-cran-ini>0:devel/R-cran-ini \ R-cran-gitcreds>0:security/R-cran-gitcreds \ R-cran-httr>=1.2:www/R-cran-httr TEST_DEPENDS= R-cran-covr>0:devel/R-cran-covr \ R-cran-mockery>0:devel/R-cran-mockery \ R-cran-rprojroot>0:devel/R-cran-rprojroot \ R-cran-testthat>=3.0.0:devel/R-cran-testthat \ R-cran-withr>0:devel/R-cran-withr \ R-cran-knitr>0:print/R-cran-knitr \ R-cran-rmarkdown>0:textproc/R-cran-rmarkdown \ R-cran-spelling>0:textproc/R-cran-spelling USES= cran:auto-plist .include diff --git a/www/R-cran-webshot/Makefile b/www/R-cran-webshot/Makefile index 0ef4f97762f9..632b336c8e1b 100644 --- a/www/R-cran-webshot/Makefile +++ b/www/R-cran-webshot/Makefile @@ -1,18 +1,18 @@ PORTNAME= webshot DISTVERSION= 0.5.5 CATEGORIES= www DISTNAME= ${PORTNAME}_${DISTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= uzsolt@FreeBSD.org COMMENT= Take Screenshots of Web Pages WWW= https://wch.github.io/webshot/ LICENSE= GPLv2 RUN_DEPENDS= R-cran-jsonlite>0:converters/R-cran-jsonlite \ R-cran-callr>0:devel/R-cran-callr \ R-cran-magrittr>0:devel/R-cran-magrittr USES= cran:auto-plist .include