From f6e6e3fe845d5cc22f1656bd7eb557be350f5d74 Mon Sep 17 00:00:00 2001 From: Sergey Skvortsov Date: Sat, 28 Feb 2004 12:16:43 +0000 Subject: [PATCH] Add p5-POE-Component-DebugShell 1.14, interactive peeking into a running POE application. --- devel/Makefile | 1 + devel/p5-POE-Component-DebugShell/Makefile | 36 +++++++++++++++++++++ devel/p5-POE-Component-DebugShell/distinfo | 2 ++ devel/p5-POE-Component-DebugShell/pkg-descr | 7 ++++ devel/p5-POE-Component-DebugShell/pkg-plist | 3 ++ 5 files changed, 49 insertions(+) create mode 100644 devel/p5-POE-Component-DebugShell/Makefile create mode 100644 devel/p5-POE-Component-DebugShell/distinfo create mode 100644 devel/p5-POE-Component-DebugShell/pkg-descr create mode 100644 devel/p5-POE-Component-DebugShell/pkg-plist diff --git a/devel/Makefile b/devel/Makefile index 6bd4e1f19c05..a4dbdb0b3282 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -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 diff --git a/devel/p5-POE-Component-DebugShell/Makefile b/devel/p5-POE-Component-DebugShell/Makefile new file mode 100644 index 000000000000..67b5c98cfc69 --- /dev/null +++ b/devel/p5-POE-Component-DebugShell/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: POE-Component-DebugShell +# Date created: 28 February 2004 +# Whom: Sergey Skvortsov +# +# $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 + +.if ${PERL_LEVEL} < 500601 +IGNORE= "Perl 5.6.1 or newer required. Install lang/perl5 or lang/perl5.8 and try again." +.endif + +.include diff --git a/devel/p5-POE-Component-DebugShell/distinfo b/devel/p5-POE-Component-DebugShell/distinfo new file mode 100644 index 000000000000..31b0d2986f8b --- /dev/null +++ b/devel/p5-POE-Component-DebugShell/distinfo @@ -0,0 +1,2 @@ +MD5 (POE-Component-DebugShell-1.14.tar.gz) = 31c0f694559917954733d31aba8cf3b1 +SIZE (POE-Component-DebugShell-1.14.tar.gz) = 28495 diff --git a/devel/p5-POE-Component-DebugShell/pkg-descr b/devel/p5-POE-Component-DebugShell/pkg-descr new file mode 100644 index 000000000000..7e24471d8628 --- /dev/null +++ b/devel/p5-POE-Component-DebugShell/pkg-descr @@ -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 diff --git a/devel/p5-POE-Component-DebugShell/pkg-plist b/devel/p5-POE-Component-DebugShell/pkg-plist new file mode 100644 index 000000000000..e47b180a8ddb --- /dev/null +++ b/devel/p5-POE-Component-DebugShell/pkg-plist @@ -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