head	1.5;
access;
symbols
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2;
locks; strict;
comment	@# @;


1.5
date	2011.09.03.09.38.44;	author dougb;	state dead;
branches;
next	1.4;

1.4
date	2009.08.16.09.21.52;	author linimon;	state Exp;
branches;
next	1.3;

1.3
date	2009.03.23.13.09.13;	author lbr;	state Exp;
branches;
next	1.2;

1.2
date	2007.09.08.01.10.33;	author linimon;	state Exp;
branches;
next	1.1;

1.1
date	2007.08.02.08.38.29;	author lbr;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Remove various ports that have been DEPRECATED for varying periods,
but never had EXPIRATION_DATE set, and therefore never removed.

audio/gx2osd			No more distfiles
devel/p5-Getopt-Mixed		Use devel/p5-Getopt-Long instead
net/AquaGatekeeper2		Binary port of software abandoned by the vendor
net/xwhois			Unmaintained upstream for several years
www/p5-Catalyst-Engine-HTTP-POE	Use p5-Catalyst-Engine-HTTP-Prefork instead
www/p5-Catalyst-Model-DBIC	Obsoleted by www/p5-Catalyst-Model-DBIC-Schema
www/p5-Catalyst-Plugin-Cache-Store-FastMmap Deprecated, not depended on
www/p5-HTTP-MobileAttribute	Use www/p5-HTTP-MobileAgent instead
@
text
@# New ports collection makefile for:	p5-Catalyst-Engine-HTTP-POE
# Date created:		2 Aug 2007
# Whom:			Lars Balker Rasmussen <lbr@@FreeBSD.org>
#
# $FreeBSD: ports/www/p5-Catalyst-Engine-HTTP-POE/Makefile,v 1.4 2009/08/16 09:21:52 linimon Exp $
#

PORTNAME=	Catalyst-Engine-HTTP-POE
PORTVERSION=	0.08
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Single-threaded multi-tasking Catalyst engine

RUN_DEPENDS=	p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \
		p5-POE>=0:${PORTSDIR}/devel/p5-POE
BUILD_DEPENDS=	${RUN_DEPENDS}

DEPRECATED=	Use p5-Catalyst-Engine-HTTP-Prefork instead.

PERL_CONFIGURE=	5.8.1+

MAN3=		Catalyst::Engine::HTTP::POE.3

.include <bsd.port.mk>
@


1.4
log
@Reset lbr@@FreeBSD.org due to maintainer-timeouts and no response to email.

Hat:		portmgr
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.3
log
@Update to 0.08
@
text
@d14 1
a14 1
MAINTAINER=	lbr@@FreeBSD.org
@


1.2
log
@Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr
@
text
@d9 1
a9 1
PORTVERSION=	0.06
d21 3
a23 1
PERL_MODBUILD=	5.8.1+
@


1.1
log
@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.
@
text
@d21 1
a21 1
PERL_MODBUILD=	yes
d25 1
a25 5
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500801
IGNORE=	requires at least Perl 5.8.1. Install lang/perl5.8, and try again
.endif
.include <bsd.port.post.mk>
@

