mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
Add p5-POE-Component-DebugShell 1.14,
interactive peeking into a running POE application.
This commit is contained in:
parent
f2ff4dcdea
commit
f6e6e3fe84
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=102391
@ -790,6 +790,7 @@
|
||||
SUBDIR += p5-POE-Component-Client-Ping
|
||||
SUBDIR += p5-POE-Component-Client-UserAgent
|
||||
SUBDIR += p5-POE-Component-DBIAgent
|
||||
SUBDIR += p5-POE-Component-DebugShell
|
||||
SUBDIR += p5-POE-Component-DirWatch
|
||||
SUBDIR += p5-POE-Component-IKC
|
||||
SUBDIR += p5-POE-Component-IKC-ReallySimple
|
||||
|
36
devel/p5-POE-Component-DebugShell/Makefile
Normal file
36
devel/p5-POE-Component-DebugShell/Makefile
Normal file
@ -0,0 +1,36 @@
|
||||
# New ports collection makefile for: POE-Component-DebugShell
|
||||
# Date created: 28 February 2004
|
||||
# Whom: Sergey Skvortsov <skv@protey.ru>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= POE-Component-DebugShell
|
||||
PORTVERSION= 1.14
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= POE
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= skv@FreeBSD.org
|
||||
COMMENT= Interactive peeking into a running POE application
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \
|
||||
${SITE_PERL}/POE/API/Peek.pm:${PORTSDIR}/devel/p5-POE-API-Peek
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
|
||||
MAN3= POE::Component::DebugShell.3
|
||||
|
||||
post-patch:
|
||||
${RM} ${WRKSRC}/inc/Module/Install/AutoInstall.pm
|
||||
${PERL} -pi -e 's/^auto_install.*//;' ${WRKSRC}/Makefile.PL
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500601
|
||||
IGNORE= "Perl 5.6.1 or newer required. Install lang/perl5 or lang/perl5.8 and try again."
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
2
devel/p5-POE-Component-DebugShell/distinfo
Normal file
2
devel/p5-POE-Component-DebugShell/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (POE-Component-DebugShell-1.14.tar.gz) = 31c0f694559917954733d31aba8cf3b1
|
||||
SIZE (POE-Component-DebugShell-1.14.tar.gz) = 28495
|
7
devel/p5-POE-Component-DebugShell/pkg-descr
Normal file
7
devel/p5-POE-Component-DebugShell/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
This component allows for interactive peeking into a running POE
|
||||
application.
|
||||
|
||||
WWW: http://search.cpan.org/dist/POE-Component-DebugShell/
|
||||
|
||||
-- Sergey Skvortsov
|
||||
skv@FreeBSD.org
|
3
devel/p5-POE-Component-DebugShell/pkg-plist
Normal file
3
devel/p5-POE-Component-DebugShell/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
%%SITE_PERL%%/POE/Component/DebugShell.pm
|
||||
@unexec rmdir %D/%%SITE_PERL%%/POE/Component 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/POE 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user