Add p5-POE-Component-TSTP, a POE component to correctly handle Ctrl-Z

in your program.
This commit is contained in:
Akinori MUSHA 2004-05-15 22:49:34 +00:00
parent 4cfbdd2a5a
commit a5fe4d60a9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109227
5 changed files with 37 additions and 0 deletions

View File

@ -845,6 +845,7 @@
SUBDIR += p5-POE-Component-Logger
SUBDIR += p5-POE-Component-Pcap
SUBDIR += p5-POE-Component-RSS
SUBDIR += p5-POE-Component-TSTP
SUBDIR += p5-POE-Exceptions
SUBDIR += p5-POE-Session-MultiDispatch
SUBDIR += p5-PPerl

View File

@ -0,0 +1,25 @@
# New ports collection makefile for: POE-Component-TSTP
# Date created: 16 May 2004
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= POE-Component-TSTP
PORTVERSION= 0.02
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= POE
PKGNAMEPREFIX= p5-
MAINTAINER= knu@FreeBSD.org
COMMENT= POE component to correctly handle Ctrl-Z in your program
BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= POE::Component::TSTP.3
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
MD5 (POE-Component-TSTP-0.02.tar.gz) = 0ac0dafa63a99b3e305e073e30bb9f22
SIZE (POE-Component-TSTP-0.02.tar.gz) = 1685

View File

@ -0,0 +1,6 @@
POE::Component::TSTP
--------------------
A POE component to correctly handle Ctrl-Z in your program.
WWW: http://search.cpan.org/dist/POE-Component-TSTP/

View File

@ -0,0 +1,3 @@
%%SITE_PERL%%/POE/Component/TSTP.pm
@unexec rmdir %D/%%SITE_PERL%%/POE/Component 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/POE 2>/dev/null || true