From b8d0800cce31b969ed748dffe2ca4b4a7e1aae52 Mon Sep 17 00:00:00 2001 From: Sergey Skvortsov Date: Fri, 5 Jul 2002 13:33:56 +0000 Subject: Updated to 0.43 (added https support) --- www/p5-POE-Component-Client-HTTP/Makefile | 10 ++++++---- www/p5-POE-Component-Client-HTTP/distinfo | 2 +- www/p5-POE-Component-Client-HTTP/pkg-descr | 11 +++++++---- www/p5-POE-Component-Client-HTTP/pkg-plist | 2 ++ 4 files changed, 16 insertions(+), 9 deletions(-) (limited to 'www/p5-POE-Component-Client-HTTP') diff --git a/www/p5-POE-Component-Client-HTTP/Makefile b/www/p5-POE-Component-Client-HTTP/Makefile index 1b38f2558b66..4c77c1509e50 100644 --- a/www/p5-POE-Component-Client-HTTP/Makefile +++ b/www/p5-POE-Component-Client-HTTP/Makefile @@ -6,22 +6,24 @@ # PORTNAME= POE-Component-Client-HTTP -PORTVERSION= 0.41 +PORTVERSION= 0.43 CATEGORIES= devel perl5 www MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \ http://poe.perl.org/poedown/ MASTER_SITE_SUBDIR= POE PKGNAMEPREFIX= p5- -MAINTAINER= skv@protey.ru +MAINTAINER= skv@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/POE.pm:${PORTSDIR}/devel/p5-POE \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/HTTP/Request.pm:${PORTSDIR}/www/p5-libwww + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/HTTP/Request.pm:${PORTSDIR}/www/p5-libwww \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Net/SSLeay/Handle.pm:${PORTSDIR}/security/p5-Net-SSLeay \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/URI.pm:${PORTSDIR}/net/p5-URI RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -MAN3= POE::Component::Client::HTTP.3 +MAN3= POE::Component::Client::HTTP.3 POE::Component::Client::SSL.3 .include diff --git a/www/p5-POE-Component-Client-HTTP/distinfo b/www/p5-POE-Component-Client-HTTP/distinfo index 3fe06ba8e75d..77cf6ddda2d3 100644 --- a/www/p5-POE-Component-Client-HTTP/distinfo +++ b/www/p5-POE-Component-Client-HTTP/distinfo @@ -1 +1 @@ -MD5 (POE-Component-Client-HTTP-0.41.tar.gz) = 8b0ed34e00eece094736141839ae0889 +MD5 (POE-Component-Client-HTTP-0.43.tar.gz) = 0d9b9f7dc6d26eab333daf04f0c4434a diff --git a/www/p5-POE-Component-Client-HTTP/pkg-descr b/www/p5-POE-Component-Client-HTTP/pkg-descr index 71730b59d1b4..fb563a985f1d 100644 --- a/www/p5-POE-Component-Client-HTTP/pkg-descr +++ b/www/p5-POE-Component-Client-HTTP/pkg-descr @@ -1,8 +1,11 @@ -POE::Component::Client::HTTP is an HTTP user-agent for POE. It lets -other sessions run while HTTP transactions are being processed, and it -lets several HTTP transactions be processed in parallel. +POE::Component::Client::HTTP is an asynchronous, event driven HTTP user +agent. It accepts events containing HTTP::Request objects, and it +returns events carrying HTTP::Response objects. It supports https and +simultaneous HTTP transactions. It lets other sessions run while HTTP +transactions are being processed, and it lets several HTTP transactions +be processed in parallel. WWW: http://search.cpan.org/search?dist=POE-Component-Client-HTTP -- Sergey Skvortsov -skv@protey.ru +skv@FreeBSD.org diff --git a/www/p5-POE-Component-Client-HTTP/pkg-plist b/www/p5-POE-Component-Client-HTTP/pkg-plist index 32a52ff75026..c90ea5a5017c 100644 --- a/www/p5-POE-Component-Client-HTTP/pkg-plist +++ b/www/p5-POE-Component-Client-HTTP/pkg-plist @@ -1,6 +1,8 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/Client/HTTP/.packlist lib/perl5/site_perl/%%PERL_VER%%/POE/Component/Client/HTTP.pm +lib/perl5/site_perl/%%PERL_VER%%/POE/Component/Client/HTTP/SSL.pm @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/Client/HTTP +@dirrm lib/perl5/site_perl/%%PERL_VER%%/POE/Component/Client/HTTP @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/POE/Component/Client 2>/dev/null || true @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/POE/Component 2>/dev/null || true @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/POE 2>/dev/null || true -- cgit v1.2.3