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-StackTrace Added www/p5-Catalys...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9d509230e13c
branches:  trunk
changeset: 544497:9d509230e13c
user:      abs <abs%pkgsrc.org@localhost>
date:      Tue Jul 15 09:30:12 2008 +0000

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

diffstat:

 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(+), 0 deletions(-)

diffs (44 lines):

diff -r 4c9c0334cc48 -r 9d509230e13c www/p5-Catalyst-Plugin-StackTrace/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Catalyst-Plugin-StackTrace/DESCR   Tue Jul 15 09:30:12 2008 +0000
@@ -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 -r 4c9c0334cc48 -r 9d509230e13c www/p5-Catalyst-Plugin-StackTrace/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Catalyst-Plugin-StackTrace/Makefile        Tue Jul 15 09:30:12 2008 +0000
@@ -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@localhost
+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 -r 4c9c0334cc48 -r 9d509230e13c www/p5-Catalyst-Plugin-StackTrace/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Catalyst-Plugin-StackTrace/distinfo        Tue Jul 15 09:30:12 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index