fb16dfecae
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
308 B
Text
5 lines
308 B
Text
The xpipe command reads input from stdin and splits it by the given number of
|
|
bytes, lines, or if matching the given pattern. It then invokes the given
|
|
utility repeatedly, feeding it the generated data chunks as input. You can
|
|
think of it as a Unix love-child of the split(1), tee(1), and xargs(1)
|
|
commands.
|