Add p5-Apache-DebugInfo 0.05, log various bits of per-request data.

This commit is contained in:
Sergey Skvortsov 2004-04-20 07:23:14 +00:00
parent c3ee992b92
commit f3f45040ec
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=107665
5 changed files with 57 additions and 0 deletions

View File

@ -342,6 +342,7 @@
SUBDIR += p5-Apache-Compress
SUBDIR += p5-Apache-ConfigFile
SUBDIR += p5-Apache-DBI
SUBDIR += p5-Apache-DebugInfo
SUBDIR += p5-Apache-DumpHeaders
SUBDIR += p5-Apache-Filter
SUBDIR += p5-Apache-Gallery

View File

@ -0,0 +1,29 @@
# New ports collection makefile for: Apache-DebugInfo
# Date created: 19 April 2004
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= Apache-DebugInfo
PORTVERSION= 0.05
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Apache
PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
COMMENT= Log various bits of per-request data
.if defined(WITH_MODPERL2)
IGNORE= "This port does not support mod_perl2"
.else
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl
BUILD_DEPENDS= ${RUN_DEPENDS}
.endif
PERL_CONFIGURE= yes
MAN3= Apache::DebugInfo.3
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
MD5 (Apache-DebugInfo-0.05.tar.gz) = c02c9f2cd84a9e0629812ab717a36463
SIZE (Apache-DebugInfo-0.05.tar.gz) = 9882

View File

@ -0,0 +1,20 @@
Apache::DebugInfo gives the programmer the ability to monitor various
bits of per-request data.
You can enable Apache::DebugInfo as a PerlInitHandler, in which case it
chooses what request phase to display the appropriate data. The output
of data can be controlled by setting various variables to On:
DebugInfo - enable Apache::DebugInfo handler
DebugPID - dumps apache child pid during request init
DebugHeadersIn - dumps request headers_in during request init
DebugDirConfig - dumps PerlSetVar and PerlAddVar during request init
DebugGetHandlers - dumps enabled request handlers during init
DebugHeadersOut - dumps request headers_out during request cleanup
DebugNotes - dumps request notes during request cleanup
DebugPNotes - dumps request pnotes during request cleanup
DebugTimestamp - prints localtime at the start of each request
DebugMarkPhases - prints the name of the request phase when the
phase is entered, prior to any other handlers
WWW: http://search.cpan.org/dist/Apache-DebugInfo/

View File

@ -0,0 +1,5 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/DebugInfo/.packlist
%%SITE_PERL%%/Apache/DebugInfo.pm
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/DebugInfo
@unexec rmdir %D/%%SITE_PERL%%/Apache 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache 2>/dev/null || true