Date: Sun, 4 Sep 2011 06:17:22 +0000 (UTC) From: TAKATSU Tomonari <tota@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/R-cran-foreach Makefile distinfo pkg-descr Message-ID: <201109040617.p846HMiB089296@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
tota 2011-09-04 06:17:22 UTC
FreeBSD ports repository
Modified files:
devel Makefile
Added files:
devel/R-cran-foreach Makefile distinfo pkg-descr
Log:
- Add a new port: devel/R-cran-foreach
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.
WWW: http://cran.r-project.org/web/packages/foreach/
Revision Changes Path
1.4535 +1 -0 ports/devel/Makefile
1.1 +24 -0 ports/devel/R-cran-foreach/Makefile (new)
1.1 +2 -0 ports/devel/R-cran-foreach/distinfo (new)
1.1 +9 -0 ports/devel/R-cran-foreach/pkg-descr (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201109040617.p846HMiB089296>
