diff options
author | nbm <nbm@FreeBSD.org> | 2001-01-03 09:17:30 +0000 |
---|---|---|
committer | nbm <nbm@FreeBSD.org> | 2001-01-03 09:17:30 +0000 |
commit | df7bb0d2fd54c0d28c5197d7bcee38c2deffbde1 (patch) | |
tree | 41a0417807ad38d0857cf1fabe007e431d86817d /sysutils/p5-Schedule-Cron/pkg-descr | |
parent | dd11abacc1e7acdc15bf144cfe45775151b78cc1 (diff) | |
download | FreeBSD-ports-df7bb0d2fd54c0d28c5197d7bcee38c2deffbde1.zip FreeBSD-ports-df7bb0d2fd54c0d28c5197d7bcee38c2deffbde1.tar.gz |
Add p5-Schedule-Cron 0.03, schedule::Cron - cron-like scheduler for Perl
subroutines.
PR: 24030
Submitted by: Anton Berezin <tobez@tobez.org>
Diffstat (limited to 'sysutils/p5-Schedule-Cron/pkg-descr')
-rw-r--r-- | sysutils/p5-Schedule-Cron/pkg-descr | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/sysutils/p5-Schedule-Cron/pkg-descr b/sysutils/p5-Schedule-Cron/pkg-descr new file mode 100644 index 0000000..e34bae5 --- /dev/null +++ b/sysutils/p5-Schedule-Cron/pkg-descr @@ -0,0 +1,21 @@ +This module provides a simple but complete cron like scheduler. I.e +this modules can be used for periodically executing Perl subroutines. +The dates and parameters for the subroutines to be called are +specified with a format known as crontab entry (see manpage crontab(5) +or documentation of Schedule::Cron). + +The philosophy behind Schedule::Cron is to call subroutines +periodically from within one single Perl program instead of letting +cron trigger several (possibly different) Perl scripts. Everything +under one roof. Furthermore Schedule::Cron provides mechanism to +create crontab entries dynamically, which isn't that easy with cron. + +Schedule::Cron knows about all extensions (well, at least all +extensions I'm aware of, i.e those of the so called "Vixie" cron) for +crontab entries like ranges including 'steps', specification of month +and days of the week by name or coexistence of lists and ranges in the +same field. And even a bit more (like lists and ranges with symbolic +names). + +-Anton +<tobez@tobez.org> |