From owner-dev-commits-ports-main@freebsd.org Mon Jun 28 05:01:43 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B907364F176; Mon, 28 Jun 2021 05:01:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GCwSR4vR9z3vWQ; Mon, 28 Jun 2021 05:01:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8689E1F812; Mon, 28 Jun 2021 05:01:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 15S51hrk059214; Mon, 28 Jun 2021 05:01:43 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15S51h9v059213; Mon, 28 Jun 2021 05:01:43 GMT (envelope-from git) Date: Mon, 28 Jun 2021 05:01:43 GMT Message-Id: <202106280501.15S51h9v059213@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Guangyuan Yang Subject: git: 5e840630b3e1 - main - security/R-cran-credentials: New port MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ygy X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 5e840630b3e1f75154dadfa1e8e003ac02de7c28 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2021 05:01:43 -0000 The branch main has been updated by ygy: URL: https://cgit.FreeBSD.org/ports/commit/?id=5e840630b3e1f75154dadfa1e8e003ac02de7c28 commit 5e840630b3e1f75154dadfa1e8e003ac02de7c28 Author: Jean-Paul Beconne AuthorDate: 2021-06-28 05:01:08 +0000 Commit: Guangyuan Yang CommitDate: 2021-06-28 05:01:08 +0000 security/R-cran-credentials: New port Tools for Managing SSH and Git Credentials. PR: 256708 Approved by: lwhsu (mentor, implicit) --- security/Makefile | 1 + security/R-cran-credentials/Makefile | 21 +++++++++++++++++++++ security/R-cran-credentials/distinfo | 3 +++ security/R-cran-credentials/pkg-descr | 10 ++++++++++ 4 files changed, 35 insertions(+) diff --git a/security/Makefile b/security/Makefile index 4e3c96124cc0..15d22cd1d391 100644 --- a/security/Makefile +++ b/security/Makefile @@ -7,6 +7,7 @@ SUBDIR += ADMsnmp SUBDIR += R-cran-ROAuth SUBDIR += R-cran-askpass + SUBDIR += R-cran-credentials SUBDIR += R-cran-digest SUBDIR += R-cran-gitcreds SUBDIR += R-cran-openssl diff --git a/security/R-cran-credentials/Makefile b/security/R-cran-credentials/Makefile new file mode 100644 index 000000000000..0b9af6d4b967 --- /dev/null +++ b/security/R-cran-credentials/Makefile @@ -0,0 +1,21 @@ +PORTNAME= credentials +DISTVERSION= 1.3.0 +CATEGORIES= security +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= jpbeconne@free.fr +COMMENT= Tools for Managing SSH and Git Credentials + +LICENSE= MIT + +CRAN_DEPENDS= R-cran-openssl>=1.3:security/R-cran-openssl \ + R-cran-sys>=2.1:devel/R-cran-sys \ + R-cran-curl>0:ftp/R-cran-curl \ + R-cran-jsonlite>0:converters/R-cran-jsonlite \ + R-cran-askpass>0:security/R-cran-askpass +BUILD_DEPENDS= ${CRAN_DEPENDS} +RUN_DEPENDS= ${CRAN_DEPENDS} + +USES= cran:auto-plist + +.include 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