1
0
forked from ports/opt

lm_sensors: New port. Moved to this collection to avoid duplicates.

This commit is contained in:
Jose V Beneyto 2008-11-07 15:36:14 +01:00
parent 4709319c81
commit 8f0eefdc18
4 changed files with 84 additions and 0 deletions

34
lm_sensors/.footprint Normal file
View File

@ -0,0 +1,34 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/sensors
-rwxr-xr-x root/root usr/bin/sensors-conf-convert
drwxr-xr-x root/root usr/etc/
-rw-r--r-- root/root usr/etc/sensors3.conf
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/sensors/
-rw-r--r-- root/root usr/include/sensors/error.h
-rw-r--r-- root/root usr/include/sensors/sensors.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libsensors.a
lrwxrwxrwx root/root usr/lib/libsensors.so -> libsensors.so.4
lrwxrwxrwx root/root usr/lib/libsensors.so.4 -> libsensors.so.4.0.2
-rwxr-xr-x root/root usr/lib/libsensors.so.4.0.2
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/sensors.1.gz
drwxr-xr-x root/root usr/man/man3/
-rw-r--r-- root/root usr/man/man3/libsensors.3.gz
drwxr-xr-x root/root usr/man/man5/
-rw-r--r-- root/root usr/man/man5/sensors.conf.5.gz
drwxr-xr-x root/root usr/man/man8/
-rw-r--r-- root/root usr/man/man8/fancontrol.8.gz
-rw-r--r-- root/root usr/man/man8/isadump.8.gz
-rw-r--r-- root/root usr/man/man8/isaset.8.gz
-rw-r--r-- root/root usr/man/man8/pwmconfig.8.gz
-rw-r--r-- root/root usr/man/man8/sensors-detect.8.gz
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/fancontrol
-rwxr-xr-x root/root usr/sbin/isadump
-rwxr-xr-x root/root usr/sbin/isaset
-rwxr-xr-x root/root usr/sbin/pwmconfig
-rwxr-xr-x root/root usr/sbin/sensors-detect

1
lm_sensors/.md5sum Normal file
View File

@ -0,0 +1 @@
e88b236228ac2a50821217015b8fd0fa lm_sensors-3.0.3.tar.bz2

17
lm_sensors/Pkgfile Normal file
View File

@ -0,0 +1,17 @@
# Description: Tools for monitoring system health (temperatures, voltages, fan speed, etc)
# URL: http://www.lm-sensors.org
# Maintainer: Jose V Beneyto, sepen at users dot sourceforge dot net
# Depends on: perl
# Nice to have: i2c-tools
name=lm_sensors
version=3.0.3
release=1
source=(http://dl.lm-sensors.org/lm-sensors/releases/$name-$version.tar.bz2)
build () {
cd $name-$version
make install PREFIX=/usr \
ETCDIR=/usr/etc \
DESTDIR=$PKG
}

32
lm_sensors/README Normal file
View File

@ -0,0 +1,32 @@
README for lm_sensors
IMPORTANT NOTES
* The libsensors configuration file (/etc/sensors.conf) is never overwritten
by our installation process, so that you won't lose your personal settings
in that file. You still can get our latest default config file in
etc/sensors.conf.eg and manually copy it to /etc/sensors.conf if you want.
You will then want to edit it to fit your needs again.
* The format of /etc/sensors.conf changed with lm-sensors >= 3.0.0.
If you have a custom configuration file using the old format, you can convert
it using the sensors-conf-convert script. Otherwise just overwrite your old
configuration file with the new default one.
KERNEL CONFIGURATION
* Enable "I2C support" (CONFIG_I2C=y or m). On many motherboards, the sensor
chip is connected to the SMBus, which is supported by I2C in the Linux kernel
* Enable "I2C device interface" (CONFIG_I2C_CHARDEV=m). sensors-detect needs
this to probe for SMBus hardware monitoring chips.
* In I2C Hardware Bus support, enable all drivers you might need, preferably
as modules. If you're not sure, select them all.
* Enable "Hardware Monitoring support" (CONFIG_HWMON=y or m).
* Enable all hardware monitoring drivers you might need, preferably as modules