From 27ded5c72a370f23c713323aa9e7c1b859e2ab8d Mon Sep 17 00:00:00 2001 From: abs Date: Tue, 15 Jul 2008 09:30:12 +0000 Subject: Added www/p5-Catalyst-Plugin-StackTrace version 0.08 This plugin will enhance the standard Catalyst debug screen by including a stack trace of your appliation up to the point where the error occurred. Each stack frame is displayed along with the package name, line number, file name, and code context surrounding the line number. WWW: http://search.cpan.org/dist/Catalyst-Plugin-StackTrace/ --- www/p5-Catalyst-Plugin-StackTrace/DESCR | 6 ++++++ www/p5-Catalyst-Plugin-StackTrace/Makefile | 21 +++++++++++++++++++++ www/p5-Catalyst-Plugin-StackTrace/distinfo | 5 +++++ 3 files changed, 32 insertions(+) create mode 100644 www/p5-Catalyst-Plugin-StackTrace/DESCR create mode 100644 www/p5-Catalyst-Plugin-StackTrace/Makefile create mode 100644 www/p5-Catalyst-Plugin-StackTrace/distinfo (limited to 'www') diff --git a/www/p5-Catalyst-Plugin-StackTrace/DESCR b/www/p5-Catalyst-Plugin-StackTrace/DESCR new file mode 100644 index 00000000000..914df0c9989 --- /dev/null +++ b/www/p5-Catalyst-Plugin-StackTrace/DESCR @@ -0,0 +1,6 @@ +This plugin will enhance the standard Catalyst debug screen by including +a stack trace of your appliation up to the point where the error +occurred. Each stack frame is displayed along with the package name, +line number, file name, and code context surrounding the line number. + +WWW: http://search.cpan.org/dist/Catalyst-Plugin-StackTrace/ diff --git a/www/p5-Catalyst-Plugin-StackTrace/Makefile b/www/p5-Catalyst-Plugin-StackTrace/Makefile new file mode 100644 index 00000000000..7ade262b2b0 --- /dev/null +++ b/www/p5-Catalyst-Plugin-StackTrace/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/07/15 09:30:12 abs Exp $ + +DISTNAME= Catalyst-Plugin-StackTrace-0.08 +PKGNAME= p5-${DISTNAME} +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Catalyst-Plugin-StackTrace/ +COMMENT= Display a stack trace on the debug screen + +DEPENDS+= p5-Catalyst-Runtime>=5.61:../../www/p5-Catalyst-Runtime +DEPENDS+= p5-Devel-StackTrace>=0:../../devel/p5-Devel-StackTrace + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Catalyst/Plugin/StackTrace/.packlist + +PKG_DESTDIR_SUPPORT= user-destdir + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-Catalyst-Plugin-StackTrace/distinfo b/www/p5-Catalyst-Plugin-StackTrace/distinfo new file mode 100644 index 00000000000..be03637ecc3 --- /dev/null +++ b/www/p5-Catalyst-Plugin-StackTrace/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/07/15 09:30:12 abs Exp $ + +SHA1 (Catalyst-Plugin-StackTrace-0.08.tar.gz) = 4f3a22df1c1535838ad3cc78b3c92e9ff01361b4 +RMD160 (Catalyst-Plugin-StackTrace-0.08.tar.gz) = e118a2dd08254d87f71d8e7f41c9c48e7f64b044 +Size (Catalyst-Plugin-StackTrace-0.08.tar.gz) = 16033 bytes -- cgit v1.2.3