mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-06 01:57:40 +00:00
c8df88ddad
Do the same for pkg-descr files. Approved by: markm
12 lines
450 B
Plaintext
12 lines
450 B
Plaintext
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>
|