From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 28 22:50:25 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45D9116A4DA for ; Mon, 28 Aug 2006 22:50:25 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD83343D49 for ; Mon, 28 Aug 2006 22:50:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k7SMoO8F069700 for ; Mon, 28 Aug 2006 22:50:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k7SMoOd3069699; Mon, 28 Aug 2006 22:50:24 GMT (envelope-from gnats) Date: Mon, 28 Aug 2006 22:50:24 GMT Message-Id: <200608282250.k7SMoOd3069699@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Nikos Ntarmos Cc: 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 Reply-To: Nikos Ntarmos List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Aug 2006 22:50:25 -0000 The following reply was made to PR ports/100888; it has been noted by GNATS. From: Nikos Ntarmos To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/100888: New port: sysutils/battmond A battery level monitoring daemon. Date: Tue, 29 Aug 2006 01:16:13 +0300 ... same thing only with a correct distinfo. Sorry for the noise... \n\n # 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) = af8fd90e184fe0580206df35cdd35d43 XSHA256 (battmond-0.2.tar.gz) = c9d05d6db5079e11050ec8e930b361da5db2442e111c473ae8c76b85905df8bb 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