diff options
author | abs <abs@pkgsrc.org> | 2008-10-31 11:50:42 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2008-10-31 11:50:42 +0000 |
commit | 8f9d00bea2b32755e069a3b97f9a9eba4114cf2c (patch) | |
tree | 9e15a5289d9fb01c0d2ea580421d2e7b0509c75d | |
parent | bea741f6ddce1174f4c1e36bf7765867a6f185b3 (diff) | |
download | pkgsrc-8f9d00bea2b32755e069a3b97f9a9eba4114cf2c.tar.gz |
Added www/p5-Catalyst-Plugin-AutoRestart version 0.92
Catalyst plugin to force the application to restart server processes
when they reach a configurable memory threshold. Memory checks are
performed every 'N' requests. This is intended as a band-aid to
deal with problems like memory leaks; it's here to buy you time to
find and solve the underlying issues.
-rw-r--r-- | www/p5-Catalyst-Plugin-AutoRestart/DESCR | 5 | ||||
-rw-r--r-- | www/p5-Catalyst-Plugin-AutoRestart/Makefile | 24 | ||||
-rw-r--r-- | www/p5-Catalyst-Plugin-AutoRestart/distinfo | 5 |
3 files changed, 34 insertions, 0 deletions
diff --git a/www/p5-Catalyst-Plugin-AutoRestart/DESCR b/www/p5-Catalyst-Plugin-AutoRestart/DESCR new file mode 100644 index 00000000000..1709ba02fb9 --- /dev/null +++ b/www/p5-Catalyst-Plugin-AutoRestart/DESCR @@ -0,0 +1,5 @@ +Catalyst plugin to force the application to restart server processes +when they reach a configurable memory threshold. Memory checks are +performed every 'N' requests. This is intended as a band-aid to +deal with problems like memory leaks; it's here to buy you time to +find and solve the underlying issues. diff --git a/www/p5-Catalyst-Plugin-AutoRestart/Makefile b/www/p5-Catalyst-Plugin-AutoRestart/Makefile new file mode 100644 index 00000000000..b454eaaea5f --- /dev/null +++ b/www/p5-Catalyst-Plugin-AutoRestart/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/10/31 11:50:42 abs Exp $ + +DISTNAME= Catalyst-Plugin-AutoRestart-0.92 +PKGNAME= p5-${DISTNAME} +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/perldoc?Catalyst::Plugin::AutoRestart +COMMENT= Restart Catalyst when specified memory threshold reached + +DEPENDS+= p5-Catalyst-Runtime>=5.7007:../../www/p5-Catalyst-Runtime +DEPENDS+= p5-Class-C3>=0.19:../../devel/p5-Class-C3 +DEPENDS+= p5-Class-Data-Accessor>=0:../../devel/p5-Class-Data-Accessor +DEPENDS+= p5-Text-SimpleTable>=0.03:../../textproc/p5-Text-SimpleTable +DEPENDS+= p5-Proc-ProcessTable>=0.41:../../devel/p5-Proc-ProcessTable + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Catalyst/Plugin/AutoRestart/.packlist + +PKG_DESTDIR_SUPPORT= user-destdir + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-Catalyst-Plugin-AutoRestart/distinfo b/www/p5-Catalyst-Plugin-AutoRestart/distinfo new file mode 100644 index 00000000000..5566172dd95 --- /dev/null +++ b/www/p5-Catalyst-Plugin-AutoRestart/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/10/31 11:50:42 abs Exp $ + +SHA1 (Catalyst-Plugin-AutoRestart-0.92.tar.gz) = 666448681407cd609ec6c864897da1762ed236f8 +RMD160 (Catalyst-Plugin-AutoRestart-0.92.tar.gz) = 58e472b4313feb6848ced38d92d40753f33ff2d8 +Size (Catalyst-Plugin-AutoRestart-0.92.tar.gz) = 20266 bytes |