summaryrefslogtreecommitdiff
path: root/sysutils/battmond
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-09-04 08:23:04 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-09-04 08:23:04 +0000
commitada40c3d291fcb35c62e58c487981a0eddb0286a (patch)
tree3e4deda83a434b13201db6e5bd2c3d9c6a95b692 /sysutils/battmond
parentReassign from inactive maintainer to new volunteer. (diff)
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>
Diffstat (limited to 'sysutils/battmond')
-rw-r--r--sysutils/battmond/Makefile22
-rw-r--r--sysutils/battmond/distinfo3
-rw-r--r--sysutils/battmond/pkg-descr6
3 files changed, 31 insertions, 0 deletions
diff --git a/sysutils/battmond/Makefile b/sysutils/battmond/Makefile
new file mode 100644
index 000000000000..e61d583895ff
--- /dev/null
+++ b/sysutils/battmond/Makefile
@@ -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>
diff --git a/sysutils/battmond/distinfo b/sysutils/battmond/distinfo
new file mode 100644
index 000000000000..9f21e35f279e
--- /dev/null
+++ b/sysutils/battmond/distinfo
@@ -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
diff --git a/sysutils/battmond/pkg-descr b/sysutils/battmond/pkg-descr
new file mode 100644
index 000000000000..57b72256c535
--- /dev/null
+++ b/sysutils/battmond/pkg-descr
@@ -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/