Catalyst::Plugin::ErrorCatcher allows you to do More Stuff with the
information that would normally only be seen on the Catalyst Error Screen courtesy of the Catalyst::Plugin::StackTrace plugin. WWW: http://search.cpan.org/dist/Catalyst-Plugin-ErrorCatcher PR: ports/152320 Submitted by: Andrey Kostenko <andrey@kostenko.name>
This commit is contained in:
parent
49fe9c1c00
commit
4b1d2e3a26
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264795
@ -829,6 +829,7 @@
|
||||
SUBDIR += p5-Catalyst-Plugin-CookiedSession
|
||||
SUBDIR += p5-Catalyst-Plugin-DefaultEnd
|
||||
SUBDIR += p5-Catalyst-Plugin-Email
|
||||
SUBDIR += p5-Catalyst-Plugin-ErrorCatcher
|
||||
SUBDIR += p5-Catalyst-Plugin-FillInForm
|
||||
SUBDIR += p5-Catalyst-Plugin-FormBuilder
|
||||
SUBDIR += p5-Catalyst-Plugin-FormCanary
|
||||
|
28
www/p5-Catalyst-Plugin-ErrorCatcher/Makefile
Normal file
28
www/p5-Catalyst-Plugin-ErrorCatcher/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# New ports collection makefile for: Catalyst-Plugin-ErrorCatcher
|
||||
# Date created: 17 November 2010
|
||||
# Whom: andrey@kostenko.name
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Catalyst-Plugin-ErrorCatcher
|
||||
PORTVERSION= 0.0.6.3
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= andrey@kostenko.name
|
||||
COMMENT= Catch application errors and emit them somewhere
|
||||
|
||||
RUN_DEPENDS= p5-Catalyst-Runtime>=5.71001:${PORTSDIR}/www/p5-Catalyst-Runtime \
|
||||
p5-Class-Data-Accessor>=0:${PORTSDIR}/devel/p5-Class-Data-Accessor \
|
||||
p5-IO>=0:${PORTSDIR}/devel/p5-IO \
|
||||
p5-MRO-Compat>=0:${PORTSDIR}/devel/p5-MRO-Compat \
|
||||
p5-version>=0:${PORTSDIR}/devel/p5-version
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= 5.8.1+
|
||||
MAN3= Catalyst::Plugin::ErrorCatcher.3 \
|
||||
Catalyst::Plugin::ErrorCatcher::Email.3 \
|
||||
Catalyst::Plugin::ErrorCatcher::File.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
www/p5-Catalyst-Plugin-ErrorCatcher/distinfo
Normal file
2
www/p5-Catalyst-Plugin-ErrorCatcher/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Catalyst-Plugin-ErrorCatcher-0.0.6.3.tar.gz) = 6ae078c3d96bb234d2674c5439f76eca6e74c5c424f409c3251f7f738b34699b
|
||||
SIZE (Catalyst-Plugin-ErrorCatcher-0.0.6.3.tar.gz) = 32687
|
5
www/p5-Catalyst-Plugin-ErrorCatcher/pkg-descr
Normal file
5
www/p5-Catalyst-Plugin-ErrorCatcher/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
Catalyst::Plugin::ErrorCatcher allows you to do More Stuff with the
|
||||
information that would normally only be seen on the Catalyst Error
|
||||
Screen courtesy of the Catalyst::Plugin::StackTrace plugin.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Catalyst-Plugin-ErrorCatcher
|
10
www/p5-Catalyst-Plugin-ErrorCatcher/pkg-plist
Normal file
10
www/p5-Catalyst-Plugin-ErrorCatcher/pkg-plist
Normal file
@ -0,0 +1,10 @@
|
||||
%%SITE_PERL%%/Catalyst/Plugin/ErrorCatcher.pm
|
||||
%%SITE_PERL%%/Catalyst/Plugin/ErrorCatcher/Email.pm
|
||||
%%SITE_PERL%%/Catalyst/Plugin/ErrorCatcher/File.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/ErrorCatcher/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/Catalyst/Plugin/ErrorCatcher
|
||||
@dirrmtry %%SITE_PERL%%/Catalyst/Plugin
|
||||
@dirrmtry %%SITE_PERL%%/Catalyst
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/ErrorCatcher
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst
|
Loading…
Reference in New Issue
Block a user