Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Jul 2006 20:55:35 +0300 (EEST)
From:      Nikos Ntarmos <ntarmos@ceid.upatras.gr>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/100888: New port: sysutils/battmond A battery level monitoring daemon.
Message-ID:  <20060726175535.2EE2E23@ace.b020.ceid.upatras.gr>
Resent-Message-ID: <200607261800.k6QI0S1E026707@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         100888
>Category:       ports
>Synopsis:       New port: sysutils/battmond A battery level monitoring daemon.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 26 18:00:28 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Nikos Ntarmos
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
NetCInS Lab, CEID, UPatras, Greece
>Environment:
System: FreeBSD ace.b020.ceid.upatras.gr 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Wed Jul 19 22:51:43 EEST 2006 root@ace.b020.ceid.upatras.gr:/usr/sys/i386/compile/ACE i386


	
>Description:
A port of a small daemon process monitoring the battery level on
ACPI-enabled (laptop) computers, and optionally warning and/or halting
the system if it drops below some user-defined thresholds.
	
>How-To-Repeat:
	
>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	battmond
#	battmond/distinfo
#	battmond/Makefile
#	battmond/pkg-descr
#
echo c - battmond
mkdir -p battmond > /dev/null 2>&1
echo x - battmond/distinfo
sed 's/^X//' >battmond/distinfo << 'END-of-battmond/distinfo'
XMD5 (battmond-0.1.tar.gz) = 6cac429f1a4d22ede2e46f4c6b40b155
XSHA256 (battmond-0.1.tar.gz) = 1f74a24d01261530fb9427cbadd9213f502a8f482d9c188a2d56bc8fe646bc71
XSIZE (battmond-0.1.tar.gz) = 2832
END-of-battmond/distinfo
echo x - battmond/Makefile
sed 's/^X//' >battmond/Makefile << 'END-of-battmond/Makefile'
X# New ports collection makefile for:   battmond
X# Date created:        16 June 2006
X# Whom:                ntarmos@ceid.upatras.gr
X#
X# $FreeBSD$
X#
X
XPORTNAME=				battmond
XPORTVERSION=		0.1
XCATEGORIES=			sysutils
XMASTER_SITES=		http://ntarmos.dyndns.org/Software/FreeBSD/
X
XMAINTAINER=			ntarmos@ceid.upatras.gr
XCOMMENT=				A daemon monitoring the battery level of ACPI-enabled laptops
X
XMAN1=						battmond.1
XMANCOMPRESSED=	yes
X
XPLIST_FILES=		sbin/battmond \
X								etc/rc.d/battmond
X
X.include <bsd.port.mk>
END-of-battmond/Makefile
echo x - battmond/pkg-descr
sed 's/^X//' >battmond/pkg-descr << 'END-of-battmond/pkg-descr'
XBattmond is a small daemon monitoring the battery level on ACPI-enabled
X(laptop) computers, by probing the ACPI device on regular intervals. It
Xcan warn you (through syslog) when the battery level is running low, and
Xhalt the system when it drops below a critical level threshold.
X
XWWW: http://ntarmos.dyndns.org/
END-of-battmond/pkg-descr
exit

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060726175535.2EE2E23>