This is a simple utility to manage Lenovo ThinkPad fans on FreeBSD.

It automatically regulates the fan speed by the sensor temperature
and user configuration.

Suggested by:	debdrup
This commit is contained in:
Alexey Dokuchaev 2020-07-07 19:11:41 +00:00
parent 84eb638a5b
commit 537bbafe6d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=541448
4 changed files with 35 additions and 0 deletions

View File

@ -116,6 +116,7 @@
SUBDIR += bsd-splash-changer
SUBDIR += bsdconfig
SUBDIR += bsdcrashtar
SUBDIR += bsdfan
SUBDIR += bsdhwmon
SUBDIR += bsdinfo
SUBDIR += bsdisks

26
sysutils/bsdfan/Makefile Normal file
View File

@ -0,0 +1,26 @@
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
# $FreeBSD$
PORTNAME= bsdfan
PORTVERSION= g20180112
CATEGORIES= sysutils
MAINTAINER= danfe@FreeBSD.org
COMMENT= Utility to manage fans on Lenovo ThinkPad laptops
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= uidfix
USE_GITHUB= yes
GH_ACCOUNT= claudiozz
GH_TAGNAME= d8428a7
PLIST_FILES= bin/bsdfan man/man1/bsdfan.1.gz \
@sample\ etc/bsdfan.conf.sample
post-install:
${INSTALL_DATA} ${WRKSRC}/bsdfan.conf \
${STAGEDIR}${PREFIX}/etc/bsdfan.conf.sample
.include <bsd.port.mk>

3
sysutils/bsdfan/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1515773468
SHA256 (claudiozz-bsdfan-g20180112-d8428a7_GH0.tar.gz) = d8047d71e6f0dda4239e6926ff4a8b6dd5999082a3d9f6a2eca55f7ae2f0b153
SIZE (claudiozz-bsdfan-g20180112-d8428a7_GH0.tar.gz) = 5728

View File

@ -0,0 +1,5 @@
This is a simple utility to manage Lenovo ThinkPad fans on FreeBSD.
It automatically regulates the fan speed by the sensor temperature
and user configuration.
WWW: https://github.com/claudiozz/bsdfan