summaryrefslogtreecommitdiff
path: root/devel/p5-POE-Component-DebugShell
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2004-02-28 12:16:43 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2004-02-28 12:16:43 +0000
commitf6e6e3fe845d5cc22f1656bd7eb557be350f5d74 (patch)
treed0fc2d2c6ac8700f0662be02944a8cf70fcc58dc /devel/p5-POE-Component-DebugShell
parentUpdate to 0.47 (diff)
Add p5-POE-Component-DebugShell 1.14,
interactive peeking into a running POE application.
Notes
Notes: svn path=/head/; revision=102391
Diffstat (limited to 'devel/p5-POE-Component-DebugShell')
-rw-r--r--devel/p5-POE-Component-DebugShell/Makefile36
-rw-r--r--devel/p5-POE-Component-DebugShell/distinfo2
-rw-r--r--devel/p5-POE-Component-DebugShell/pkg-descr7
-rw-r--r--devel/p5-POE-Component-DebugShell/pkg-plist3
4 files changed, 48 insertions, 0 deletions
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 <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>
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