From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4526 invoked by alias); 30 Sep 2011 14:00:12 -0000 Received: (qmail 4515 invoked by uid 22791); 30 Sep 2011 14:00:10 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from out3.smtp.messagingengine.com (HELO out3.smtp.messagingengine.com) (66.111.4.27) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 30 Sep 2011 13:59:51 +0000 Received: from compute1.internal (compute1.nyi.mail.srv.osa [10.202.2.41]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 7AB34251E0 for ; Fri, 30 Sep 2011 09:59:50 -0400 (EDT) Received: from frontend2.nyi.mail.srv.osa ([10.202.2.161]) by compute1.internal (MEProxy); Fri, 30 Sep 2011 09:59:50 -0400 Received: from [192.168.1.3] (50-88-210-98.res.bhn.net [50.88.210.98]) by mail.messagingengine.com (Postfix) with ESMTPSA id F3A46B40157; Fri, 30 Sep 2011 09:59:49 -0400 (EDT) Message-ID: <4E85CB52.1070008@cwilson.fastmail.fm> Date: Fri, 30 Sep 2011 14:00:00 -0000 From: Charles Wilson User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.23) Gecko/20090812 Thunderbird/2.0.0.23 Mnenhy/0.7.6.666 MIME-Version: 1.0 To: Mailing List: CygWin-Apps Subject: Re: [ITP] nosleep 0.1.3-1 (needs GTG) References: <7qvt77hgb3jgalfk6c8798nbcill8bv5bd@4ax.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com X-SW-Source: 2011-09/txt/msg00104.txt.bz2 On 9/30/2011 6:00 AM, Andrew Schulman wrote: >> I'd like to package and maintain nosleep for Cygwin. nosleep runs a >> command while inhibiting the computer from sleeping or hibernating until >> the command finishes executing. > > Thanks for voting everyone. Would someone now please review the packaging? > The package is small - just one exectable and 6 doc files. Packaging is GTG. I didn't check the application's functionality. Since you don't have a test suite, you might want to define a src_test function in the cygport: src_test() { : } -- Chuck