diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-07-14 08:49:43 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-07-14 08:49:43 +0000 |
commit | 816fd54fa7b67e106d0c2283ba6efa9670af541b (patch) | |
tree | 349623a78976d69cd0c82054d2c2e2753e3460af /www | |
parent | 305e675cfe6af1f9e1659543afe74bc600616156 (diff) | |
download | ports-816fd54fa7b67e106d0c2283ba6efa9670af541b.tar.gz ports-816fd54fa7b67e106d0c2283ba6efa9670af541b.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-LWP-Protocol-http10/Makefile | 24 | ||||
-rw-r--r-- | www/p5-LWP-Protocol-http10/distinfo | 2 | ||||
-rw-r--r-- | www/p5-LWP-Protocol-http10/pkg-descr | 9 | ||||
-rw-r--r-- | www/p5-LWP-Protocol-http10/pkg-plist | 7 |
5 files changed, 43 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index e6c8c21d4da8..29bac1e123fa 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1104,6 +1104,7 @@ SUBDIR += p5-LWP-ConnCache-MaxKeepAliveRequests SUBDIR += p5-LWP-MediaTypes SUBDIR += p5-LWP-Online + SUBDIR += p5-LWP-Protocol-http10 SUBDIR += p5-LWP-Protocol-https SUBDIR += p5-LWP-UserAgent-Determined SUBDIR += p5-LWP-UserAgent-POE diff --git a/www/p5-LWP-Protocol-http10/Makefile b/www/p5-LWP-Protocol-http10/Makefile new file mode 100644 index 000000000000..821d6d622445 --- /dev/null +++ b/www/p5-LWP-Protocol-http10/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: p5-LWP-Protocol-http10 +# Date created: 2011-07-11 +# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= LWP-Protocol-http10 +PORTVERSION= 6.02 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Legacy HTTP/1.0 support for LWP + +RUN_DEPENDS= p5-HTTP-Message>=6:${PORTSDIR}/www/p5-HTTP-Message \ + p5-libwww>=6:${PORTSDIR}/www/p5-libwww + +PERL_CONFIGURE= yes + +MAN3= LWP::Protocol::http10.3 + +.include <bsd.port.mk> diff --git a/www/p5-LWP-Protocol-http10/distinfo b/www/p5-LWP-Protocol-http10/distinfo new file mode 100644 index 000000000000..b3e51d1fdd85 --- /dev/null +++ b/www/p5-LWP-Protocol-http10/distinfo @@ -0,0 +1,2 @@ +SHA256 (LWP-Protocol-http10-6.02.tar.gz) = ec65ccab77e2a9e5a1ad1e12a5435caf5cd41ce386bf1ba0ffecd41ab04a27b7 +SIZE (LWP-Protocol-http10-6.02.tar.gz) = 4751 diff --git a/www/p5-LWP-Protocol-http10/pkg-descr b/www/p5-LWP-Protocol-http10/pkg-descr new file mode 100644 index 000000000000..065e3064fd7f --- /dev/null +++ b/www/p5-LWP-Protocol-http10/pkg-descr @@ -0,0 +1,9 @@ +The LWP::Protocol::http10 module provide support for using HTTP/1.0 protocol +with LWP. To use it you need to call LWP::Protocol::implementor() to override +the standard handler for http URLs. + +This module used to be bundled with the libwww-perl, but it was unbundled in +v6.02 as part of the general cleanup for the 6-series. LWP::Protocol::http10 is +deprecated. + +WWW: http://search.cpan.org/dist/LWP-Protocol-http10/ diff --git a/www/p5-LWP-Protocol-http10/pkg-plist b/www/p5-LWP-Protocol-http10/pkg-plist new file mode 100644 index 000000000000..61abe235720a --- /dev/null +++ b/www/p5-LWP-Protocol-http10/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/LWP/Protocol/http10.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/LWP/Protocol/http10/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/LWP/Protocol/http10 +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/LWP/Protocol +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/LWP +@dirrmtry %%SITE_PERL%%/LWP/Protocol +@dirrmtry %%SITE_PERL%%/LWP |