diff --git a/devel/R-cran-credentials/Makefile b/devel/R-cran-credentials/Makefile new file mode 100644 index 000000000000..7f8464d23d8d --- /dev/null +++ b/devel/R-cran-credentials/Makefile @@ -0,0 +1,21 @@ +PORTNAME= credentials +DISTVERSION= 1.3.0 +CATEGORIES= devel +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= jpbeconne@free.fr +COMMENT= Tools for Managing SSH and Git Credentials + +LICENSE= MIT + +CRAN_DEPENDS= R-cran-openssl>=1.3:devel/R-cran-openssl \ + R-cran-sys>=2.1:devel/R-cran-sys \ + R-cran-curl>0:devel/R-cran-curl \ + R-cran-jsonlite>0:devel/R-cran-jsonlite \ + R-cran-askpass>0:devel/R-cran-askpass +BUILD_DEPENDS= ${CRAN_DEPENDS} +RUN_DEPENDS= ${CRAN_DEPENDS} + +USES= cran:auto-plist + +.include diff --git a/devel/R-cran-credentials/distinfo b/devel/R-cran-credentials/distinfo new file mode 100644 index 000000000000..2c72a4651546 --- /dev/null +++ b/devel/R-cran-credentials/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1623957877 +SHA256 (credentials_1.3.0.tar.gz) = c119ec26fd97b977c3b0cd1eb8fad3c59b84df6262c3adbf5ee9f3d6c9903ff1 +SIZE (credentials_1.3.0.tar.gz) = 230082 diff --git a/devel/R-cran-credentials/pkg-descr b/devel/R-cran-credentials/pkg-descr new file mode 100644 index 000000000000..278648988111 --- /dev/null +++ b/devel/R-cran-credentials/pkg-descr @@ -0,0 +1,10 @@ +Setup and retrieve HTTPS and SSH credentials for use with 'git' +and other services. For HTTPS remotes the package interfaces +the 'git-credential' utility which 'git' uses to store HTTP +usernames and passwords. For SSH remotes we provide convenient +functions to find or generate appropriate SSH keys. The package +both helps the user to setup a local git installation, and also +provides a back-end for git/ssh client libraries to authenticate +with existing user credentials. + +WWW: https://docs.ropensci.org/credentials diff --git a/devel/R-cran-gert/Makefile b/devel/R-cran-gert/Makefile new file mode 100644 index 000000000000..32b5dc8d4f7b --- /dev/null +++ b/devel/R-cran-gert/Makefile @@ -0,0 +1,22 @@ +PORTNAME= gert +DISTVERSION= 1.3.0 +CATEGORIES= devel +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= jpbeconne@free.fr +COMMENT= Simple Git Client for R + +LICENSE= MIT + +CRAN_DEPENDS= R-cran-askpass>0:devel/R-cran-askpass \ + R-cran-credentials>=1.2.1:devel/R-cran-credentials \ + R-cran-openssl>=1.4.1:devel/R-cran-openssl \ + R-cran-rstudioapi>=0.11:devel/R-cran-rstudioapi \ + R-cran-sys>0:devel/R-cran-sys \ + R-cran-zip>=2.1.0:devel/R-cran-zip +BUILD_DEPENDS= ${CRAN_DEPENDS} +RUN_DEPENDS= ${CRAN_DEPENDS} + +USES= cran:auto-plist + +.include diff --git a/devel/R-cran-gert/distinfo b/devel/R-cran-gert/distinfo new file mode 100644 index 000000000000..e0a9e6963c3a --- /dev/null +++ b/devel/R-cran-gert/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1623958710 +SHA256 (gert_1.3.0.tar.gz) = 071229134517b47ef710fc5586a27458be308daef21cc8c2f603492ed21507ba +SIZE (gert_1.3.0.tar.gz) = 66410 diff --git a/devel/R-cran-gert/pkg-descr b/devel/R-cran-gert/pkg-descr new file mode 100644 index 000000000000..21ca0107de7f --- /dev/null +++ b/devel/R-cran-gert/pkg-descr @@ -0,0 +1,8 @@ +Simple git client for R based on 'libgit2' with support for SSH +and HTTPS remotes. All functions in 'gert' use basic R +data types (such as vectors and data-frames) for their arguments +and return values. User credentials are shared with +command line 'git' through the git-credential store and ssh keys +stored on disk or ssh-agent. + +WWW: https://docs.ropensci.org/gert/ diff --git a/devel/R-cran-roxygen2/Makefile b/devel/R-cran-roxygen2/Makefile new file mode 100644 index 000000000000..27b52f19a874 --- /dev/null +++ b/devel/R-cran-roxygen2/Makefile @@ -0,0 +1,29 @@ +PORTNAME= roxygen2 +DISTVERSION= 7.1.1 +CATEGORIES= devel +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= jpbeconne@free.fr +COMMENT= In-Line Documentation for R + +LICENSE= MIT + +CRAN_DEPENDS= R-cran-brew>0:textproc/R-cran-brew \ + R-cran-commonmark>0:textproc/R-cran-commonmark \ + R-cran-desc>=1.2.0:devel/R-cran-desc \ + R-cran-digest>0:security/R-cran-digest \ + R-cran-knitr>0:print/R-cran-knitr \ + R-cran-pkgload>=1.0.2:devel/R-cran-pkgload \ + R-cran-purrr>=0.3.3:devel/R-cran-purrr \ + R-cran-R6>=2.1.2:devel/R-cran-R6 \ + R-cran-Rcpp>=0.11.0:devel/R-cran-Rcpp \ + R-cran-rlang>0:devel/R-cran-rlang \ + R-cran-stringi>0:textproc/R-cran-stringi \ + R-cran-stringr>=1.0.0:textproc/R-cran-stringr \ + R-cran-xml2>0:textproc/R-cran-xml2 +BUILD_DEPENDS= ${CRAN_DEPENDS} +RUN_DEPENDS= ${CRAN_DEPENDS} + +USES= cran:auto-plist,compiles + +.include diff --git a/devel/R-cran-roxygen2/distinfo b/devel/R-cran-roxygen2/distinfo new file mode 100644 index 000000000000..1da0aaa15465 --- /dev/null +++ b/devel/R-cran-roxygen2/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1607028971 +SHA256 (roxygen2_7.1.1.tar.gz) = bdc55ded037d4366f4d25a0d69e880dacc0fa22bee20f595d45855eef8548861 +SIZE (roxygen2_7.1.1.tar.gz) = 254118 diff --git a/devel/R-cran-roxygen2/pkg-descr b/devel/R-cran-roxygen2/pkg-descr new file mode 100644 index 000000000000..ce6213399fb8 --- /dev/null +++ b/devel/R-cran-roxygen2/pkg-descr @@ -0,0 +1,6 @@ +Generate your Rd documentation, 'NAMESPACE' file, and collation field using +specially formatted comments. Writing documentation in-line with code makes +it easier to keep your documentation up-to-date as your requirements change. +'Roxygen2' is inspired by the 'Doxygen' system for C++. + +WWW: https://roxygen2.r-lib.org