From owner-svn-ports-head@freebsd.org Sun Feb 7 21:18:49 2021 Return-Path: Delivered-To: svn-ports-head@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 63879538F69; Sun, 7 Feb 2021 21:18:49 +0000 (UTC) (envelope-from ygy@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 4DYhpx2KT3z3QM9; Sun, 7 Feb 2021 21:18:49 +0000 (UTC) (envelope-from ygy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3805F3321; Sun, 7 Feb 2021 21:18:49 +0000 (UTC) (envelope-from ygy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 117LInSW051203; Sun, 7 Feb 2021 21:18:49 GMT (envelope-from ygy@FreeBSD.org) Received: (from ygy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 117LImAL051199; Sun, 7 Feb 2021 21:18:48 GMT (envelope-from ygy@FreeBSD.org) Message-Id: <202102072118.117LImAL051199@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ygy set sender to ygy@FreeBSD.org using -f From: Guangyuan Yang Date: Sun, 7 Feb 2021 21:18:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r564649 - in head/security: . R-cran-gitcreds X-SVN-Group: ports-head X-SVN-Commit-Author: ygy X-SVN-Commit-Paths: in head/security: . R-cran-gitcreds X-SVN-Commit-Revision: 564649 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2021 21:18:49 -0000 Author: ygy (doc committer) Date: Sun Feb 7 21:18:48 2021 New Revision: 564649 URL: https://svnweb.freebsd.org/changeset/ports/564649 Log: new port: security/R-cran-gitcreds: Query 'git' Credentials from 'R' Approved by: lwhsu Added: head/security/R-cran-gitcreds/ head/security/R-cran-gitcreds/Makefile (contents, props changed) head/security/R-cran-gitcreds/distinfo (contents, props changed) head/security/R-cran-gitcreds/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Sun Feb 7 21:17:42 2021 (r564648) +++ head/security/Makefile Sun Feb 7 21:18:48 2021 (r564649) @@ -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 Added: head/security/R-cran-gitcreds/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/R-cran-gitcreds/Makefile Sun Feb 7 21:18:48 2021 (r564649) @@ -0,0 +1,24 @@ +# Created by: Guangyuan Yang +# $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 Added: head/security/R-cran-gitcreds/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/R-cran-gitcreds/distinfo Sun Feb 7 21:18:48 2021 (r564649) @@ -0,0 +1,3 @@ +TIMESTAMP = 1612632247 +SHA256 (gitcreds_0.1.1.tar.gz) = b14aaf4e910a9d2d6c65c93e645f0b0159c00898e669f917f83c03dfedb1dfea +SIZE (gitcreds_0.1.1.tar.gz) = 61913 Added: head/security/R-cran-gitcreds/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/R-cran-gitcreds/pkg-descr Sun Feb 7 21:18:48 2021 (r564649) @@ -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