freebsd-ports/devel/libsysctlmibinfo/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
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)
2022-09-07 23:58:51 +02:00

9 lines
424 B
Text

The sysctlmibinfo library provides an API to explore the sysctl
MIB-Tree and to get the properties of an object, therefore it is
useful to handle an object correctly and to build a sysctl-like
utility.
It implements wrappers around an undocumented kernel interface
to provide a more easy interface, moreover it defines a
'struct sysctlmif_object' and provides a convenient API to build
data structures of sysctlmif_object.