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)
6 lines
370 B
Text
6 lines
370 B
Text
This module provides an intuitive, Perl-ish way to write forking
|
|
programs by letting you use blocks to illustrate which code section
|
|
executes in which fork. The code for the parent, child, retry handler
|
|
and error handler are grouped together in a "fork block". The clauses
|
|
may appear in any order, but they must be consecutive (without any other
|
|
statements in between).
|