pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/p5-Catalyst-Engine-JobQueue-POE Added www/p5-Catal...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/05a632141c6b
branches:  trunk
changeset: 554644:05a632141c6b
user:      abs <abs%pkgsrc.org@localhost>
date:      Tue Feb 17 15:07:42 2009 +0000

description:
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:

 www/p5-Catalyst-Engine-JobQueue-POE/DESCR    |   8 ++++++++
 www/p5-Catalyst-Engine-JobQueue-POE/Makefile |  25 +++++++++++++++++++++++++
 www/p5-Catalyst-Engine-JobQueue-POE/distinfo |   5 +++++
 3 files changed, 38 insertions(+), 0 deletions(-)

diffs (50 lines):

diff -r 4d0f721b9baf -r 05a632141c6b www/p5-Catalyst-Engine-JobQueue-POE/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Catalyst-Engine-JobQueue-POE/DESCR Tue Feb 17 15:07:42 2009 +0000
@@ -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 -r 4d0f721b9baf -r 05a632141c6b www/p5-Catalyst-Engine-JobQueue-POE/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Catalyst-Engine-JobQueue-POE/Makefile      Tue Feb 17 15:07:42 2009 +0000
@@ -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@localhost
+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 -r 4d0f721b9baf -r 05a632141c6b www/p5-Catalyst-Engine-JobQueue-POE/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Catalyst-Engine-JobQueue-POE/distinfo      Tue Feb 17 15:07:42 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index