1
0
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:
Sergey Skvortsov 2004-02-28 12:16:43 +00:00
parent f2ff4dcdea
commit f6e6e3fe84
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=102391
5 changed files with 49 additions and 0 deletions

View File

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

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

View File

@ -0,0 +1,2 @@
MD5 (POE-Component-DebugShell-1.14.tar.gz) = 31c0f694559917954733d31aba8cf3b1
SIZE (POE-Component-DebugShell-1.14.tar.gz) = 28495

View 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

View 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