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

Collapse All | Expand All

(-)b/devel/Makefile (+1 lines)
Lines 46-51 Link Here
46
    SUBDIR += R-cran-gbm
46
    SUBDIR += R-cran-gbm
47
    SUBDIR += R-cran-gdata
47
    SUBDIR += R-cran-gdata
48
    SUBDIR += R-cran-generics
48
    SUBDIR += R-cran-generics
49
    SUBDIR += R-cran-gert
49
    SUBDIR += R-cran-getopt
50
    SUBDIR += R-cran-getopt
50
    SUBDIR += R-cran-git2r
51
    SUBDIR += R-cran-git2r
51
    SUBDIR += R-cran-glmnet
52
    SUBDIR += R-cran-glmnet
(-)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:security/R-cran-askpass \
12
		R-cran-credentials>=1.2.1:security/R-cran-credentials \
13
		R-cran-openssl>=1.4.1:security/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:archivers/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 (+7 lines)
Added Link Here
1
Simple git client for R based on 'libgit2' with support for SSH and
2
HTTPS remotes. All functions in 'gert' use basic R data types (such
3
as vectors and data-frames) for their arguments and return values.
4
User credentials are shared with command line 'git' through the
5
git-credential store and ssh keys stored on disk or ssh-agent.
6
7
WWW: https://docs.ropensci.org/gert/

Return to bug 256709