diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-11-12 15:03:48 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-11-12 15:03:48 +0800 |
commit | faad37158349a4a7daa9c1ef36675c1b859686bd (patch) | |
tree | fb79b5d54312670618d654bd80d5704c10815a1b /www | |
parent | d26bac8b17f159c7d67debb465dc4013651824bc (diff) | |
download | freebsd-ports-gnome-faad37158349a4a7daa9c1ef36675c1b859686bd.tar.gz freebsd-ports-gnome-faad37158349a4a7daa9c1ef36675c1b859686bd.tar.zst freebsd-ports-gnome-faad37158349a4a7daa9c1ef36675c1b859686bd.zip |
- 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
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-LWPx-TimedHTTP/Makefile | 25 | ||||
-rw-r--r-- | www/p5-LWPx-TimedHTTP/distinfo | 2 | ||||
-rw-r--r-- | www/p5-LWPx-TimedHTTP/pkg-descr | 7 | ||||
-rw-r--r-- | www/p5-LWPx-TimedHTTP/pkg-plist | 5 |
5 files changed, 40 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 61baba927397..7c818c436dd3 100644 --- a/www/Makefile +++ b/www/Makefile @@ -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 diff --git a/www/p5-LWPx-TimedHTTP/Makefile b/www/p5-LWPx-TimedHTTP/Makefile new file mode 100644 index 000000000000..9d1a97b4afda --- /dev/null +++ b/www/p5-LWPx-TimedHTTP/Makefile @@ -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> diff --git a/www/p5-LWPx-TimedHTTP/distinfo b/www/p5-LWPx-TimedHTTP/distinfo new file mode 100644 index 000000000000..cbc0b8d406b7 --- /dev/null +++ b/www/p5-LWPx-TimedHTTP/distinfo @@ -0,0 +1,2 @@ +SHA256 (LWPx-TimedHTTP-1.8.tar.gz) = 04ce8704a276be5a6a6ff0ee0c50756d5c256fd235f08db36060dad271e4c909 +SIZE (LWPx-TimedHTTP-1.8.tar.gz) = 9291 diff --git a/www/p5-LWPx-TimedHTTP/pkg-descr b/www/p5-LWPx-TimedHTTP/pkg-descr new file mode 100644 index 000000000000..ecbfa9401fee --- /dev/null +++ b/www/p5-LWPx-TimedHTTP/pkg-descr @@ -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/ diff --git a/www/p5-LWPx-TimedHTTP/pkg-plist b/www/p5-LWPx-TimedHTTP/pkg-plist new file mode 100644 index 000000000000..47ddef55afeb --- /dev/null +++ b/www/p5-LWPx-TimedHTTP/pkg-plist @@ -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 |