View | Details | Raw Unified | Return to bug 246839 | Differences between
and this patch

Collapse All | Expand All

(-)b/devel/R-cran-credentials/Makefile (+21 lines)
Added Link Here
1
PORTNAME=	credentials
2
DISTVERSION=	1.3.0
3
CATEGORIES=	devel
4
DISTNAME=	${PORTNAME}_${DISTVERSION}
5
6
MAINTAINER=	jpbeconne@free.fr
7
COMMENT=	Tools for Managing SSH and Git Credentials
8
9
LICENSE=	MIT
10
11
CRAN_DEPENDS=	R-cran-openssl>=1.3:devel/R-cran-openssl \
12
		R-cran-sys>=2.1:devel/R-cran-sys \
13
		R-cran-curl>0:devel/R-cran-curl \
14
		R-cran-jsonlite>0:devel/R-cran-jsonlite \
15
		R-cran-askpass>0:devel/R-cran-askpass
16
BUILD_DEPENDS=	${CRAN_DEPENDS}
17
RUN_DEPENDS=	${CRAN_DEPENDS}
18
19
USES=		cran:auto-plist
20
21
.include <bsd.port.mk>
(-)b/devel/R-cran-credentials/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1623957877
2
SHA256 (credentials_1.3.0.tar.gz) = c119ec26fd97b977c3b0cd1eb8fad3c59b84df6262c3adbf5ee9f3d6c9903ff1
3
SIZE (credentials_1.3.0.tar.gz) = 230082
(-)b/devel/R-cran-credentials/pkg-descr (+10 lines)
Added Link Here
1
Setup and retrieve HTTPS and SSH credentials for use with 'git'
2
and other services. For HTTPS remotes the package interfaces
3
the 'git-credential' utility which 'git' uses to store HTTP
4
usernames and passwords. For SSH remotes we provide convenient
5
functions to find or generate appropriate SSH keys. The package
6
both helps the user to setup a local git installation, and also
7
provides a back-end for git/ssh client libraries to authenticate
8
with existing user credentials.
9
10
WWW:  https://docs.ropensci.org/credentials
(-)b/devel/R-cran-gert/Makefile (+22 lines)
Added Link Here
1
PORTNAME=	gert
2
DISTVERSION=	1.3.0
3
CATEGORIES=	devel
4
DISTNAME=	${PORTNAME}_${DISTVERSION}
5
6
MAINTAINER=	jpbeconne@free.fr
7
COMMENT=	Simple Git Client for R
8
9
LICENSE=	MIT
10
11
CRAN_DEPENDS=	R-cran-askpass>0:devel/R-cran-askpass \
12
		R-cran-credentials>=1.2.1:devel/R-cran-credentials \
13
		R-cran-openssl>=1.4.1:devel/R-cran-openssl \
14
		R-cran-rstudioapi>=0.11:devel/R-cran-rstudioapi \
15
		R-cran-sys>0:devel/R-cran-sys \
16
		R-cran-zip>=2.1.0:devel/R-cran-zip
17
BUILD_DEPENDS=	${CRAN_DEPENDS}
18
RUN_DEPENDS=	${CRAN_DEPENDS}
19
20
USES=		cran:auto-plist
21
22
.include <bsd.port.mk>
(-)b/devel/R-cran-gert/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1623958710
2
SHA256 (gert_1.3.0.tar.gz) = 071229134517b47ef710fc5586a27458be308daef21cc8c2f603492ed21507ba
3
SIZE (gert_1.3.0.tar.gz) = 66410
(-)b/devel/R-cran-gert/pkg-descr (+8 lines)
Added Link Here
1
Simple git client for R based on 'libgit2' with support for SSH
2
and HTTPS remotes. All functions in 'gert' use basic R
3
data types (such as vectors and data-frames) for their arguments
4
and return values. User credentials are shared with
5
command line 'git' through the git-credential store and ssh keys
6
stored on disk or ssh-agent.
7
8
WWW: https://docs.ropensci.org/gert/
(-)b/devel/R-cran-roxygen2/Makefile (+29 lines)
Added Link Here
1
PORTNAME=	roxygen2
2
DISTVERSION=	7.1.1
3
CATEGORIES=	devel
4
DISTNAME=	${PORTNAME}_${DISTVERSION}
5
6
MAINTAINER=	jpbeconne@free.fr
7
COMMENT=	In-Line Documentation for R
8
9
LICENSE=	MIT
10
11
CRAN_DEPENDS=	R-cran-brew>0:textproc/R-cran-brew \
12
		R-cran-commonmark>0:textproc/R-cran-commonmark \
13
		R-cran-desc>=1.2.0:devel/R-cran-desc \
