[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#759732: O: sleepenh -- Sleep until a given date with subsecond resolution



Package: wnpp
Severity: normal

The current maintainer of sleepenh, Pedro Zorzenon Neto <pzn@debian.org>,
has retired.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: sleepenh
Binary: sleepenh
Version: 1.3-1
Maintainer: Pedro Zorzenon Neto <pzn@debian.org>
Build-Depends: debhelper (>= 5)
Architecture: any
Standards-Version: 3.7.3
Format: 1.0
Files:
 eaa0fb84d2de2e56ce7c85ae2cfe2bf1 556 sleepenh_1.3-1.dsc
 943da2dd29bbc26fa341641fc801f5a1 3482 sleepenh_1.3.orig.tar.gz
 f004ae4dd0e77584e261a3a24f494a0c 3082 sleepenh_1.3-1.diff.gz
Checksums-Sha1:
 bba0d7ba962bb0889a7516dbcde952b1e20930aa 556 sleepenh_1.3-1.dsc
 3f33d19c78a12866275022ebb88bb2c18adeaa32 3082 sleepenh_1.3-1.diff.gz
 7fb44db0e8dcec364162e241969a3447521423d5 3482 sleepenh_1.3.orig.tar.gz
Checksums-Sha256:
 da9f35c6950a9c2b21ebf3b5319eefc55150553e89940151a2f17429315af625 556 sleepenh_1.3-1.dsc
 b6423cdfd3d2e83daa00ef8bb5ff72bc32bd32ce7cf998af6191fd30d8b3f218 3082 sleepenh_1.3-1.diff.gz
 22ca151232817ff0a6dfe0afa15cb0f07986bf5e3cb627f34e6348be84710379 3482 sleepenh_1.3.orig.tar.gz
Directory: pool/main/s/sleepenh
Priority: source
Section: utils

Package: sleepenh
Version: 1.3-1
Installed-Size: 60
Maintainer: Pedro Zorzenon Neto <pzn@debian.org>
Architecture: amd64
Depends: libc6 (>= 2.7-1)
Description-en: Sleep until a given date with subsecond resolution
 sleepenh is an sleep program for using in shell scripts
 that need to perform a loop that repeats at a regular
 time interval, without cumulative errors.
 .
 It supports microsecond resolution.
 .
 You can also specify the time you need between two calls
 of sleepenh.
 .
 Here follows an usage example to clarify its purpose. This
 example sends 'A' to ttyS0 every 1.2 seconds.
   #!/bin/sh
   # does not wait (or wait 0), just to get initial timestamp
   TIMESTAMP=`sleepenh 0`
   while true; do
     # send the byte to ttyS0
     echo -n "A" > /dev/ttyS0;
     # wait until the required time
     TIMESTAMP=`sleepenh $TIMESTAMP 1.200`;
   done
 .
 For more details, please read the manpage.
Description-md5: 531501bbd5daf4bc505aa2af6e6734ae
Tag: interface::commandline, role::program, scope::utility, use::timekeeping
Section: utils
Priority: extra
Filename: pool/main/s/sleepenh/sleepenh_1.3-1_amd64.deb
Size: 7346
MD5sum: a8bca608dc430f452994b1f80aee2d63
SHA1: b210ddb472dcf674e543f2407708e6f8205f4f32
SHA256: 3682262c410f60f0981cbf911dc8b4dad10a357aac334302bd7e680bac38e191

Attachment: signature.asc
Description: Digital signature


Reply to: