Bug 236538 - [NEW PORT] devel/libsysctlmibinfo: API to get sysctl MIB info
Summary: [NEW PORT] devel/libsysctlmibinfo: API to get sysctl MIB info
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Luca Pizzamiglio
URL: https://gitlab.com/alfix/sysctlmibinfo/
Keywords: feature
Depends on:
Blocks:
 
Reported: 2019-03-15 02:37 UTC by Alfonso S. Siciliano
Modified: 2019-03-21 00:07 UTC (History)
1 user (show)

See Also:


Attachments
new port .shar (2.51 KB, text/plain)
2019-03-15 02:37 UTC, Alfonso S. Siciliano
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alfonso S. Siciliano freebsd_committer freebsd_triage 2019-03-15 02:37:48 UTC
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
Comment 1 Luca Pizzamiglio freebsd_committer freebsd_triage 2019-03-20 20:58:36 UTC
twitter works :D
Comment 2 commit-hook freebsd_committer freebsd_triage 2019-03-20 21:43:20 UTC
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
Comment 3 Luca Pizzamiglio freebsd_committer freebsd_triage 2019-03-20 21:47:25 UTC
Committed! Thanks!