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/ PR: ports/91667 Submitted by: Lars Balker Rasmussen <lars@balker.dk>
This commit is contained in:
parent
e731f3836c
commit
14f8e44a8f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=153271
@ -527,6 +527,7 @@
|
||||
SUBDIR += p5-Catalyst-Plugin-Session-Store-File
|
||||
SUBDIR += p5-Catalyst-Plugin-Session-Store-Memcached
|
||||
SUBDIR += p5-Catalyst-Plugin-Singleton
|
||||
SUBDIR += p5-Catalyst-Plugin-StackTrace
|
||||
SUBDIR += p5-Catalyst-Plugin-Static
|
||||
SUBDIR += p5-Catalyst-Plugin-SubRequest
|
||||
SUBDIR += p5-Catalyst-Plugin-Textile
|
||||
|
30
www/p5-Catalyst-Plugin-StackTrace/Makefile
Normal file
30
www/p5-Catalyst-Plugin-StackTrace/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# New ports collection makefile for: www/p5-Catalyst-Plugin-StackTrace
|
||||
# Date created: Jan 11 2006
|
||||
# Whom: Lars Balker Rasmussen <lars@balker.dk>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Catalyst-Plugin-StackTrace
|
||||
PORTVERSION= 0.02
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Catalyst
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= lars@balker.dk
|
||||
COMMENT= Display a stack trace on the debug screen
|
||||
|
||||
BUILD_DEPENDS= p5-Catalyst>=5.61:${PORTSDIR}/www/p5-Catalyst \
|
||||
p5-Devel-StackTrace>=0:${PORTSDIR}/devel/p5-Devel-StackTrace
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
|
||||
MAN3= Catalyst::Plugin::StackTrace.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.if ${PERL_LEVEL} < 500800
|
||||
IGNORE= requires perl 5.8.0 or later. Install lang/perl5.8 and try again
|
||||
.endif
|
||||
.include <bsd.port.post.mk>
|
3
www/p5-Catalyst-Plugin-StackTrace/distinfo
Normal file
3
www/p5-Catalyst-Plugin-StackTrace/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Catalyst-Plugin-StackTrace-0.02.tar.gz) = 849ed88f5c6300911b26f0403a89c87c
|
||||
SHA256 (Catalyst-Plugin-StackTrace-0.02.tar.gz) = a17ca3a0435f055887e86e874c508ca6340f6da91540bcbd7aea1fe62fce7375
|
||||
SIZE (Catalyst-Plugin-StackTrace-0.02.tar.gz) = 5187
|
6
www/p5-Catalyst-Plugin-StackTrace/pkg-descr
Normal file
6
www/p5-Catalyst-Plugin-StackTrace/pkg-descr
Normal file
@ -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/
|
3
www/p5-Catalyst-Plugin-StackTrace/pkg-plist
Normal file
3
www/p5-Catalyst-Plugin-StackTrace/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
%%SITE_PERL%%/Catalyst/Plugin/StackTrace.pm
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Catalyst/Plugin 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Catalyst 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user