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)
15 lines
408 B
Text
15 lines
408 B
Text
This Perl extension implements the BSD process resource limit functions
|
|
|
|
getrusage() getrlimit() setrlimit()
|
|
|
|
and the BSD process priority functions. These are available also via
|
|
core Perl but here we do more tricks so that the PRIO_* are available.
|
|
|
|
getpriority() setpriority()
|
|
|
|
Also is provided
|
|
|
|
times()
|
|
|
|
which provides the same functionality as the one in core Perl, only with
|
|
better time resolution.
|