summaryrefslogtreecommitdiff
path: root/devel/p5-POE-Component-Cron/DESCR
diff options
context:
space:
mode:
authorabs <abs>2009-02-17 15:06:55 +0000
committerabs <abs>2009-02-17 15:06:55 +0000
commit39af291c252773be80983413933b47d14a7c84e2 (patch)
tree03bcb13e74292d0c572769f6f652afe25af617ed /devel/p5-POE-Component-Cron/DESCR
parent0b2a818ae334bf50a13e1d75b2c72c78a3553576 (diff)
downloadpkgsrc-39af291c252773be80983413933b47d14a7c84e2.tar.gz
fix DESCR
Diffstat (limited to 'devel/p5-POE-Component-Cron/DESCR')
-rw-r--r--devel/p5-POE-Component-Cron/DESCR12
1 files changed, 4 insertions, 8 deletions
diff --git a/devel/p5-POE-Component-Cron/DESCR b/devel/p5-POE-Component-Cron/DESCR
index f80f3e857b8..2db5632f632 100644
--- a/devel/p5-POE-Component-Cron/DESCR
+++ b/devel/p5-POE-Component-Cron/DESCR
@@ -1,8 +1,4 @@
-Catalyst is an elegant web application framework, extremely flexible
-yet extremely simple. It's similar to Ruby on Rails, Spring (Java)
-and Maypole, upon which it was originally based.
-
-This is a Catalyst Engine implementing a job queue with POE. It
-allows the launching of HTTP requests to the application at
-predetermined moments in time and the subsequent capturing of
-response to a logfile or an email address.
+Schedule POE Events using a cron spec - This component encapsulates
+a session that sends events to client sessions on a schedule as
+defined by a DateTime::Set iterator. The implementation is straight
+forward if a little limited.