mirror of
https://git.freebsd.org/ports.git
synced 2025-05-06 10:57:37 -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)
8 lines
479 B
Text
8 lines
479 B
Text
List::SomeUtils provides some trivial but commonly needed functionality on lists
|
|
which is not going to go into List::Util.
|
|
|
|
All of the below functions are implementable in only a couple of lines of Perl
|
|
code. Using the functions from this module however should give slightly better
|
|
performance as everything is implemented in C. The pure-Perl implementation of
|
|
these functions only serves as a fallback in case the C portions of this module
|
|
couldn't be compiled on this machine.
|