1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
Commit Graph

6 Commits

Author SHA1 Message Date
Pav Lucistnik
e339af876b - Fix acpitemp function by changing type from double to int (we get temp
in kelvins (int) and then convert it in celsius (double)).

Reported by:	Aurel Bodenmann
PR:		ports/73087
Submitted by:	Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
2004-10-25 21:42:01 +00:00
Kirill Ponomarev
fa0fb40327 Use size_t insead of int to get uptime in a correct way on amd64
Fix wrong type cast for get_acpi_temperature()
Set optreset to 1 before the second call to getopt()

PR:		ports/72642
Submitted by:	maintainer
2004-10-13 15:02:22 +00:00
Kirill Ponomarev
ea2d6269c7 Ad hoc fix for reported build errors on 5.2
Remove unused function prototype

PR:		ports/71020
Submitted by:	maintainer
2004-08-27 13:47:47 +00:00
Greg Lewis
3d2373ec2c . Add ACPI support. [1]
. Make this compile on FreeBSD 4.x.  I've hacked the version being
  committed to actually compile on 4.x.  The submitted patch only partially
  fixed 4.x build problems. [2]

PR:		70039 [1], 70041 [2]
Submitted by:	Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
2004-08-06 18:00:53 +00:00
Sergey Matveychuk
5377466bd1 add network interfaces monitoring support
PR:		ports/69839
Submitted by:	maintainer
2004-07-31 09:46:36 +00:00
Pav Lucistnik
db95a8d61a Add torsmo, a system monitor that sits in the corner of your desktop. Torsmo can
show various information about your system and it's peripherals.

PR:		ports/69743
Submitted by:	Roman Bogorodskiy <bogorodskiy@inbox.ru>
2004-07-30 20:47:55 +00:00