better debug info from catalyst
This commit is contained in:
parent
205a003461
commit
5cc5da3093
30
devel/p5-Catalyst-Plugin-StackTrace/Makefile
Normal file
30
devel/p5-Catalyst-Plugin-StackTrace/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2006/11/05 14:28:03 espie Exp $
|
||||
|
||||
COMMENT= "stack trace for catalyst"
|
||||
|
||||
DISTNAME= Catalyst-Plugin-StackTrace-0.06
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
|
||||
MAINTAINER= Simon Dassow <janus@errornet.de>
|
||||
|
||||
# Artistic + GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/}
|
||||
|
||||
RUN_DEPENDS= ::devel/p5-Devel-StackTrace \
|
||||
::www/p5-Catalyst-Runtime
|
||||
REGRESS_DEPENDS=${RUN_DEPENDS} \
|
||||
::devel/p5-Test-Pod \
|
||||
::devel/p5-Test-Pod-Coverage
|
||||
|
||||
MAKE_ENV= TEST_POD=Yes
|
||||
|
||||
CONFIGURE_STYLE=perl modbuild
|
||||
PKG_ARCH= *
|
||||
|
||||
.include <bsd.port.mk>
|
4
devel/p5-Catalyst-Plugin-StackTrace/distinfo
Normal file
4
devel/p5-Catalyst-Plugin-StackTrace/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
MD5 (Catalyst-Plugin-StackTrace-0.06.tar.gz) = a9d49c125fdb8d7eb6cbbd0f09699802
|
||||
RMD160 (Catalyst-Plugin-StackTrace-0.06.tar.gz) = 4ed6f89979fd125a34faebe3d4fefa0e3b91acde
|
||||
SHA1 (Catalyst-Plugin-StackTrace-0.06.tar.gz) = ac7381f1e66712893c6d95c49d3ba880fa8c1857
|
||||
SIZE (Catalyst-Plugin-StackTrace-0.06.tar.gz) = 6525
|
5
devel/p5-Catalyst-Plugin-StackTrace/pkg/DESCR
Normal file
5
devel/p5-Catalyst-Plugin-StackTrace/pkg/DESCR
Normal file
@ -0,0 +1,5 @@
|
||||
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.
|
||||
|
4
devel/p5-Catalyst-Plugin-StackTrace/pkg/PLIST
Normal file
4
devel/p5-Catalyst-Plugin-StackTrace/pkg/PLIST
Normal file
@ -0,0 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/11/05 14:28:03 espie Exp $
|
||||
${P5SITE}/Catalyst/Plugin/
|
||||
${P5SITE}/Catalyst/Plugin/StackTrace.pm
|
||||
@man man/man3p/Catalyst::Plugin::StackTrace.3p
|
Loading…
Reference in New Issue
Block a user