mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36: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)
5 lines
365 B
Text
5 lines
365 B
Text
List::Gen provides higher order functions, list comprehensions, generators,
|
|
iterators, and other utility functions for working with lists. walk lists with
|
|
any step size you want, create lazy ranges and arrays with a map like syntax
|
|
that generate values on demand. there are several other hopefully useful
|
|
functions, and all functions from List::Util are available.
|