Port details |
- bsdsensors Tool to read sensors and control fan speed
- 0.1.20250323 sysutils
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one. - Maintainer: henry.hu.sh@gmail.com
 - Port Added: 2025-01-19 19:33:07
- Last Update: 2025-03-24 02:35:23
- Commit Hash: 57e32db
- License: BSD3CLAUSE
- WWW:
- https://github.com/henryhu/bsdsensors
- Description:
- bsdsensors is a utility to fetch system sensors and control fan speed. It
focuses on fetching sensors (such as temperature, fan speed, and voltage) from
the embedded controller on the motherboard, and controlling fan speed through
it.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- bsdsensors>0:sysutils/bsdsensors
- To install the port:
- cd /usr/ports/sysutils/bsdsensors/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/bsdsensors
- pkg install bsdsensors
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: bsdsensors
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1742778694
SHA256 (henryhu-bsdsensors-0.1.20250323_GH0.tar.gz) = f0fbfcf2e5cd111d1671c44885e6575da098903ad9b21e7f501335941c6e90b7
SIZE (henryhu-bsdsensors-0.1.20250323_GH0.tar.gz) = 71048
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:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- Library dependencies:
-
- libglog.so : devel/glog
- libprotobuf.so : devel/protobuf
- libgflags.so : devel/gflags
- libabsl_base.so : devel/abseil
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- sysutils_bsdsensors
- USES:
- cmake
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 3
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.1.20250323 24 Mar 2025 02:35:23
    |
Vladimir Druzenko (vvd)  |
sysutils/bsdsensors: Update 0.1.20250118 => 0.1.20250323
Changelog:
- Initial support for IT8720F
- Some support for W83627EHF/EHG
- Some support for W83627DHG-P
- Some support for W83627DHG
- Some support for W83627HG-AW
- Some support for W83697HF
- Some support for W83667HG-A
- Some support for W83667HG
- Some support for W83627THF
- Some support for W83627EHF-A
- Some support for NCT6686D
- Some support for NCT6791D
https://github.com/HenryHu/bsdsensors/releases/tag/0.1.20250323
Approved by: Henry Hu <henry.hu.sh@gmail.com> (maintainer, via github) |
0.1.20250118_1 23 Feb 2025 12:47:41
    |
Jason E. Hale (jhale)  |
*/*: Chase devel/abseil update |
0.1.20250118 19 Jan 2025 19:26:43
    |
Vladimir Druzenko (vvd)  Author: Henry Hu |
sysutils/bsdsensors: New port: utility to read sensor data and control fan speed
Here's a new port, which provides a simple utility to read sensor data
and control fan speed. Specifically, it supports a few Nuvoton embedded
controllers, which are widely used in consumer-grade motherboards.
The utility can
* read temp sensor
* read voltage sensor
* read fan speed
* read fan curve and control information
* write fan curve and control params
It's released under BSD 3-clause.
https://github.com/HenryHu/bsdsensors
PR: 284144 |
Number of commits found: 3
|