new port: security/R-cran-gitcreds: Query 'git' Credentials from 'R'

Approved by:	lwhsu
This commit is contained in:
Guangyuan Yang 2021-02-07 21:18:48 +00:00
parent e28713390f
commit 15a23d2359
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=564649
4 changed files with 33 additions and 0 deletions

View file

@ -11,6 +11,7 @@
SUBDIR += R-cran-ROAuth
SUBDIR += R-cran-askpass
SUBDIR += R-cran-digest
SUBDIR += R-cran-gitcreds
SUBDIR += R-cran-openssl
SUBDIR += acme.sh
SUBDIR += acmed

View file

@ -0,0 +1,24 @@
# Created by: Guangyuan Yang <ygy@FreeBSD.org>
# $FreeBSD$
PORTNAME= gitcreds
DISTVERSION= 0.1.1
CATEGORIES= security
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= ygy@FreeBSD.org
COMMENT= Query 'git' Credentials from 'R'
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= R-cran-knitr>0:print/R-cran-knitr
TEST_DEPENDS= R-cran-mockery>0:devel/R-cran-mockery \
R-cran-testthat>0:devel/R-cran-testthat \
R-cran-withr>0:devel/R-cran-withr \
R-cran-knitr>0:print/R-cran-knitr \
R-cran-rmarkdown>0:textproc/R-cran-rmarkdown
USES= cran:auto-plist
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1612632247
SHA256 (gitcreds_0.1.1.tar.gz) = b14aaf4e910a9d2d6c65c93e645f0b0159c00898e669f917f83c03dfedb1dfea
SIZE (gitcreds_0.1.1.tar.gz) = 61913

View file

@ -0,0 +1,5 @@
Query, set, delete credentials from the 'git' credential store. Manage 'GitHub'
tokens and other 'git' credentials. This package is to be used by other
packages that need to authenticate to 'GitHub' and/or other 'git' repositories.
WWW: https://github.com/r-lib/gitcreds