diff options
author | skv <skv@FreeBSD.org> | 2004-08-12 00:39:49 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2004-08-12 00:39:49 +0800 |
commit | 574f31deb5597e32556fa343c64ca96f9e59bf47 (patch) | |
tree | fc0c8149b46145ae695145b01af092bbc5f3a47f /www | |
parent | 2695993db9001da4677ad5e27eb4d4e02378ef4a (diff) | |
download | freebsd-ports-gnome-574f31deb5597e32556fa343c64ca96f9e59bf47.tar.gz freebsd-ports-gnome-574f31deb5597e32556fa343c64ca96f9e59bf47.tar.zst freebsd-ports-gnome-574f31deb5597e32556fa343c64ca96f9e59bf47.zip |
Add p5-Apache-Profiler 0.01,
profiles time seconds needed for every
request.
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-Apache-Profiler/Makefile | 22 | ||||
-rw-r--r-- | www/p5-Apache-Profiler/distinfo | 2 | ||||
-rw-r--r-- | www/p5-Apache-Profiler/pkg-descr | 6 | ||||
-rw-r--r-- | www/p5-Apache-Profiler/pkg-plist | 5 |
5 files changed, 36 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index aa6b1fa3cc28..6ac11a3a301d 100644 --- a/www/Makefile +++ b/www/Makefile @@ -384,6 +384,7 @@ SUBDIR += p5-Apache-NNTPGateway SUBDIR += p5-Apache-PageKit SUBDIR += p5-Apache-Peek + SUBDIR += p5-Apache-Profiler SUBDIR += p5-Apache-Radius SUBDIR += p5-Apache-Reload SUBDIR += p5-Apache-SSI diff --git a/www/p5-Apache-Profiler/Makefile b/www/p5-Apache-Profiler/Makefile new file mode 100644 index 000000000000..3c45abe533f7 --- /dev/null +++ b/www/p5-Apache-Profiler/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: Apache-Profiler +# Date created: 11 August 2004 +# Whom: Sergey Skvortsov <skv@protey.ru> +# +# $FreeBSD$ +# + +PORTNAME= Apache-Profiler +PORTVERSION= 0.01 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Apache +PKGNAMEPREFIX= p5- + +MAINTAINER= skv@FreeBSD.org +COMMENT= Profiles time seconds needed for every request + +PERL_CONFIGURE= yes + +MAN3= Apache::Profiler.3 + +.include <bsd.port.mk> diff --git a/www/p5-Apache-Profiler/distinfo b/www/p5-Apache-Profiler/distinfo new file mode 100644 index 000000000000..0d596efd2291 --- /dev/null +++ b/www/p5-Apache-Profiler/distinfo @@ -0,0 +1,2 @@ +MD5 (Apache-Profiler-0.01.tar.gz) = 6afca212b352c4b73cb02d64a3d551bb +SIZE (Apache-Profiler-0.01.tar.gz) = 2379 diff --git a/www/p5-Apache-Profiler/pkg-descr b/www/p5-Apache-Profiler/pkg-descr new file mode 100644 index 000000000000..7edcf3a8654f --- /dev/null +++ b/www/p5-Apache-Profiler/pkg-descr @@ -0,0 +1,6 @@ +Apache::Profiler is a mod_perl init (and cleanup) handler to profile +time taken to process one request. Profiled data is reported to the +Apache Log file. It'd be useful to profile some heavy application +taking a long time to proceed. + +WWW: http://search.cpan.org/dist/Apache-Profiler/ diff --git a/www/p5-Apache-Profiler/pkg-plist b/www/p5-Apache-Profiler/pkg-plist new file mode 100644 index 000000000000..194c4d298eb3 --- /dev/null +++ b/www/p5-Apache-Profiler/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/Apache/Profiler.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/Profiler/.packlist +@unexec rmdir %D/%%SITE_PERL%%/Apache 2>/dev/null || true +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/Profiler +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache 2>/dev/null || true |