Port details |
- snooze Run a command at a particular time
- 0.5 sysutils
=0 0.5Version of this port present on the latest quarterly branch. - Maintainer: krion@FreeBSD.org
 - Port Added: 2017-12-26 20:52:22
- Last Update: 2021-04-07 08:09:01
- Commit Hash: cf118cc
- License: CC0-1.0
- Description:
- Snooze waits until a particular time and then runs a command.
Together with a service supervision system such as runsv(8) (from
sysutils/runit), this can be used to replace cron(8).
Benefits over cron(8):
- mnemonic syntax
- no overlapping job runs possible
- filtering by ISO week and day of year
- no centralized daemon required (no fuzzing with multiple
users/permissions)
- can easily disable jobs or force their execution
instantly
- have custom logs
- 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
- variable slack
- ad-hoc usage possible, just run the program from command line
WWW: https://github.com/leahneukirchen/snooze
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/sysutils/snooze/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/snooze
- pkg install snooze
- PKGNAME: snooze
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1610704049
SHA256 (leahneukirchen-snooze-v0.5_GH0.tar.gz) = d63fde85d9333188bed5996baabd833eaa00842ce117443ffbf8719c094be414
SIZE (leahneukirchen-snooze-v0.5_GH0.tar.gz) = 8008
- Packages (timestamps in pop-ups are UTC):
- This port is required by:
- for Run
-
- sysutils/runit-faster
- Configuration Options:
- ===> The following configuration options are available for snooze-0.5:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- sysutils_snooze
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 8
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
07 Apr 2021 08:09:01 0.5
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 0.5
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
15 Jan 2021 09:49:18
0.5
|
krion  |
Update to 0.5
Pet portlint
Grab maintainership |
28 Sep 2020 05:05:25
0.4
|
tobik  |
Reset MAINTAINER |
08 Feb 2020 07:19:03
0.4
|
tobik  |
sysutils/snooze: Update to v0.4
Changes: https://github.com/leahneukirchen/snooze/blob/v0.4/NEWS.md |
01 Jan 2020 16:25:29
0.3
|
tobik  |
Chase chneukirchen -> leahneukirchen rename |
08 May 2018 06:00:45
0.3
|
tobik  |
sysutils/snooze: Update to 0.3
- Fixes some off by one errors
Changes: https://github.com/chneukirchen/snooze/compare/v0.2-3-g00c19ec...v0.3 |
26 Dec 2017 20:52:14
0.2.3
|
tobik  |
New port: sysutils/snooze
Snooze waits until a particular time and then runs a command.
Together with a service supervision system such as runsv(8) (from
sysutils/runit), this can be used to replace cron(8).
Benefits over cron(8):
- mnemonic syntax
- no overlapping job runs possible
- filtering by ISO week and day of year
- no centralized daemon required (no fuzzing with multiple
users/permissions)
- can easily disable jobs or force their execution
instantly
- have custom logs
- 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
- variable slack
- ad-hoc usage possible, just run the program from command line
WWW: https://github.com/chneukirchen/snooze |
Number of commits found: 8
|