pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/p5-Catalyst-Plugin-AutoRestart Added www/p5-Cataly...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c690a99d0683
branches:  trunk
changeset: 549327:c690a99d0683
user:      abs <abs%pkgsrc.org@localhost>
date:      Fri Oct 31 11:50:42 2008 +0000

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

diffstat:

 www/p5-Catalyst-Plugin-AutoRestart/DESCR    |   5 +++++
 www/p5-Catalyst-Plugin-AutoRestart/Makefile |  24 ++++++++++++++++++++++++
 www/p5-Catalyst-Plugin-AutoRestart/distinfo |   5 +++++
 3 files changed, 34 insertions(+), 0 deletions(-)

diffs (46 lines):

diff -r 00f19376d013 -r c690a99d0683 www/p5-Catalyst-Plugin-AutoRestart/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Catalyst-Plugin-AutoRestart/DESCR  Fri Oct 31 11:50:42 2008 +0000
@@ -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 -r 00f19376d013 -r c690a99d0683 www/p5-Catalyst-Plugin-AutoRestart/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Catalyst-Plugin-AutoRestart/Makefile       Fri Oct 31 11:50:42 2008 +0000
@@ -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@localhost
+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 -r 00f19376d013 -r c690a99d0683 www/p5-Catalyst-Plugin-AutoRestart/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Catalyst-Plugin-AutoRestart/distinfo       Fri Oct 31 11:50:42 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index