mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
25 lines
926 B
Tcl
25 lines
926 B
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup github 1.0
|
|
PortGroup makefile 1.0
|
|
|
|
github.setup leahneukirchen snooze 0.5.1 v
|
|
github.tarball_from archive
|
|
revision 0
|
|
categories sysutils
|
|
license public-domain
|
|
maintainers nomaintainer
|
|
description run a command at a particular time
|
|
|
|
long_description \
|
|
snooze is a 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).
|
|
|
|
checksums rmd160 776f20662da4851af98be599d5177a3169e9f3ed \
|
|
sha256 abb0df288e8fe03ae25453d5f0b723b03a03bcc7afa41b9bec540a7a11a9f93e \
|
|
size 8051
|
|
|
|
patchfiles patch-Makefile.diff
|