summaryrefslogtreecommitdiff
path: root/www/p5-POE-Component-Client-HTTP
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2002-07-05 13:33:56 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2002-07-05 13:33:56 +0000
commitb8d0800cce31b969ed748dffe2ca4b4a7e1aae52 (patch)
tree47d2012bf4cf73cc541bd6565b5be525ab8939e0 /www/p5-POE-Component-Client-HTTP
parentAdd p5-POE-Session-Cascading 1.13, stack-like POE Sessions. (diff)
Updated to 0.43 (added https support)
Notes
Notes: svn path=/head/; revision=62486
Diffstat (limited to 'www/p5-POE-Component-Client-HTTP')
-rw-r--r--www/p5-POE-Component-Client-HTTP/Makefile10
-rw-r--r--www/p5-POE-Component-Client-HTTP/distinfo2
-rw-r--r--www/p5-POE-Component-Client-HTTP/pkg-descr11
-rw-r--r--www/p5-POE-Component-Client-HTTP/pkg-plist2
4 files changed, 16 insertions, 9 deletions
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 <bsd.port.mk>
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