Created attachment 202867 [details] new port .shar libsysctlmibinfo v1.0: API to get sysctl MIB info * provides a C API to wrap kern_sysctl.c undocumented interface * defines and builds a handy mib-object * builds object-list and object-tree in userspace The advantages to use sysctlmibinfo are: * an easy userspace API to the kernel sysctl mib-tree * building quickly a custom sysctl(8) tool * changes to kern_sysctl.c interface won't upset userspace tools WWW: https://gitlab.com/alfix/sysctlmibinfo/ Built on: FreeBSD 13.0-CURRENT r342978 amd64 Testing * poudriere testport -j 112Ramd64 -p default -i -o devel/libsysctlmibinfo * portlint -A * port test Please commit it, thanks, Alfonso
twitter works :D
A commit references this bug: Author: pizzamig Date: Wed Mar 20 21:43:01 UTC 2019 New revision: 496389 URL: https://svnweb.freebsd.org/changeset/ports/496389 Log: devel/libsysctlmibinfo: new port A library to easily access the sysctl/mib tree. PR: 236538 Submitted by: maintainer Changes: head/devel/Makefile head/devel/libsysctlmibinfo/ head/devel/libsysctlmibinfo/Makefile head/devel/libsysctlmibinfo/distinfo head/devel/libsysctlmibinfo/pkg-descr
Committed! Thanks!