Add p5-CGI-Application-Plugin-DebugScreen 0.06, this plug-in add
DebugScreen support to CGI::Application. PR: ports/103377 Submitted by: George Hartzell <hartzell at alerce.com>
This commit is contained in:
parent
4a46d61dd3
commit
13072cbd39
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=179531
5 changed files with 50 additions and 0 deletions
|
@ -515,6 +515,7 @@
|
|||
SUBDIR += p5-CGI-Application-Plugin-AnyTemplate
|
||||
SUBDIR += p5-CGI-Application-Plugin-AutoRunmode
|
||||
SUBDIR += p5-CGI-Application-Plugin-DBH
|
||||
SUBDIR += p5-CGI-Application-Plugin-DebugScreen
|
||||
SUBDIR += p5-CGI-Application-Plugin-DevPopup
|
||||
SUBDIR += p5-CGI-Application-Plugin-Forward
|
||||
SUBDIR += p5-CGI-Application-Plugin-HTDot
|
||||
|
|
33
www/p5-CGI-Application-Plugin-DebugScreen/Makefile
Normal file
33
www/p5-CGI-Application-Plugin-DebugScreen/Makefile
Normal file
|
@ -0,0 +1,33 @@
|
|||
# New ports collection makefile for: www/p5-CGI-Application-Plugin-DebugScreen
|
||||
# Date created: 14 September 2005
|
||||
# Whom: George Hartzell <hartzell@alerce.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= CGI-Application-Plugin-DebugScreen
|
||||
PORTVERSION= 0.06
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= CGI
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= hartzell@alerce.com
|
||||
COMMENT= This plug-in add DebugScreen support to CGI::Application
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/CGI/Application.pm:${PORTSDIR}/www/p5-CGI-Application \
|
||||
${SITE_PERL}/HTML/Template.pm:${PORTSDIR}/www/p5-HTML-Template \
|
||||
${SITE_PERL}/CGI/Application/Plugin/ViewCode.pm:${PORTSDIR}/www/p5-CGI-Application-Plugin-ViewCode \
|
||||
${SITE_PERL}/Devel/StackTrace.pm:${PORTSDIR}/devel/p5-Devel-StackTrace \
|
||||
${SITE_PERL}/UNIVERSAL/require.pm:${PORTSDIR}/devel/p5-UNIVERSAL-require
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= CGI::Application::Plugin::DebugScreen.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.if ${PERL_LEVEL} < 500800
|
||||
IGNORE= requires Perl 5.8 or newer. Install lang/perl5.8, and try again
|
||||
.endif
|
||||
.include <bsd.port.post.mk>
|
3
www/p5-CGI-Application-Plugin-DebugScreen/distinfo
Normal file
3
www/p5-CGI-Application-Plugin-DebugScreen/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (CGI-Application-Plugin-DebugScreen-0.06.tar.gz) = e696350727a676fcc335bc04188972ac
|
||||
SHA256 (CGI-Application-Plugin-DebugScreen-0.06.tar.gz) = 28a9fc1fd1f5a1836fa6fe32b84eef3535214ae9930d45588258888ed1a2a077
|
||||
SIZE (CGI-Application-Plugin-DebugScreen-0.06.tar.gz) = 4723
|
4
www/p5-CGI-Application-Plugin-DebugScreen/pkg-descr
Normal file
4
www/p5-CGI-Application-Plugin-DebugScreen/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
This plug-in add Debug support to CGI::Application. This plug-in like
|
||||
Catalyst debug mode.
|
||||
|
||||
WWW: http://search.cpan.org/dist/CGI-Application-Plugin-DebugScreen/
|
9
www/p5-CGI-Application-Plugin-DebugScreen/pkg-plist
Normal file
9
www/p5-CGI-Application-Plugin-DebugScreen/pkg-plist
Normal file
|
@ -0,0 +1,9 @@
|
|||
%%SITE_PERL%%/CGI/Application/Plugin/DebugScreen.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI/Application/Plugin/DebugScreen/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/CGI/Application/Plugin
|
||||
@dirrmtry %%SITE_PERL%%/CGI/Application
|
||||
@dirrmtry %%SITE_PERL%%/CGI
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI/Application/Plugin/DebugScreen
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI/Application/Plugin/
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI/Application/
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI/
|
Loading…
Reference in a new issue