mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 03:16:28 -04:00
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
7 lines
467 B
Text
7 lines
467 B
Text
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.
|