FreeBSD Bugzilla – Attachment 225945 Details for
Bug 256708
[NEW PORT] security/R-cran-credentials: Tools for Managing SSH and Git Credentials
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Category hook and Port
R-cran-credentials.diff (text/plain), 1.84 KB, created by
Jean-Paul Beconne
on 2021-06-20 08:27:32 UTC
(
hide
)
Description:
Category hook and Port
Filename:
MIME Type:
Creator:
Jean-Paul Beconne
Created:
2021-06-20 08:27:32 UTC
Size:
1.84 KB
patch
obsolete
>diff --git a/security/R-cran-credentials/Makefile b/security/R-cran-credentials/Makefile >new file mode 100644 >index 000000000000..7f8464d23d8d >--- /dev/null >+++ b/security/R-cran-credentials/Makefile >@@ -0,0 +1,21 @@ >+PORTNAME= credentials >+DISTVERSION= 1.3.0 >+CATEGORIES= devel >+DISTNAME= ${PORTNAME}_${DISTVERSION} >+ >+MAINTAINER= jpbeconne@free.fr >+COMMENT= Tools for Managing SSH and Git Credentials >+ >+LICENSE= MIT >+ >+CRAN_DEPENDS= R-cran-openssl>=1.3:devel/R-cran-openssl \ >+ R-cran-sys>=2.1:devel/R-cran-sys \ >+ R-cran-curl>0:devel/R-cran-curl \ >+ R-cran-jsonlite>0:devel/R-cran-jsonlite \ >+ R-cran-askpass>0:devel/R-cran-askpass >+BUILD_DEPENDS= ${CRAN_DEPENDS} >+RUN_DEPENDS= ${CRAN_DEPENDS} >+ >+USES= cran:auto-plist >+ >+.include <bsd.port.mk> >diff --git a/security/R-cran-credentials/distinfo b/security/R-cran-credentials/distinfo >new file mode 100644 >index 000000000000..2c72a4651546 >--- /dev/null >+++ b/security/R-cran-credentials/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1623957877 >+SHA256 (credentials_1.3.0.tar.gz) = c119ec26fd97b977c3b0cd1eb8fad3c59b84df6262c3adbf5ee9f3d6c9903ff1 >+SIZE (credentials_1.3.0.tar.gz) = 230082 >diff --git a/security/R-cran-credentials/pkg-descr b/security/R-cran-credentials/pkg-descr >new file mode 100644 >index 000000000000..278648988111 >--- /dev/null >+++ b/security/R-cran-credentials/pkg-descr >@@ -0,0 +1,10 @@ >+Setup and retrieve HTTPS and SSH credentials for use with 'git' >+and other services. For HTTPS remotes the package interfaces >+the 'git-credential' utility which 'git' uses to store HTTP >+usernames and passwords. For SSH remotes we provide convenient >+functions to find or generate appropriate SSH keys. The package >+both helps the user to setup a local git installation, and also >+provides a back-end for git/ssh client libraries to authenticate >+with existing user credentials. >+ >+WWW: https://docs.ropensci.org/credentials
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 256708
:
225921
|
225945
|
225949
|
225972
|
225973