head	1.4;
access;
symbols;
locks; strict;
comment	@# @;


1.4
date	2006.09.02.17.58.56;	author sat;	state dead;
branches;
next	1.3;

1.3
date	2006.09.02.16.51.10;	author kris;	state Exp;
branches;
next	1.2;

1.2
date	2006.08.05.17.42.09;	author sat;	state Exp;
branches;
next	1.1;

1.1
date	2006.08.02.13.15.30;	author sat;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Remove www/p5-Apache-SizeLimit. It was added for socialtext, which dropped
the requirement later. It was never useful anyway due to unforeseen a
conflict with mod_perl.
@
text
@# New ports collection makefile for:	p5-Apache-SizeLimit
# Date created:		2 August 2006
# Whom:			Andrew Pantyukhin <infofarmer@@FreeBSD.org>
#
# $FreeBSD: ports/www/p5-Apache-SizeLimit/Makefile,v 1.3 2006/09/02 16:51:10 kris Exp $
#

PORTNAME=	Apache-SizeLimit
DISTVERSION=	0.9
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	infofarmer@@FreeBSD.org
COMMENT=	Kill httpd processes if they grow too large

BUILD_DEPENDS=	mod_perl>=0:${PORTSDIR}/www/mod_perl \
		p5-Apache-Test>=0:${PORTSDIR}/www/p5-Apache-Test \
		p5-BSD-Resource>=0:${PORTSDIR}/devel/p5-BSD-Resource
RUN_DEPENDS=	${BUILD_DEPENDS}

PERL_CONFIGURE=	YES

MAN3=		${PORTNAME:S/-/::/g}.3

BROKEN=	conflicts with www/mod_perl
DEPRECATED=	${BROKEN}
EXPIRATION_DATE=2006-12-01

.include <bsd.port.mk>
@


1.3
log
@Schedule these broken ports for termination on 2006-12-01
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.2
log
@- Mark as BROKEN for conflicts with mod_perl

Reported by:	pointyhat via erwin
@
text
@d27 2
@


1.1
log
@Add port www/p5-Apache-SizeLimit:

This module allows you to kill off Apache httpd processes if they grow
too large. You can make the decision to kill a process based on its
overall size, by setting a minimum limit on shared memory, or a maximum
on unshared memory.

You can set limits for each of these sizes, and if any limit is exceeded,
the process will be killed.

You can also limit the frequency that these sizes are checked so that
this module only checks every N requests.

WWW: http://search.cpan.org/dist/Apache-SizeLimit/

Justification:	socialtext dependency
@
text
@d26 2
@

