freebsd-ports/sysutils/p5-Schedule-Cron-Events/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 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)
2022-09-07 23:58:51 +02:00

14 lines
727 B
Text

Given a line from a crontab, tells you the time at which cron will
next run the line, or when the last event occurred, relative to any
date you choose. The object keeps that reference date internally,
and updates it when you call nextEvent() or previousEvent() - such
that successive calls will give you a sequence of events going
forward, or backwards, in time.
Use setCounterToNow() to reset this reference time to the current
date on your system, or use setCounterToDate() to set the reference
to any arbitrary time, or resetCounter() to take the object back
to the date you constructed it with.
This module uses Set::Crontab to understand the date specification,
so we should be able to handle all forms of cron entries.