From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 3 19:58:35 2006 Return-Path: X-Original-To: freebsd-ports-bugs@FreeBSD.org Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A4F016A4DD; Sun, 3 Sep 2006 19:58:35 +0000 (UTC) (envelope-from ntarmos@ceid.upatras.gr) Received: from poseidon.ceid.upatras.gr (poseidon.ceid.upatras.gr [150.140.141.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46F3E43D49; Sun, 3 Sep 2006 19:58:31 +0000 (GMT) (envelope-from ntarmos@ceid.upatras.gr) Received: from rhea.ceid.upatras.gr (rhea.ceid.upatras.gr [150.140.141.171]) by poseidon.ceid.upatras.gr (Postfix) with ESMTP id 158C75C17C4; Sun, 3 Sep 2006 22:58:30 +0300 (EEST) Received: from localhost (localhost [127.0.0.1]) by rhea.ceid.upatras.gr (Postfix) with ESMTP id 7619611635; Sun, 3 Sep 2006 22:58:29 +0300 (EEST) Received: from rhea.ceid.upatras.gr ([127.0.0.1]) by localhost (rhea [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 18413-07; Sun, 3 Sep 2006 22:58:29 +0300 (EEST) Received: from ace.b020.ceid.upatras.gr (unknown [150.140.143.234]) by rhea.ceid.upatras.gr (Postfix) with ESMTP id 4666F11634; Sun, 3 Sep 2006 22:58:23 +0300 (EEST) Received: by ace.b020.ceid.upatras.gr (Postfix, from userid 1001) id 07C9C23; Sat, 2 Sep 2006 13:58:04 +0300 (EEST) Date: Sat, 2 Sep 2006 13:58:04 +0300 From: Nikos Ntarmos To: Pav Lucistnik Message-ID: <20060902105804.GA13638@ace.b020.ceid.upatras.gr> References: <200608312050.k7VKoXXE024879@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200608312050.k7VKoXXE024879@freefall.freebsd.org> Organization: NetCInS Lab., C.E.I.D., U. of Patras, Greece WWW-Homepage: http://ntarmos.dyndns.org/ X-PGP-Fingerprint: 9680 60A7 DE60 0298 B1F0 9B22 9BA2 7569 CF95 160A Office-Phone: +30-2610-996919 Office-Fax: +30-2610-969011 GPS-Info: 38.2594N, 21.7428E User-Agent: mutt-ng/devel-r804 (FreeBSD) X-Virus-Scanned: by amavisd-new at ceid.upatras.gr Cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/100888: New port: sysutils/battmond A battery level monitoring daemon. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Sep 2006 19:58:35 -0000 Uhemm... Pointy hat on me... Shar with correct distinfo: # 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.2.tar.gz) = c4adcad9d29b68cb6f1557766a8dd4b7 XSHA256 (battmond-0.2.tar.gz) = 75743628feedb24a604c5462ebd82f75b0f2a2232fb804c852a0bda8aaaa3615 XSIZE (battmond-0.2.tar.gz) = 3088 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.2 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 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