======= nosleep ======= nosleep runs a command while inhibiting the computer from sleeping or hibernating until the command finishes executing. By default nosleep just prevents the computer from going to sleep during idle periods. More aggressive options are available to inhibit sleep or hibernation, but these come with warnings and an onerous Disclaimer. nosleep(1) has details. Source homepage: https://launchpad.net/nosleep Upstream maintainer: Andrew E. Schulman Cygwin maintainer: Andrew E. Schulman License: GPL; see COPYING for details. Please send bug reports to the Cygwin mailing list , or file them at https://bugs.launchpad.net/nosleep/+filebug. ------------------------------------------------------------------------- Runtime requirements: libargp Build requirements: binutils coreutils cygport gcc make w32api Build instructions: tar -jxf nosleep-0.1.5-1-src.tar.bz2 if you use setup to install this src package, it will be unpacked under /usr/src automatically cd /usr/src cygport nosleep-0.1.5-1.cygport all This will create: /usr/src/nosleep-0.1.5-1.tar.bz2 /usr/src/nosleep-0.1.5-1-src.tar.bz2 Or use 'cygport nosleep-0.1.5-1.cygport prep' to get a patched source directory. ------------------------------------------------------------------------- Files included in the binary distribution: /usr/bin/nosleep /usr/share/doc/Cygwin/nosleep.README (this file) /usr/share/doc/nosleep/COPYING /usr/share/doc/nosleep/ChangeLog /usr/share/doc/nosleep/README /usr/share/doc/nosleep/README.Cygwin (this file) /usr/share/man/man1/nosleep.1.gz ------------------------------------------------------------------------- Cygwin version history: 0.1.5-1: * New upstream release: fix possible crash. 0.1.4-1: * New upstream release: * Warn but continue executing if sleep inhibition fails. * Add first functional test (proper command-line argument passing). 0.1.3-3: * Added null src_test() to cygport script. 0.1.3-2: * Provided real SRC_URL value in cygport script. 0.1.3-1: * Initial Cygwin release.