freebsd-ports/sysutils/p5-Schedule-Match/pkg-descr
Neil Blakey-Milner 738f1d0b7a Add p5-Schedule-Match 0.07, handles and detects clash between
pattern-based schedules.

PR:		24031
Submitted by:	Anton Berezin <tobez@tobez.org>
2001-01-03 09:26:38 +00:00

11 lines
448 B
Text

This library allows you to manage schedule which has structure similar
to crontab(5) format. It offers methods to detect clash between
schedules (with or without duration considered), and can also tell when,
and how often they clash.
From the viewpoint of data structure, one major difference compared to
crontab(5) is a concept of duration. Each schedule has its own duration,
and clash detection can be done upon that.
-Anton
<tobez@tobez.org>