SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
21
devel/p5-Catalyst-Plugin-StackTrace/Makefile
Normal file
21
devel/p5-Catalyst-Plugin-StackTrace/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
COMMENT= stack trace for catalyst
|
||||
|
||||
MODULES= cpan
|
||||
PKG_ARCH= *
|
||||
DISTNAME= Catalyst-Plugin-StackTrace-0.12
|
||||
CATEGORIES= devel
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
RUN_DEPENDS= devel/p5-Devel-StackTrace \
|
||||
devel/p5-MRO-Compat \
|
||||
www/p5-Catalyst-Runtime
|
||||
|
||||
TEST_DEPENDS= devel/p5-Term-Size-Any
|
||||
|
||||
MAKE_ENV= TEST_POD=Yes
|
||||
|
||||
CONFIGURE_STYLE = modinst
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Catalyst-Plugin-StackTrace/distinfo
Normal file
2
devel/p5-Catalyst-Plugin-StackTrace/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Catalyst-Plugin-StackTrace-0.12.tar.gz) = Mp2s0LoJ0Qp2CHqxdvldtro9smotD+M+7i9eRs7XU6w=
|
||||
SIZE (Catalyst-Plugin-StackTrace-0.12.tar.gz) = 23238
|
4
devel/p5-Catalyst-Plugin-StackTrace/pkg/DESCR
Normal file
4
devel/p5-Catalyst-Plugin-StackTrace/pkg/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
This plugin will enhance the standard Catalyst debug screen by including
|
||||
a stack trace of your application 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.
|
2
devel/p5-Catalyst-Plugin-StackTrace/pkg/PLIST
Normal file
2
devel/p5-Catalyst-Plugin-StackTrace/pkg/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
${P5SITE}/Catalyst/Plugin/StackTrace.pm
|
||||
@man man/man3p/Catalyst::Plugin::StackTrace.3p
|
Loading…
Add table
Add a link
Reference in a new issue