diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-03-27 21:55:34 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-03-27 21:55:34 +0000 |
commit | 6ca3fb232e82c4e09cb98764f41b57966cff719e (patch) | |
tree | 19e46f67375ae50f58a04551014b3280fba102ee /www/Makefile | |
parent | c55582e081d3aae68521f0cbf85aa5327ed8e4b8 (diff) | |
download | ports-6ca3fb232e82c4e09cb98764f41b57966cff719e.tar.gz ports-6ca3fb232e82c4e09cb98764f41b57966cff719e.zip |
This plugin allows you to schedule events to run at recurring
intervals. Events will run during the first request which meets or
exceeds the specified time. Depending on the level of traffic to the
application, events may or may not run at exactly the correct time,
but it should be enough to satisfy many basic scheduling needs.
WWW: http://search.cpan.org/dist/Catalyst-Plugin-Scheduler/
PR: ports/133074
Submitted by: Fernan Aguero <fernan at iib.unsam.edu.ar>
Notes
Notes:
svn path=/head/; revision=231142
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 38df4ee27b8e..267d8bc26b95 100644 --- a/www/Makefile +++ b/www/Makefile @@ -764,6 +764,7 @@ SUBDIR += p5-Catalyst-Plugin-Params-Nested SUBDIR += p5-Catalyst-Plugin-Pluggable SUBDIR += p5-Catalyst-Plugin-Prototype + SUBDIR += p5-Catalyst-Plugin-Scheduler SUBDIR += p5-Catalyst-Plugin-Server SUBDIR += p5-Catalyst-Plugin-Session SUBDIR += p5-Catalyst-Plugin-Session-FastMmap |