From 63e5d7f8e383a51a5a3c4ee3fe9e6aec946f50af Mon Sep 17 00:00:00 2001 From: TAKATSU Tomonari Date: Wed, 8 Sep 2021 10:53:32 +0000 Subject: 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(+) create mode 100644 devel/R-cran-globals/Makefile create mode 100644 devel/R-cran-globals/distinfo create mode 100644 devel/R-cran-globals/pkg-descr 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/ -- cgit v1.2.3