This component extends POE::Component::Schedule by adding an easy way t specify
event schedules using a simple cron spec.
This commit is contained in:
parent
289b4e1d24
commit
36f5a5f0f3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=266718
@ -2006,6 +2006,7 @@
|
||||
SUBDIR += p5-POE-API-Hooks
|
||||
SUBDIR += p5-POE-API-Peek
|
||||
SUBDIR += p5-POE-Component-Child
|
||||
SUBDIR += p5-POE-Component-Cron
|
||||
SUBDIR += p5-POE-Component-Daemon
|
||||
SUBDIR += p5-POE-Component-DebugShell
|
||||
SUBDIR += p5-POE-Component-DirWatch
|
||||
|
31
devel/p5-POE-Component-Cron/Makefile
Normal file
31
devel/p5-POE-Component-Cron/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# New ports collection makefile for: POE-Component-Cron
|
||||
# Date created: December 21 2010
|
||||
# Whom: mat
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= POE-Component-Cron
|
||||
PORTVERSION= 0.021
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Schedule POE Events using a cron spec
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Test/Simple.pm:${PORTSDIR}/devel/p5-Test-Simple \
|
||||
${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \
|
||||
${SITE_PERL}/POE/Component/Schedule.pm:${PORTSDIR}/devel/p5-POE-Component-Schedule \
|
||||
${SITE_PERL}/DateTime/Event/Random.pm:${PORTSDIR}/devel/p5-DateTime-Event-Random \
|
||||
${SITE_PERL}/DateTime/Event/Cron.pm:${PORTSDIR}/devel/p5-DateTime-Event-Cron
|
||||
RUN_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \
|
||||
${SITE_PERL}/POE/Component/Schedule.pm:${PORTSDIR}/devel/p5-POE-Component-Schedule \
|
||||
${SITE_PERL}/DateTime/Event/Random.pm:${PORTSDIR}/devel/p5-DateTime-Event-Random \
|
||||
${SITE_PERL}/DateTime/Event/Cron.pm:${PORTSDIR}/devel/p5-DateTime-Event-Cron
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= POE::Component::Cron.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-POE-Component-Cron/distinfo
Normal file
2
devel/p5-POE-Component-Cron/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (POE-Component-Cron-0.021.tar.gz) = d4b192b527eab2c9b0ded4cbb1bc466dbbe169ed8d2bbd3545cfe9d2511692e3
|
||||
SIZE (POE-Component-Cron-0.021.tar.gz) = 3368
|
4
devel/p5-POE-Component-Cron/pkg-descr
Normal file
4
devel/p5-POE-Component-Cron/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
This component extends POE::Component::Schedule by adding an easy way t specify
|
||||
event schedules using a simple cron spec.
|
||||
|
||||
WWW: http://search.cpan.org/dist/POE-Component-Cron/
|
7
devel/p5-POE-Component-Cron/pkg-plist
Normal file
7
devel/p5-POE-Component-Cron/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
%%SITE_PERL%%/POE/Component/Cron.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Cron/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/POE/Component
|
||||
@dirrmtry %%SITE_PERL%%/POE
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Cron
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE
|
Loading…
Reference in New Issue
Block a user