mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 03:46:30 -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
352 B
Text
7 lines
352 B
Text
Perl algorithm to iterate through subsets of a list.
|
|
|
|
"Subsets" in this context refers to lists with elements taken
|
|
from the original list, and in the same order as the elements in the
|
|
original list. After creating the object, subsequent calls to next()
|
|
will return the next such list in lexicographic order (where the alphabet
|
|
is the original list).
|