Zap p5-Catalyst-Engine-HTTP-POE, it's been broken since a catalyst update
2 years ago. Pointed out by Andreas Voegele.
This commit is contained in:
parent
16703d23fa
commit
bc635de6e0
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.533 2011/11/17 12:54:31 robert Exp $
|
||||
# $OpenBSD: Makefile,v 1.534 2011/11/17 16:17:04 sthen Exp $
|
||||
# $FreeBSD: Makefile,v 1.65 1997/11/17 06:31:39 fenner Exp $
|
||||
|
||||
SUBDIR =
|
||||
@ -176,7 +176,6 @@
|
||||
SUBDIR += p5-Catalyst-Controller-HTML-FormFu
|
||||
SUBDIR += p5-Catalyst-Devel
|
||||
SUBDIR += p5-Catalyst-Engine-Apache
|
||||
SUBDIR += p5-Catalyst-Engine-HTTP-POE
|
||||
SUBDIR += p5-Catalyst-Helper-Controller-Scaffold
|
||||
SUBDIR += p5-Catalyst-Log-Log4perl
|
||||
SUBDIR += p5-Catalyst-Plugin-Cache
|
||||
|
@ -1,27 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2010/12/03 11:46:51 ajacoutot Exp $
|
||||
|
||||
COMMENT= single-threaded Catalyst engine based on POE
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME= Catalyst-Engine-HTTP-POE-0.08
|
||||
REVISION= 0
|
||||
CATEGORIES= www
|
||||
USE_GROFF = Yes
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
RUN_DEPENDS= www/p5-Catalyst-Runtime \
|
||||
devel/p5-POE
|
||||
|
||||
REGRESS_DEPENDS= devel/p5-Test-Pod-Coverage \
|
||||
devel/p5-Test-Pod
|
||||
|
||||
REGRESS_FLAGS= TEST_POD=Yes
|
||||
|
||||
CONFIGURE_ARGS= --skip
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,5 +0,0 @@
|
||||
MD5 (Catalyst-Engine-HTTP-POE-0.08.tar.gz) = 3EMOaJZUSjIJIdfMnkSKvw==
|
||||
RMD160 (Catalyst-Engine-HTTP-POE-0.08.tar.gz) = 9o/ctWYM5Z4U+nPTnJ3plcDRVNo=
|
||||
SHA1 (Catalyst-Engine-HTTP-POE-0.08.tar.gz) = yP+vw4EqCggYix0v7Bq43QzgzlA=
|
||||
SHA256 (Catalyst-Engine-HTTP-POE-0.08.tar.gz) = 4IS2dol/JCSphXeE0R8sl4WiQfF6d7xCVZZY3n1oKp4=
|
||||
SIZE (Catalyst-Engine-HTTP-POE-0.08.tar.gz) = 60976
|
@ -1,8 +0,0 @@
|
||||
This engine allows Catalyst to process multiple requests in parallel
|
||||
within a single process. Much of the internal Catalyst flow now uses POE
|
||||
yield calls. Application code will still block of course, but all I/O,
|
||||
header processing, and POST body processing is handled asynchronously.
|
||||
|
||||
This engine should still be considered experimental and likely has bugs,
|
||||
however as it's only intended for development, please use it and report
|
||||
bugs.
|
@ -1,3 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/12/12 01:52:53 espie Exp $
|
||||
${P5SITE}/Catalyst/Engine/HTTP/POE.pm
|
||||
@man man/man3p/Catalyst::Engine::HTTP::POE.3p
|
Loading…
Reference in New Issue
Block a user