diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-09-02 17:58:56 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-09-02 17:58:56 +0000 |
commit | 7c6dcb665baa4e9f33828c2b3e8c513f44261702 (patch) | |
tree | 70b7b4f80704c06384318d85ee968bd2940672d5 /www | |
parent | df127888cb6c2f2f3606d2a104b8112374a07f0e (diff) | |
download | ports-7c6dcb665baa4e9f33828c2b3e8c513f44261702.tar.gz ports-7c6dcb665baa4e9f33828c2b3e8c513f44261702.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-Apache-SizeLimit/Makefile | 30 | ||||
-rw-r--r-- | www/p5-Apache-SizeLimit/distinfo | 3 | ||||
-rw-r--r-- | www/p5-Apache-SizeLimit/pkg-descr | 12 | ||||
-rw-r--r-- | www/p5-Apache-SizeLimit/pkg-plist | 5 |
5 files changed, 0 insertions, 51 deletions
diff --git a/www/Makefile b/www/Makefile index b65de6e02bab..6a8e2c209611 100644 --- a/www/Makefile +++ b/www/Makefile @@ -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 diff --git a/www/p5-Apache-SizeLimit/Makefile b/www/p5-Apache-SizeLimit/Makefile deleted file mode 100644 index c07de23db950..000000000000 --- a/www/p5-Apache-SizeLimit/Makefile +++ /dev/null @@ -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> diff --git a/www/p5-Apache-SizeLimit/distinfo b/www/p5-Apache-SizeLimit/distinfo deleted file mode 100644 index 458cd01bce38..000000000000 --- a/www/p5-Apache-SizeLimit/distinfo +++ /dev/null @@ -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 diff --git a/www/p5-Apache-SizeLimit/pkg-descr b/www/p5-Apache-SizeLimit/pkg-descr deleted file mode 100644 index 3d1a73a44273..000000000000 --- a/www/p5-Apache-SizeLimit/pkg-descr +++ /dev/null @@ -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/ diff --git a/www/p5-Apache-SizeLimit/pkg-plist b/www/p5-Apache-SizeLimit/pkg-plist deleted file mode 100644 index 706900189cad..000000000000 --- a/www/p5-Apache-SizeLimit/pkg-plist +++ /dev/null @@ -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 |