1. 05 Jan, 2018 7 commits
    • Gangstead's avatar
      Merge pull request #1612 from uberhacker/add-pre-built-binaries-d-q · c3fe8c6f
      Gangstead authored
      Add pre-built binaries for duplicity, inxi, jam, npth and q
      c3fe8c6f
    • Ed Reel's avatar
      Merge pull request #1616 from duckunix/new-prog-snooze · a2e927c4
      Ed Reel authored
      Add snooze package
      a2e927c4
    • Don Harper's avatar
      Add snooze package · 90a1ba0b
      Don Harper authored
      `snooze` is a new tool for waiting until a particular time and then
      running a command.  Together with a service supervision system such as
      runit, this can be used to replace cron(8).
      
      `snooze` has been tested on Linux 4.2.
      It will likely work on other Unix-like systems with C99.
      
      Over cron:
      - mnemonic syntax
      - no overlapping job runs possible
      - filtering by ISO week and day of year
      - due to supervision, no centralized daemon required
      - due to supervision, can easily disable jobs or force their
        execution instantly
      - due to supervision, have custom logs
      - due to no centralized daemon, no fuzzing with multiple users/permissions
      - very robust with respect to external time changes
      - can use a file timestamp to ensure minimum waiting time between two
        runs, even across reboots
      - randomized delays (some cron have that)
      - variable slack (no need for anacron)
      - ad-hoc usage possible, just run the program from command line
      
      Over runwhen:
      - less confusing usage (I hope)
      - filtering by ISO week and day of year
      - zero dependencies
      
      Over uschedule:
      - due to supervision, no centralized daemon required
      - filtering by ISO week and day of year
      90a1ba0b
    • Ed Reel's avatar
      43faf697
    • Ed Reel's avatar
      Merge pull request #1611 from duckunix/npth-lib-fix · 647cfc88
      Ed Reel authored
      npth: fix library path on configure
      647cfc88
    • Don Harper's avatar
      npth: remove tabs from file · 9bdaf565
      Don Harper authored
      [Ticket: #1610]
      9bdaf565
    • Don Harper's avatar
      npth: version bump and delete pre-built lines · 27a8fcef
      Don Harper authored
      [Ticket: #1610]
      27a8fcef
  2. 04 Jan, 2018 7 commits
  3. 03 Jan, 2018 2 commits
  4. 02 Jan, 2018 3 commits
  5. 01 Jan, 2018 15 commits
  6. 31 Dec, 2017 6 commits