From owner-dev-commits-ports-main@freebsd.org Fri Aug 6 12:15:36 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 079C3654D45; Fri, 6 Aug 2021 12:15:36 +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 4Gh4F36pB0z4X1m; Fri, 6 Aug 2021 12:15:35 +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 C7E5A57CD; Fri, 6 Aug 2021 12:15:35 +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 176CFZgp064930; Fri, 6 Aug 2021 12:15:35 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 176CFZQk064929; Fri, 6 Aug 2021 12:15:35 GMT (envelope-from git) Date: Fri, 6 Aug 2021 12:15:35 GMT Message-Id: <202108061215.176CFZQk064929@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: 886994bc345b - main - devel/R-cran-gert: New port: Simple Git Client for R 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: 886994bc345b0be25680ecc124d413069e1abb17 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: Fri, 06 Aug 2021 12:15:36 -0000 The branch main has been updated by ygy: URL: https://cgit.FreeBSD.org/ports/commit/?id=886994bc345b0be25680ecc124d413069e1abb17 commit 886994bc345b0be25680ecc124d413069e1abb17 Author: Jean-Paul Beconne AuthorDate: 2021-08-06 12:14:42 +0000 Commit: Guangyuan Yang CommitDate: 2021-08-06 12:14:42 +0000 devel/R-cran-gert: New port: Simple Git Client for R PR: 256709 --- devel/Makefile | 1 + devel/R-cran-gert/Makefile | 29 +++++++++++++++++++++++++++++ devel/R-cran-gert/distinfo | 3 +++ devel/R-cran-gert/pkg-descr | 7 +++++++ 4 files changed, 40 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index f7fe176add0d..b6b5344e0568 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -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 diff --git a/devel/R-cran-gert/Makefile b/devel/R-cran-gert/Makefile new file mode 100644 index 000000000000..603a2a53b80a --- /dev/null +++ b/devel/R-cran-gert/Makefile @@ -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 diff --git a/devel/R-cran-gert/distinfo b/devel/R-cran-gert/distinfo new file mode 100644 index 000000000000..e0a9e6963c3a --- /dev/null +++ b/devel/R-cran-gert/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1623958710 +SHA256 (gert_1.3.0.tar.gz) = 071229134517b47ef710fc5586a27458be308daef21cc8c2f603492ed21507ba +SIZE (gert_1.3.0.tar.gz) = 66410 diff --git a/devel/R-cran-gert/pkg-descr b/devel/R-cran-gert/pkg-descr new file mode 100644 index 000000000000..ab9129c56625 --- /dev/null +++ b/devel/R-cran-gert/pkg-descr @@ -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/