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)
9 lines
513 B
Plaintext
9 lines
513 B
Plaintext
BSD::Sysctl offers a native Perl interface for fetching sysctl values that
|
|
describe the kernel state of BSD-like operating systems. This is around 80
|
|
times faster than scraping the output of the sysctl(8) program.
|
|
|
|
This module handles the conversion of symbolic sysctl variable names to the
|
|
internal numeric format, and this information, along with the details of how
|
|
to format the results, are cached. Hence, the first call to sysctl requires
|
|
three system calls, however, subsequent calls require only one call.
|