Battmond is a small daemon monitoring the battery level on ACPI-enabled
(laptop) computers, by probing the ACPI device on regular intervals. It can warn you (through syslog) when the battery level is running low, and halt the system when it drops below a critical level threshold. WWW: http://ntarmos.dyndns.org/ PR: ports/100888 Submitted by: Nikos Ntarmos <ntarmos@ceid.upatras.gr>
This commit is contained in:
parent
e299b32593
commit
ada40c3d29
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=172147
@ -41,6 +41,7 @@
|
||||
SUBDIR += bacula-server-devel
|
||||
SUBDIR += barry
|
||||
SUBDIR += battfink
|
||||
SUBDIR += battmond
|
||||
SUBDIR += bbapm
|
||||
SUBDIR += bbsmount
|
||||
SUBDIR += bchunk
|
||||
|
22
sysutils/battmond/Makefile
Normal file
22
sysutils/battmond/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# New ports collection makefile for: battmond
|
||||
# Date created: 16 June 2006
|
||||
# Whom: ntarmos@ceid.upatras.gr
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= battmond
|
||||
PORTVERSION= 0.2
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://ntarmos.dyndns.org/Software/FreeBSD/
|
||||
|
||||
MAINTAINER= ntarmos@ceid.upatras.gr
|
||||
COMMENT= A daemon monitoring the battery level of ACPI-enabled laptops
|
||||
|
||||
MAN1= battmond.1
|
||||
MANCOMPRESSED= yes
|
||||
|
||||
PLIST_FILES= sbin/battmond \
|
||||
etc/rc.d/battmond
|
||||
|
||||
.include <bsd.port.mk>
|
3
sysutils/battmond/distinfo
Normal file
3
sysutils/battmond/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (battmond-0.2.tar.gz) = c4adcad9d29b68cb6f1557766a8dd4b7
|
||||
SHA256 (battmond-0.2.tar.gz) = 75743628feedb24a604c5462ebd82f75b0f2a2232fb804c852a0bda8aaaa3615
|
||||
SIZE (battmond-0.2.tar.gz) = 3088
|
6
sysutils/battmond/pkg-descr
Normal file
6
sysutils/battmond/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
Battmond is a small daemon monitoring the battery level on ACPI-enabled
|
||||
(laptop) computers, by probing the ACPI device on regular intervals. It
|
||||
can warn you (through syslog) when the battery level is running low, and
|
||||
halt the system when it drops below a critical level threshold.
|
||||
|
||||
WWW: http://ntarmos.dyndns.org/
|
Loading…
Reference in New Issue
Block a user