Port details |
- sysctlinfo-kmod Kernel sysctl MIB-Tree interface
- 20221211_1 sysutils =3 20221211_1Version of this port present on the latest quarterly branch.
- Maintainer: alfix86@gmail.com
- Port Added: 2019-09-24 09:41:29
- Last Update: 2024-01-10 15:29:49
- Commit Hash: e4610fc
- People watching this port, also watch:: woff2, libXdamage, sway, xcb-util-image, libevent
- Also Listed In: kld
- License: BSD2CLAUSE
- WWW:
- https://gitlab.com/alfix/sysctlinfo
- Description:
- Kernel module to implement the sysctlinfo interface, it explores
the sysctl tree to pass the info of the nodes to the userland;
a header file with constants and helper macros is provided, too.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- sysctlinfo-kmod>0:sysutils/sysctlinfo-kmod
- To install the port:
- cd /usr/ports/sysutils/sysctlinfo-kmod/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/sysctlinfo-kmod
- pkg install sysctlinfo-kmod
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: sysctlinfo-kmod
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1670763927
SHA256 (alfix-sysctlinfo-be57d5a892d0a908172664f87afeed0627e9ddf2_GL0.tar.gz) = 72a75d90b047ee6a96e00ce8b353ddf76405df0708e4eda96e97513453e3d2d0
SIZE (alfix-sysctlinfo-be57d5a892d0a908172664f87afeed0627e9ddf2_GL0.tar.gz) = 32866
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- This port is required by:
- for Build
-
- devel/libsysctlmibinfo2
- for Run
-
- devel/libsysctlmibinfo2
Configuration Options:
- ===> The following configuration options are available for sysctlinfo-kmod-20221211_1:
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- sysutils_sysctlinfo-kmod
- USES:
- kmod
- pkg-message:
- For install:
- To use this interface, make sure that you have loaded the sysctlinfo kernel
module, by doing
# kldload sysctlinfo
or adding
sysctlinfo_load="YES"
to your /boot/loader.conf.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
20221211_1 10 Jan 2024 15:29:49 |
Baptiste Daroussin (bapt) |
MAN?PREFIX: eleminate its usage and move man to share/man |
20221211 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 |
20221211 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) |
20210222 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) |
20210222 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 ) |
20210222 30 Sep 2021 21:23:30 |
Rene Ladan (rene) |
cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11
Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*
Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index |
20210222 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 |
20210222 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
20210222 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
20210222 25 Feb 2021 11:13:23 |
fernape |
sysutils/sysctlinfo-kmod: Update tp 20210222
ChangeLog:
* delete patch (fixed in mainstream)
PR: 253779
Submitted by: alfix86@gmail.com (maintainer) |
20191005_1 31 Oct 2020 16:32:31 |
pi |
sysutils/sysctlinfo-kmod: fix after r366465
- the new sysctl object {0.7} "sysctl.nextnoskip" overlaps this interface
- add files/patch-sysctlinfo.h to change sysctl OIDs of this interface
PR: 250148
Submitted by: Alfonso S. Siciliano <alfix86@gmail.com> (maintainer) |
20191005 08 Oct 2019 09:30:52 |
tz |
sysutils/sysctlinfo-kmod: update to 20191005
Changelog:
* delete CTL_SYSCTLMIB, CTL_SYSCTL added in sysctl.h
* improve SYSCTL_OUT error checks
* update lock
* code update like review D21700
PR: 241084
Submitted by: Alfonso S. Siciliano (maintainer) |
20190907 24 Sep 2019 17:47:14 |
kai |
sysutils/sysctlinfo-kmod: Refine IGNORE description
Bring the info in sync with r512729 and r512731 which have already a better
variant of the IGNORE description. |
20190907 24 Sep 2019 09:41:22 |
kai |
[NEW PORT]: sysutils/sysctlinfo-kmod
Kernel module to implement the sysctlinfo interface, it explores
the sysctl tree to pass the info of the nodes to the userland;
a header file with constants and helper macros is provided, too.
WWW: https://gitlab.com/alfix/sysctlinfo
PR: 240390
Submitted by: Alfonso S. Siciliano <alfix86@gmail.com> |