From owner-dev-commits-ports-all@freebsd.org Wed Sep 8 11:44:02 2021 Return-Path: Delivered-To: dev-commits-ports-all@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 8FEBC679351; Wed, 8 Sep 2021 11:44:02 +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 4H4KzQ1k4sz4s3V; Wed, 8 Sep 2021 11:44:02 +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 1BA36252F8; Wed, 8 Sep 2021 11:44:02 +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 188Bi2BJ084886; Wed, 8 Sep 2021 11:44:02 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 188Bi2mf084885; Wed, 8 Sep 2021 11:44:02 GMT (envelope-from git) Date: Wed, 8 Sep 2021 11:44:02 GMT Message-Id: <202109081144.188Bi2mf084885@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: TAKATSU Tomonari Subject: git: 63e5d7f8e383 - main - devel/R-cran-globals: Add new port MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: tota X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 63e5d7f8e383a51a5a3c4ee3fe9e6aec946f50af Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Sep 2021 11:44:02 -0000 The branch main has been updated by tota: URL: https://cgit.FreeBSD.org/ports/commit/?id=63e5d7f8e383a51a5a3c4ee3fe9e6aec946f50af commit 63e5d7f8e383a51a5a3c4ee3fe9e6aec946f50af Author: TAKATSU Tomonari AuthorDate: 2021-09-08 10:53:32 +0000 Commit: TAKATSU Tomonari CommitDate: 2021-09-08 11:43:38 +0000 devel/R-cran-globals: Add new port Identifies global ("unknown" or "free") objects in R expressions by code inspection using various strategies (ordered, liberal, or conservative). The objective of this package is to make it as simple as possible to identify global objects for the purpose of exporting them in parallel, distributed compute environments. WWW: https://cran.r-project.org/web/packages/globals/ --- devel/Makefile | 1 + devel/R-cran-globals/Makefile | 13 +++++++++++++ devel/R-cran-globals/distinfo | 3 +++ devel/R-cran-globals/pkg-descr | 7 +++++++ 4 files changed, 24 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index dac7d0b7558e..7c3ceaa79cce 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -50,6 +50,7 @@ SUBDIR += R-cran-getopt SUBDIR += R-cran-git2r SUBDIR += R-cran-glmnet + SUBDIR += R-cran-globals SUBDIR += R-cran-glue SUBDIR += R-cran-gmodels SUBDIR += R-cran-gsubfn diff --git a/devel/R-cran-globals/Makefile b/devel/R-cran-globals/Makefile new file mode 100644 index 000000000000..87be123fd4ea --- /dev/null +++ b/devel/R-cran-globals/Makefile @@ -0,0 +1,13 @@ +PORTNAME= globals +PORTVERSION= 0.14.0 +CATEGORIES= devel +DISTNAME= ${PORTNAME}_${PORTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= Identify Global Objects in R Expressions + +LICENSE= LGPL21+ + +USES= cran:auto-plist + +.include diff --git a/devel/R-cran-globals/distinfo b/devel/R-cran-globals/distinfo new file mode 100644 index 000000000000..3d3053ab047f --- /dev/null +++ b/devel/R-cran-globals/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1631098233 +SHA256 (globals_0.14.0.tar.gz) = 203dbccb829ca9cc6aedb6f5e79cb126ea31f8dd379dff9111ec66e3628c32f3 +SIZE (globals_0.14.0.tar.gz) = 30786 diff --git a/devel/R-cran-globals/pkg-descr b/devel/R-cran-globals/pkg-descr new file mode 100644 index 000000000000..9dcafc436e96 --- /dev/null +++ b/devel/R-cran-globals/pkg-descr @@ -0,0 +1,7 @@ +Identifies global ("unknown" or "free") objects in R expressions +by code inspection using various strategies (ordered, liberal, or +conservative). The objective of this package is to make it as simple +as possible to identify global objects for the purpose of exporting +them in parallel, distributed compute environments. + +WWW: https://cran.r-project.org/web/packages/globals/