Port details |
- libsysctlmibinfo2 Sysctl MIB-Tree API (improved version)
- 2.0.1_1 devel =3 2.0.1_1Version of this port present on the latest quarterly branch.
- Maintainer: alfix86@gmail.com
- Port Added: 2019-12-14 11:09:36
- Last Update: 2024-01-10 08:16:01
- Commit Hash: 1b819e4
- People watching this port, also watch:: woff2, libXdamage, sway, xcb-util-image, libevent
- License: BSD2CLAUSE
- WWW:
- https://gitlab.com/alfix/sysctlmibinfo2/
- Description:
- The sysctlmibinfo2 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 the sysctlinfo(4) interface and
sysctlbyname_improved 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libsysctlmibinfo2>0:devel/libsysctlmibinfo2
- To install the port:
- cd /usr/ports/devel/libsysctlmibinfo2/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/libsysctlmibinfo2
- pkg install libsysctlmibinfo2
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libsysctlmibinfo2
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1617884695
SHA256 (alfix-sysctlmibinfo2-de427a99fc515c22a057998a29c92221e2581592_GL0.tar.gz) = 1ab42f9ae83fa9202fc75aeebb18842ca1f07502595c79efc36f7c4b270941fd
SIZE (alfix-sysctlmibinfo2-de427a99fc515c22a057998a29c92221e2581592_GL0.tar.gz) = 11348
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- sysctlinfo.h : sysutils/sysctlinfo-kmod
- Runtime dependencies:
-
- sysctlbyname_improved.ko : sysutils/sysctlbyname-improved-kmod
- sysctlinfo.ko : sysutils/sysctlinfo-kmod
- This port is required by:
- for Libraries
-
- audio/mixertui
- deskutils/sysctlview
- sysutils/nsysctl
Configuration Options:
- ===> The following configuration options are available for libsysctlmibinfo2-2.0.1_1:
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- devel_libsysctlmibinfo2
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.0.1_1 10 Jan 2024 08:16:01 |
Baptiste Daroussin (bapt) |
MAN?PREFIX: eleminate its usage and move man to share/man |
2.0.1 12 Jul 2023 18:56:04 |
Felix Palmen (zirias) |
bsd.sites.mk: Update all ports using USE_GITLAB
Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.
Approved by: portmgr (tcberner, mentor)
Differential Revision: https://reviews.freebsd.org/D37077 |
2.0.1 12 Dec 2022 21:41:08 |
Fernando Apesteguía (fernape) Author: Alfonso S. Siciliano |
sysutils/sysctlinfo-kmod: Update to 20221211 and restore clients
PR: 268314
Reported by: asiciliano@FreeBSD.org (maintainer) |
2.0.1 30 Sep 2022 10:10:55 |
Fernando Apesteguía (fernape) |
sysutils/sysctlinfo-kmod: ignore after 1400071
Also modify clients.
PR: 266690
Reported by: asiciliano@FreeBSD.org |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f 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) |
2.0.1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.0.1 09 Apr 2021 18:44:23 |
Matthias Fechner (mfechner) |
Regenerate all distfiles using gitlab as source.
This regeneration is required as the new gitlab version changed
the address and the directory the source files can be downloaded.
This commit also applies some small fixes to make sure all ports using
gitlab are buildable.
Reviewed by: mat
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D29628 |
2.0.1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.0.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.0.1 27 Feb 2021 17:28:23 |
nc |
devel/libsysctlmibinfo2: Update to 2.0.1
* use new sysctlinfo(4) 20210222 and sysctlbyname 20210223 features
* add: sysctlmif_oidextendedbyname()
* add: sysctlmif_hashandler(), sysctlmif_hashandlerbyname()
* add: sysctlmif_nextnodebyname(), sysctlmif_nextleafbyname()
* add: sysctlmif_leavesbyname(), sysctlmif_leavesbyname()
* update: constants/OIDs so delete port path
PR: 253883, 253884
Submitted by: Alfonso S. Siciliano <alfix86 AT gmail DOT com> (maintainer) |
2.0.0_3 25 Feb 2021 11:16:33 |
fernape |
devel/libsysctlmibinfo2: Add Portrevision and patch
Bump PORTREVISION for dependencies.
PR: 253781
Submitted by: alfix86@gmail.com (maintainer) |
2.0.0_2 31 Oct 2020 16:36:26 |
pi |
devel/libsysctlmibinfo2: fix after r366465
- add files/patch-libsysctlmibinfo2.h to change the
sysctl OID of ENTRYIDINPUTBYNAME
PR: 250150
Submitted by: Alfonso S. Siciliano <alfix86@gmail.com> (maintainer) |
2.0.0_1 31 Dec 2019 12:40:39 |
meta |
devel/libsysctlmibifno2: Update pkg-descr
PR: 242691
Submitted by: maintainer |
2.0.0_1 14 Dec 2019 14:38:38 |
tobik |
devel/libsysctlmibinfo2: Fix RUN_DEPENDS
Both sysctlbyname-improved-kmod and sysctlinfo-kmod are needed at runtime
PR: 242237
Submitted by: alfix86@gmail.com (maintainer) |
2.0.0 14 Dec 2019 11:09:29 |
tcberner |
[NEW PORT] devel/libsysctlmibinfo2: sysctl MIB info API version 2
The sysctlmibinfo2 library provides an API to explore the sysctl MIB and to get
the info of an object, it is useful to build a sysctl(8)-like tool.
WWW: https://gitlab.com/alfix/sysctlmibinfo2/
PR: 242237
Submitted by: Alfonso S. Siciliano <alfix86@gmail.com> |