View | Details | Raw Unified | Return to bug 256708 | 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-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

Return to bug 256708