mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
Plack::Middleware::InteractiveDebugger is a PSGI middleware component
that provides an awesome JavaScript in-browser interacive debugger. WWW: http://search.cpan.org/dist/Plack-Middleware-InteractiveDebugger/
This commit is contained in:
parent
a32f8fde3c
commit
27f9a92135
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=319095
@ -1132,6 +1132,7 @@
|
||||
SUBDIR += p5-Plack-Middleware-ForceEnv
|
||||
SUBDIR += p5-Plack-Middleware-Header
|
||||
SUBDIR += p5-Plack-Middleware-IEnosniff
|
||||
SUBDIR += p5-Plack-Middleware-InteractiveDebugger
|
||||
SUBDIR += p5-Plack-Middleware-JSConcat
|
||||
SUBDIR += p5-Plack-Middleware-MemoryUsage
|
||||
SUBDIR += p5-Plack-Middleware-Precompressed
|
||||
|
25
www/p5-Plack-Middleware-InteractiveDebugger/Makefile
Normal file
25
www/p5-Plack-Middleware-InteractiveDebugger/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Plack-Middleware-InteractiveDebugger
|
||||
PORTVERSION= 0.01
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Perl extension for Awesome Interactive Debugger ala Werkzeug
|
||||
|
||||
RUN_DEPENDS= \
|
||||
p5-Data-Dump-Streamer>0:${PORTSDIR}/devel/p5-Data-Dump-Streamer \
|
||||
p5-Devel-StackTrace-WithLexicals>=0.08:${PORTSDIR}/devel/p5-Devel-StackTrace-WithLexicals \
|
||||
p5-Eval-WithLexicals>0:${PORTSDIR}/devel/p5-Eval-WithLexicals \
|
||||
p5-File-ShareDir>0:${PORTSDIR}/devel/p5-File-ShareDir \
|
||||
p5-Plack>=0.9977:${PORTSDIR}/www/p5-Plack \
|
||||
p5-Try-Tiny>0:${PORTSDIR}/lang/p5-Try-Tiny
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Plack::Middleware::InteractiveDebugger.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
www/p5-Plack-Middleware-InteractiveDebugger/distinfo
Normal file
2
www/p5-Plack-Middleware-InteractiveDebugger/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Plack-Middleware-InteractiveDebugger-0.01.tar.gz) = 0c478154c4708749d04730f34202693ad91f49271d6c8803d618524a56a936c0
|
||||
SIZE (Plack-Middleware-InteractiveDebugger-0.01.tar.gz) = 88005
|
4
www/p5-Plack-Middleware-InteractiveDebugger/pkg-descr
Normal file
4
www/p5-Plack-Middleware-InteractiveDebugger/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Plack::Middleware::InteractiveDebugger is a PSGI middleware component
|
||||
that provides an awesome JavaScript in-browser interacive debugger.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Plack-Middleware-InteractiveDebugger/
|
16
www/p5-Plack-Middleware-InteractiveDebugger/pkg-plist
Normal file
16
www/p5-Plack-Middleware-InteractiveDebugger/pkg-plist
Normal file
@ -0,0 +1,16 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Plack/Middleware/InteractiveDebugger/.packlist
|
||||
%%SITE_PERL%%/Plack/Middleware/InteractiveDebugger.pm
|
||||
%%SITE_PERL%%/Plack/Middleware/InteractiveDebugger/HTML.pm
|
||||
%%SITE_PERL%%/auto/share/dist/Plack-Middleware-InteractiveDebugger/console.png
|
||||
%%SITE_PERL%%/auto/share/dist/Plack-Middleware-InteractiveDebugger/debugger.js
|
||||
%%SITE_PERL%%/auto/share/dist/Plack-Middleware-InteractiveDebugger/jquery.js
|
||||
%%SITE_PERL%%/auto/share/dist/Plack-Middleware-InteractiveDebugger/jquery.min.js
|
||||
%%SITE_PERL%%/auto/share/dist/Plack-Middleware-InteractiveDebugger/less.png
|
||||
%%SITE_PERL%%/auto/share/dist/Plack-Middleware-InteractiveDebugger/more.png
|
||||
%%SITE_PERL%%/auto/share/dist/Plack-Middleware-InteractiveDebugger/source.png
|
||||
%%SITE_PERL%%/auto/share/dist/Plack-Middleware-InteractiveDebugger/style.css
|
||||
@dirrm %%SITE_PERL%%/auto/share/dist/Plack-Middleware-InteractiveDebugger
|
||||
@dirrm %%SITE_PERL%%/Plack/Middleware/InteractiveDebugger
|
||||
@dirrmtry %%SITE_PERL%%/Plack/Middleware
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Plack/Middleware/InteractiveDebugger
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Plack/Middleware
|
Loading…
Reference in New Issue
Block a user