14
		R-cran-digest>0:security/R-cran-digest \
15
		R-cran-knitr>0:print/R-cran-knitr \
16
		R-cran-pkgload>=1.0.2:devel/R-cran-pkgload \
17
		R-cran-purrr>=0.3.3:devel/R-cran-purrr \
18
		R-cran-R6>=2.1.2:devel/R-cran-R6 \
19
		R-cran-Rcpp>=0.11.0:devel/R-cran-Rcpp \
20
		R-cran-rlang>0:devel/R-cran-rlang \
21
		R-cran-stringi>0:textproc/R-cran-stringi \
22
		R-cran-stringr>=1.0.0:textproc/R-cran-stringr \
23
		R-cran-xml2>0:textproc/R-cran-xml2
24
BUILD_DEPENDS=	${CRAN_DEPENDS}
25
RUN_DEPENDS=	${CRAN_DEPENDS}
26
27
USES=		cran:auto-plist,compiles
28
29
.include <bsd.port.mk>
(-)b/devel/R-cran-roxygen2/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1607028971
2
SHA256 (roxygen2_7.1.1.tar.gz) = bdc55ded037d4366f4d25a0d69e880dacc0fa22bee20f595d45855eef8548861
3
SIZE (roxygen2_7.1.1.tar.gz) = 254118
(-)b/devel/R-cran-roxygen2/pkg-descr (+6 lines)
Added Link Here
1
Generate your Rd documentation, 'NAMESPACE' file, and collation field using
2
specially formatted comments. Writing documentation in-line with code makes
3
it easier to keep your documentation up-to-date as your requirements change.
4
'Roxygen2' is inspired by the 'Doxygen' system for C++.
5
6
WWW: https://roxygen2.r-lib.org
(-)b/devel/R-cran-usethis/Makefile (+37 lines)
Added Link Here
1
# $FreeBSD$
2
3
PORTNAME=	usethis
4
DISTVERSION=	2.0.1
5
CATEGORIES=	devel
6
DISTNAME=	${PORTNAME}_${DISTVERSION}
7
8
MAINTAINER=	jpbeconne@free.fr
9
COMMENT=	Automate Package and Project Setup
10
11
LICENSE=	GPLv3
12
13
CRAN_DEPENDS=	R-cran-clipr>=0.3.0:devel/R-cran-clipr \
14
		R-cran-clisymbols>0:devel/R-cran-clisymbols \
15
		R-cran-crayon>0:devel/R-cran-crayon \
16
		R-cran-curl>=2.7:ftp/R-cran-curl \
17
		R-cran-desc>=1.2.0:devel/R-cran-desc \
18
		R-cran-fs>=1.3.0:devel/R-cran-fs \
19
		R-cran-gert>=1.0.2:devel/R-cran-gert \
20
		R-cran-gh>=1.2.0:devel/R-cran-gh \
21
		R-cran-glue>=1.3.0:devel/R-cran-glue \
22
		R-cran-jsonlite>0:devel/R-cran-jsonlite \
23
		R-cran-lifecycle>0:devel/R-cran-lifecycle \
24
		R-cran-purrr>0:devel/R-cran-purrr \
25
		R-cran-rappdirs>=0.3.3:devel/R-cran-rappdirs \
26
		R-cran-rlang>0.4.10:devel/R-cran-rlang \
27
		R-cran-rprojroot>=1.2:devel/R-cran-rprojroot \
28
		R-cran-rstudioapi>0:devel/R-cran-rstudioapi \
29
		R-cran-whisker>0:devel/R-cran-whisker \
30
		R-cran-withr>=2.3.0:devel/R-cran-withr \
31
		R-cran-yaml>0:textproc/R-cran-yaml
32
BUILD_DEPENDS=	${CRAN_DEPENDS}
33
RUN_DEPENDS=	${CRAN_DEPENDS}
34
35
USES=		cran:auto-plist
36
37
.include <bsd.port.mk>
(-)b/devel/R-cran-usethis/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1623869185
2
SHA256 (usethis_2.0.1.tar.gz) = ef269e7a3190791bc77ff1d5cb11f20cb594adedb334805f88db5451f3ffd6c8
3
SIZE (usethis_2.0.1.tar.gz) = 306090
(-)b/devel/R-cran-usethis/pkg-descr (+5 lines)
Added Link Here
1
Automate package and project setup tasks that are otherwise performed
2
manually. This includes setting up unit testing, test coverage, continuous
3
integration, Git, 'GitHub', licenses, 'Rcpp', 'RStudio' projects, and more.
4
5
WWW: https://CRAN.R-project.org/package=usethis

Return to bug 246839