- Add p5-LWPx-TimedHTTP 1.8

LWPx::TimedHTTP performs an HTTP request exactly the same as LWP does normally
except for the fact that it times each stage of the request and then inserts the
results as header.

It's useful for debugging where abouts in a connection slow downs are occuring.

WWW: http://search.cpan.org/dist/LWPx-TimedHTTP/

Feature safe:	yes
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2011-11-12 07:03:48 +00:00
parent 13a63f71a6
commit f58ac746d7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285614
5 changed files with 40 additions and 0 deletions

View File

@ -1071,6 +1071,7 @@
SUBDIR += p5-LWP-UserAgent-POE
SUBDIR += p5-LWP-UserAgent-WithCache
SUBDIR += p5-LWPx-ParanoidAgent
SUBDIR += p5-LWPx-TimedHTTP
SUBDIR += p5-Markup-Perl
SUBDIR += p5-MasonX-Interp-WithCallbacks
SUBDIR += p5-MasonX-Profiler

View File

@ -0,0 +1,25 @@
# New ports collection makefile for: p5-LWPx-TimedHTTP
# Date created: 2011-11-11
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= LWPx-TimedHTTP
PORTVERSION= 1.8
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Time the different stages of an HTTP request
BUILD_DEPENDS= p5-HTTP-Daemon>=0:${PORTSDIR}/www/p5-HTTP-Daemon \
p5-libwww>=6:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS= p5-libwww>=6:${PORTSDIR}/www/p5-libwww
PERL_CONFIGURE= yes
MAN3= LWPx::TimedHTTP.3
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (LWPx-TimedHTTP-1.8.tar.gz) = 04ce8704a276be5a6a6ff0ee0c50756d5c256fd235f08db36060dad271e4c909
SIZE (LWPx-TimedHTTP-1.8.tar.gz) = 9291

View File

@ -0,0 +1,7 @@
LWPx::TimedHTTP performs an HTTP request exactly the same as LWP does normally
except for the fact that it times each stage of the request and then inserts the
results as header.
It's useful for debugging where abouts in a connection slow downs are occuring.
WWW: http://search.cpan.org/dist/LWPx-TimedHTTP/

View File

@ -0,0 +1,5 @@
%%SITE_PERL%%/LWPx/TimedHTTP.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/LWPx/TimedHTTP/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/LWPx/TimedHTTP
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/LWPx
@dirrmtry %%SITE_PERL%%/LWPx