summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorskv <skv@FreeBSD.org>2002-07-05 13:33:56 +0000
committerskv <skv@FreeBSD.org>2002-07-05 13:33:56 +0000
commitb57ba1eb6a504d3963ef651401c993d65b77461e (patch)
tree19b02dd7c1a8aae50d450bc9695349396ab5cc34 /www
parentff153b8801e13f4b98501bfeaa1c850b466b97f4 (diff)
downloadFreeBSD-ports-b57ba1eb6a504d3963ef651401c993d65b77461e.zip
FreeBSD-ports-b57ba1eb6a504d3963ef651401c993d65b77461e.tar.gz
Updated to 0.43 (added https support)
Diffstat (limited to 'www')
-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 1b38f25..4c77c15 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 3fe06ba..77cf6dd 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 71730b5..fb563a9 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 32a52ff..c90ea5a 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
OpenPOWER on IntegriCloud