Port details |
- snooze Run a command at a particular time
- 0.5_1 sysutils
=2 0.5_1Version of this port present on the latest quarterly branch. - Maintainer: krion@FreeBSD.org
 - Port Added: 2017-12-26 20:52:22
- Last Update: 2024-03-03 09:33:37
- Commit Hash: 3ab81f2
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: CC0-1.0
- WWW:
- https://github.com/leahneukirchen/snooze
- 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
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- 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
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- 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 has no dependencies.
- This port is required by:
- for Run
-
- sysutils/runit-faster
Configuration Options:
- ===> The following configuration options are available for snooze-0.5_1:
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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.5_1 03 Mar 2024 09:33:37
    |
Kirill Ponomarev (krion)  |
sysutils/snooze: Move man pages to share/man |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.5 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.5 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.5 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.5 15 Jan 2021 09:49:18
  |
krion  |
Update to 0.5
Pet portlint
Grab maintainership |
0.4 28 Sep 2020 05:05:25
  |
tobik  |
Reset MAINTAINER |
0.4 08 Feb 2020 07:19:03
  |
tobik  |
sysutils/snooze: Update to v0.4
Changes: https://github.com/leahneukirchen/snooze/blob/v0.4/NEWS.md |
0.3 01 Jan 2020 16:25:29
  |
tobik  |
Chase chneukirchen -> leahneukirchen rename |
0.3 08 May 2018 06:00:45
  |
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 |
0.2.3 26 Dec 2017 20:52:14
  |
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 |