mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
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.
This commit is contained in:
parent
df127888cb
commit
7c6dcb665b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=171898
1
MOVED
1
MOVED
@ -2450,3 +2450,4 @@ devel/py-ui||2006-08-25|Has expired: PyUI does not work with well with current v
|
||||
net-im/jabber-msn||2006-08-25|Has expired: Depends on broken net-im/jabber, please use net-im/jabber-pymsn instead
|
||||
net-im/gaim-devel|net-im/gaim|2006-08-26|Remove since gaim's maintainer don't want to add it now
|
||||
graphics/GIFgraph|graphics/p5-GD-Graph|2006-08-27|broken, use graphics/p5-GD-Graph instead
|
||||
www/p5-Apache-SizeLimit||2006-09-02|unresolvable conflict with www/mod_perl
|
||||
|
@ -474,7 +474,6 @@
|
||||
SUBDIR += p5-Apache-Session-Wrapper
|
||||
SUBDIR += p5-Apache-SessionX
|
||||
SUBDIR += p5-Apache-Singleton
|
||||
SUBDIR += p5-Apache-SizeLimit
|
||||
SUBDIR += p5-Apache-SubProcess
|
||||
SUBDIR += p5-Apache-Template
|
||||
SUBDIR += p5-Apache-Test
|
||||
|
@ -1,30 +0,0 @@
|
||||
# New ports collection makefile for: p5-Apache-SizeLimit
|
||||
# Date created: 2 August 2006
|
||||
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
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 +0,0 @@
|
||||
MD5 (Apache-SizeLimit-0.9.tar.gz) = 59765709981ac232712a270cf2646247
|
||||
SHA256 (Apache-SizeLimit-0.9.tar.gz) = a61577e9ac2df978152be551c59bd6e3ff05ddb75c4ed5e28a460ebf1e86fe96
|
||||
SIZE (Apache-SizeLimit-0.9.tar.gz) = 18685
|
@ -1,12 +0,0 @@
|
||||
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/
|
@ -1,5 +0,0 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/SizeLimit/.packlist
|
||||
%%SITE_PERL%%/Apache/SizeLimit.pm
|
||||
@dirrmtry %%SITE_PERL%%/Apache
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/SizeLimit
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache
|
Loading…
Reference in New Issue
Block a user