Date: Wed, 8 Sep 2021 11:44:02 GMT From: TAKATSU Tomonari <tota@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 63e5d7f8e383 - main - devel/R-cran-globals: Add new port Message-ID: <202109081144.188Bi2mf084885@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by tota: URL: https://cgit.FreeBSD.org/ports/commit/?id=63e5d7f8e383a51a5a3c4ee3fe9e6aec946f50af commit 63e5d7f8e383a51a5a3c4ee3fe9e6aec946f50af Author: TAKATSU Tomonari <tota@FreeBSD.org> AuthorDate: 2021-09-08 10:53:32 +0000 Commit: TAKATSU Tomonari <tota@FreeBSD.org> 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 <bsd.port.mk> 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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109081144.188Bi2mf084885>