pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/R-foreach
Module Name: pkgsrc
Committed By: mef
Date: Sun Dec 18 02:10:59 UTC 2022
Added Files:
pkgsrc/devel/R-foreach: DESCR Makefile distinfo
Log Message:
(devel/R-foreach) import R-foreach-1.5.2
Support for the foreach looping construct. Foreach is an idiom that
allows for iterating over elements in a collection, without the use of
an explicit loop counter. This package in particular is intended to
be used for its return value, rather than for its side effects. In
that sense, it is similar to the standard lapply function, but doesn't
require the evaluation of a function. Using foreach without side
effects also facilitates executing the loop in parallel.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/R-foreach/DESCR \
pkgsrc/devel/R-foreach/Makefile pkgsrc/devel/R-foreach/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-foreach/DESCR
diff -u /dev/null pkgsrc/devel/R-foreach/DESCR:1.1
--- /dev/null Sun Dec 18 02:10:59 2022
+++ pkgsrc/devel/R-foreach/DESCR Sun Dec 18 02:10:59 2022
@@ -0,0 +1,7 @@
+Support for the foreach looping construct. Foreach is an idiom that
+allows for iterating over elements in a collection, without the use of
+an explicit loop counter. This package in particular is intended to
+be used for its return value, rather than for its side effects. In
+that sense, it is similar to the standard lapply function, but doesn't
+require the evaluation of a function. Using foreach without side
+effects also facilitates executing the loop in parallel.
Index: pkgsrc/devel/R-foreach/Makefile
diff -u /dev/null pkgsrc/devel/R-foreach/Makefile:1.1
--- /dev/null Sun Dec 18 02:10:59 2022
+++ pkgsrc/devel/R-foreach/Makefile Sun Dec 18 02:10:59 2022
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2022/12/18 02:10:59 mef Exp $
+
+R_PKGNAME= foreach
+R_PKGVER= 1.5.2
+CATEGORIES= devel
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+COMMENT= Provides Foreach Looping Construct
+LICENSE= apache-2.0
+
+DEPENDS+= R-iterators>=1.0.14:../../devel/R-iterators
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/R-foreach/distinfo
diff -u /dev/null pkgsrc/devel/R-foreach/distinfo:1.1
--- /dev/null Sun Dec 18 02:10:59 2022
+++ pkgsrc/devel/R-foreach/distinfo Sun Dec 18 02:10:59 2022
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/12/18 02:10:59 mef Exp $
+
+BLAKE2s (R/foreach_1.5.2.tar.gz) = ce589f90b01917068eef509293c8ade6a73ad2459b38b955a89248b3e4786666
+SHA512 (R/foreach_1.5.2.tar.gz) = 27d7a54c0441d28dd8317435d3fbb37b13e0e5d6f9876839a88f7a67fd8f1f815b6ab102f8a91e5671d95856e3c8501bf4d3743d5dec04771d3791e907906690
+Size (R/foreach_1.5.2.tar.gz) = 89758 bytes
Home |
Main Index |
Thread Index |
Old Index