SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View 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>

View 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

View 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.

View file

@ -0,0 +1,2 @@
${P5SITE}/Catalyst/Plugin/StackTrace.pm
@man man/man3p/Catalyst::Plugin::StackTrace.3p