pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/R-globals
Module Name: pkgsrc
Committed By: mef
Date: Sat Sep 18 06:16:57 UTC 2021
Added Files:
pkgsrc/devel/R-globals: DESCR Makefile distinfo
Log Message:
(devel/R-globals) import R-globals-0.14.0
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.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/R-globals/DESCR \
pkgsrc/devel/R-globals/Makefile pkgsrc/devel/R-globals/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/devel/R-globals/DESCR
diff -u /dev/null pkgsrc/devel/R-globals/DESCR:1.1
--- /dev/null Sat Sep 18 06:16:57 2021
+++ pkgsrc/devel/R-globals/DESCR Sat Sep 18 06:16:57 2021
@@ -0,0 +1,5 @@
+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.
Index: pkgsrc/devel/R-globals/Makefile
diff -u /dev/null pkgsrc/devel/R-globals/Makefile:1.1
--- /dev/null Sat Sep 18 06:16:57 2021
+++ pkgsrc/devel/R-globals/Makefile Sat Sep 18 06:16:57 2021
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2021/09/18 06:16:57 mef Exp $
+
+R_PKGNAME= globals
+R_PKGVER= 0.14.0
+
+CATEGORIES= devel
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+COMMENT= Identify Global Objects in R Expressions
+LICENSE= gnu-lgpl-v2.1 OR gnu-lgpl-v3
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/R-globals/distinfo
diff -u /dev/null pkgsrc/devel/R-globals/distinfo:1.1
--- /dev/null Sat Sep 18 06:16:57 2021
+++ pkgsrc/devel/R-globals/distinfo Sat Sep 18 06:16:57 2021
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/09/18 06:16:57 mef Exp $
+
+SHA1 (R/globals_0.14.0.tar.gz) = 152f4110595c8c517f9bdd997fc6695bf0ad47c5
+RMD160 (R/globals_0.14.0.tar.gz) = 3158629d322e22432abecbabbe773003676f48b4
+SHA512 (R/globals_0.14.0.tar.gz) = 6f4e8d8a2fcaacb393cee0e717ee81d266abcff727b7fb2c80a924c66fa5824374375812b156cdfe32b442329af9bae2fa6a1c9d596086b8cc59ab28df3e8929
+Size (R/globals_0.14.0.tar.gz) = 30786 bytes
Home |
Main Index |
Thread Index |
Old Index