aboutsummaryrefslogtreecommitdiff
path: root/sysutils/p5-Schedule-Match/pkg-descr
blob: dba634b93cc3850a87a3f09dc8948a45d2f52ccd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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@FreeBSD.org>