pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-POE-Component-Cron Added devel/p5-POE-Compone...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/65582081e17d
branches:  trunk
changeset: 554641:65582081e17d
user:      abs <abs%pkgsrc.org@localhost>
date:      Tue Feb 17 15:03:16 2009 +0000

description:
Added devel/p5-POE-Component-Cron version 0.019nb1

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:

 devel/p5-POE-Component-Cron/DESCR    |   8 ++++++++
 devel/p5-POE-Component-Cron/Makefile |  24 ++++++++++++++++++++++++
 devel/p5-POE-Component-Cron/distinfo |   5 +++++
 3 files changed, 37 insertions(+), 0 deletions(-)

diffs (49 lines):

diff -r ea1006f42665 -r 65582081e17d devel/p5-POE-Component-Cron/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-POE-Component-Cron/DESCR Tue Feb 17 15:03:16 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 ea1006f42665 -r 65582081e17d devel/p5-POE-Component-Cron/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-POE-Component-Cron/Makefile      Tue Feb 17 15:03:16 2009 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/02/17 15:03:16 abs Exp $
+
+DISTNAME=      POE-Component-Cron-0.019
+PKGNAME=       p5-${DISTNAME}
+PKGREVISION=   1
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/C/CF/CFEDDE/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/perldoc?POE::Component::Cron
+COMMENT=       Schedule POE Events using a cron spec
+
+DEPENDS+=      p5-POE>=0:../../devel/p5-POE
+DEPENDS+=      p5-DateTime-Event-Cron>=0:../../time/p5-DateTime-Event-Cron
+DEPENDS+=       p5-DateTime-Event-Random>=0:../../time/p5-DateTime-Event-Random
+DEPENDS+=       p5-DateTime>=0:../../time/p5-DateTime
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/POE/Component/Cron/.packlist
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r ea1006f42665 -r 65582081e17d devel/p5-POE-Component-Cron/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-POE-Component-Cron/distinfo      Tue Feb 17 15:03:16 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/02/17 15:03:16 abs Exp $
+
+SHA1 (POE-Component-Cron-0.019.tar.gz) = 47e68a0780fdebd42c90c1098d992827d0255045
+RMD160 (POE-Component-Cron-0.019.tar.gz) = cd529dbbaf38fe6e4d32629e626ee61520dba5b0
+Size (POE-Component-Cron-0.019.tar.gz) = 4484 bytes



Home | Main Index | Thread Index | Old Index