notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
libsysctlmibinfo Sysctl MIB-Tree API
1.0.2_1 devel on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.0.2Version of this port present on the latest quarterly branch.
Maintainer: alfix86@gmail.com search for ports maintained by this maintainer
Port Added: 2019-03-20 21:43:10
Last Update: 2024-01-10 08:16:01
Commit Hash: 1b819e4
License: BSD2CLAUSE
WWW:
https://gitlab.com/alfix/sysctlmibinfo/
Description:
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (9 items)
Collapse this list.
  1. include/sysctlmibinfo.h
  2. lib/libsysctlmibinfo.a
  3. lib/libsysctlmibinfo.so
  4. lib/libsysctlmibinfo.so.1.0.2
  5. share/man/man3/sysctlmibinfo.3.gz
  6. @ldconfig
  7. /usr/local/share/licenses/libsysctlmibinfo-1.0.2_1/catalog.mk
  8. /usr/local/share/licenses/libsysctlmibinfo-1.0.2_1/LICENSE
  9. /usr/local/share/licenses/libsysctlmibinfo-1.0.2_1/BSD2CLAUSE
Collapse this list.
Dependency lines:
  • libsysctlmibinfo>0:devel/libsysctlmibinfo
To install the port:
cd /usr/ports/devel/libsysctlmibinfo/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/libsysctlmibinfo
  • pkg install libsysctlmibinfo
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: libsysctlmibinfo
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1617884685 SHA256 (alfix-sysctlmibinfo-d09fc0361b258059a6781afa6fd0a58e332f3a74_GL0.tar.gz) = 47c93af61aeb285ca6c3edaf7c3906bbf70dbf2c7b9a819131724f25a9abb939 SIZE (alfix-sysctlmibinfo-d09fc0361b258059a6781afa6fd0a58e332f3a74_GL0.tar.gz) = 11621

Packages (timestamps in pop-ups are UTC):
libsysctlmibinfo
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.0.2_11.0.2_11.01.0.2_11.0.2_1-1.0-
FreeBSD:13:quarterly1.0.2_11.0.2_11.0.21.0.2_11.0.2_11.0.21.0.21.0.2
FreeBSD:14:latest1.0.2_11.0.2_11.0.21.0.2_11.0.2_11.0.2-1.0.2
FreeBSD:14:quarterly1.0.21.0.2_1-1.0.21.0.2_11.0.21.0.21.0.2
FreeBSD:15:latest1.0.2_11.0.2_1n/a1.0.2_1n/a1.0.2_11.0.2_11.0.2_1
FreeBSD:15:quarterly--n/a-n/a---
This port has no dependencies.
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
devel_libsysctlmibinfo
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://gitlab.com/alfix/sysctlmibinfo/-/archive/d09fc0361b258059a6781afa6fd0a58e332f3a74.tar.gz?dummy=/
Collapse this list.

Number of commits found: 12

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.0.2_1
10 Jan 2024 08:16:01
commit hash: 1b819e486953bae191a4b8f0da175b55cb6c3070commit hash: 1b819e486953bae191a4b8f0da175b55cb6c3070commit hash: 1b819e486953bae191a4b8f0da175b55cb6c3070commit hash: 1b819e486953bae191a4b8f0da175b55cb6c3070 files touched by this commit
Baptiste Daroussin (bapt) search for other commits by this committer
MAN?PREFIX: eleminate its usage  and move man to share/man
1.0.2
12 Jul 2023 18:56:04
commit hash: 7d1faa7179813ffa542b550a1fdb3bdc80a7986ccommit hash: 7d1faa7179813ffa542b550a1fdb3bdc80a7986ccommit hash: 7d1faa7179813ffa542b550a1fdb3bdc80a7986ccommit hash: 7d1faa7179813ffa542b550a1fdb3bdc80a7986c files touched by this commit
Felix Palmen (zirias) search for other commits by this committer
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
1.0.2
12 Dec 2022 21:41:08
commit hash: 29b193037657c744a074d17e5dfad93c4edd88eccommit hash: 29b193037657c744a074d17e5dfad93c4edd88eccommit hash: 29b193037657c744a074d17e5dfad93c4edd88eccommit hash: 29b193037657c744a074d17e5dfad93c4edd88ec files touched by this commit
Fernando Apesteguía (fernape) search for other commits by this committer
Author: Alfonso S. Siciliano
sysutils/sysctlinfo-kmod: Update to 20221211 and restore clients

PR:		268314
Reported by:	asiciliano@FreeBSD.org (maintainer)
1.0.2
30 Sep 2022 10:10:55
commit hash: c05c823b6ef256e6fd3a0e9044733632ed9b823ccommit hash: c05c823b6ef256e6fd3a0e9044733632ed9b823ccommit hash: c05c823b6ef256e6fd3a0e9044733632ed9b823ccommit hash: c05c823b6ef256e6fd3a0e9044733632ed9b823c files touched by this commit
Fernando Apesteguía (fernape) search for other commits by this committer
sysutils/sysctlinfo-kmod: ignore after 1400071

Also modify clients.

PR:		266690
Reported by:	asiciliano@FreeBSD.org
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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)
1.0.2
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
1.0.2
09 Apr 2021 18:44:23
commit hash: 911f04257e3175fca4e46c7d57bf5ca79767e209commit hash: 911f04257e3175fca4e46c7d57bf5ca79767e209commit hash: 911f04257e3175fca4e46c7d57bf5ca79767e209commit hash: 911f04257e3175fca4e46c7d57bf5ca79767e209 files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
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
1.0.2
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
1.0.2
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.0.2
10 Feb 2021 02:01:29
Revision:564833Original commit files touched by this commit
nc search for other commits by this committer
devel/libsysctlmibinfo: Update to 1.0.2

While we're here, unbreak sysutils/nsysctl with the new version and bump its
PORTREVISION.

PR:		253388, 253389
Submitted by:	Alfonso S. Siciliano <alfix86 AT gmail DOT com> (maintainer)
1.0.1
04 Feb 2021 18:03:18
Revision:564054Original commit files touched by this commit
fernape search for other commits by this committer
devel/libsysctlmibinfo: Update to 1.0.1

Bumping dependency's PORTEREVISION.

PR:	253213
Submitted by:	alfix86@gmail.com (maintainer)
1.0
20 Mar 2019 21:43:00
Revision:496389Original commit files touched by this commit
pizzamig search for other commits by this committer
devel/libsysctlmibinfo: new port

A library to easily access the sysctl/mib tree.

PR:		236538
Submitted by:	maintainer

Number of commits found: 12