diff options
author | abs <abs@pkgsrc.org> | 2009-02-17 15:07:42 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2009-02-17 15:07:42 +0000 |
commit | 53ae7ed5edbf3945648889b1f973198abbf6c4f1 (patch) | |
tree | 7c77fe84c48a627c6df0c719f357a4c5111bfc87 /www/p5-Catalyst-Engine-JobQueue-POE | |
parent | ee0dbf99fcc747d6b47abd4abf92cd299fcc7af8 (diff) | |
download | pkgsrc-53ae7ed5edbf3945648889b1f973198abbf6c4f1.tar.gz |
Added www/p5-Catalyst-Engine-JobQueue-POE version 0.0.3
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.
Diffstat (limited to 'www/p5-Catalyst-Engine-JobQueue-POE')
-rw-r--r-- | www/p5-Catalyst-Engine-JobQueue-POE/DESCR | 8 | ||||
-rw-r--r-- | www/p5-Catalyst-Engine-JobQueue-POE/Makefile | 25 | ||||
-rw-r--r-- | www/p5-Catalyst-Engine-JobQueue-POE/distinfo | 5 |
3 files changed, 38 insertions, 0 deletions
diff --git a/www/p5-Catalyst-Engine-JobQueue-POE/DESCR b/www/p5-Catalyst-Engine-JobQueue-POE/DESCR new file mode 100644 index 00000000000..f80f3e857b8 --- /dev/null +++ b/www/p5-Catalyst-Engine-JobQueue-POE/DESCR @@ -0,0 +1,8 @@ +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. diff --git a/www/p5-Catalyst-Engine-JobQueue-POE/Makefile b/www/p5-Catalyst-Engine-JobQueue-POE/Makefile new file mode 100644 index 00000000000..efbd170c105 --- /dev/null +++ b/www/p5-Catalyst-Engine-JobQueue-POE/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/02/17 15:07:42 abs Exp $ + +DISTNAME= Catalyst-Engine-JobQueue-POE-0.0.3 +PKGNAME= p5-${DISTNAME} +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/K/KI/KIXX/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Catalyst-Engine-JobQueue-POE/ +COMMENT= Implementing a Catalyst job queue with POE + +DEPENDS+= p5-Test-Simple>0:../../devel/p5-Test-Simple +DEPENDS+= p5-version>0:../../devel/p5-version +DEPENDS+= p5-Email-MIME-Creator>0:../../mail/p5-Email-MIME-Creator +DEPENDS+= p5-Email-Send>=2.15:../../mail/p5-Email-Send +DEPENDS+= p5-Catalyst-Runtime>=5.7001:../../www/p5-Catalyst-Runtime +DEPENDS+= p5-POE-Component-Cron>=0.014:../../devel/p5-POE-Component-Cron + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Catalyst/Engine/JobQueue/POE/.packlist + +PKG_DESTDIR_SUPPORT= user-destdir + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-Catalyst-Engine-JobQueue-POE/distinfo b/www/p5-Catalyst-Engine-JobQueue-POE/distinfo new file mode 100644 index 00000000000..b18bc80b883 --- /dev/null +++ b/www/p5-Catalyst-Engine-JobQueue-POE/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/02/17 15:07:42 abs Exp $ + +SHA1 (Catalyst-Engine-JobQueue-POE-0.0.3.tar.gz) = 7604f6e8032df0b380298b5e9ad1a2978b84d0e4 +RMD160 (Catalyst-Engine-JobQueue-POE-0.0.3.tar.gz) = 2fc21ef767c547682685b727cfb4db600dba819c +Size (Catalyst-Engine-JobQueue-POE-0.0.3.tar.gz) = 27929 bytes |