sleepenh binary package in Ubuntu Noble riscv64

 sleepenh is a sleep program for 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.

Publishing history

Date Status Target Pocket Component Section Priority Phased updates Version
  2023-10-29 10:04:57 UTC Published Ubuntu Noble riscv64 release universe utils Extra 1.7-2
  • Published
  • Copied from ubuntu noble-proposed riscv64 in Primary Archive for Ubuntu
  Deleted Ubuntu Noble riscv64 proposed universe utils Extra 1.7-2
  • Removal requested .
  • Deleted by Ubuntu Archive Auto-Sync

    Moved to noble

  • Published
  2023-10-29 10:06:12 UTC Superseded Ubuntu Noble riscv64 release universe utils Extra 1.7-1
  • Removal requested .
  • Superseded by riscv64 build of sleepenh 1.7-2 in ubuntu noble PROPOSED
  • Published
  • Copied from ubuntu focal-release riscv64 in Primary Archive for Ubuntu