devel/R-cran-gert: New port: Simple Git Client for R
PR: 256709
This commit is contained in:
parent
4d23ba6a98
commit
886994bc34
@ -46,6 +46,7 @@
|
||||
SUBDIR += R-cran-gbm
|
||||
SUBDIR += R-cran-gdata
|
||||
SUBDIR += R-cran-generics
|
||||
SUBDIR += R-cran-gert
|
||||
SUBDIR += R-cran-getopt
|
||||
SUBDIR += R-cran-git2r
|
||||
SUBDIR += R-cran-glmnet
|
||||
|
29
devel/R-cran-gert/Makefile
Normal file
29
devel/R-cran-gert/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
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:security/R-cran-askpass \
|
||||
R-cran-credentials>=1.2.1:security/R-cran-credentials \
|
||||
R-cran-openssl>=1.4.1:security/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:archivers/R-cran-zip
|
||||
BUILD_DEPENDS= ${CRAN_DEPENDS}
|
||||
RUN_DEPENDS= ${CRAN_DEPENDS}
|
||||
LIB_DEPENDS= libgit2.so:devel/libgit2
|
||||
|
||||
USES= cran:auto-plist
|
||||
|
||||
#Bogus stage-qa as this is $ARCH dependent
|
||||
NO_ARCH_IGNORE= gert.so
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/R/library/gert/libs/gert.so
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/R-cran-gert/distinfo
Normal file
3
devel/R-cran-gert/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1623958710
|
||||
SHA256 (gert_1.3.0.tar.gz) = 071229134517b47ef710fc5586a27458be308daef21cc8c2f603492ed21507ba
|
||||
SIZE (gert_1.3.0.tar.gz) = 66410
|
7
devel/R-cran-gert/pkg-descr
Normal file
7
devel/R-cran-gert/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
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/
|
Loading…
Reference in New Issue
Block a user