Index: head/devel/p5-POE-Component-Client-HTTP/Makefile =================================================================== --- head/devel/p5-POE-Component-Client-HTTP/Makefile (revision 114741) +++ head/devel/p5-POE-Component-Client-HTTP/Makefile (revision 114742) @@ -1,29 +1,29 @@ # New ports collection makefile for: POE-Component-Client-HTTP # Date created: 10 Dec 2001 # Whom: Sergey Skvortsov # # $FreeBSD$ # PORTNAME= POE-Component-Client-HTTP -PORTVERSION= 0.63 +PORTVERSION= 0.64 CATEGORIES= devel perl5 www MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= POE PKGNAMEPREFIX= p5- MAINTAINER= skv@FreeBSD.org COMMENT= POE component for non-blocking/concurrent HTTP queries BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \ ${SITE_PERL}/HTTP/Request.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/${PERL_ARCH}/Net/SSLeay/Handle.pm:${PORTSDIR}/security/p5-Net-SSLeay \ ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \ ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN3= POE::Component::Client::HTTP.3 POE::Component::Client::SSL.3 .include Property changes on: head/devel/p5-POE-Component-Client-HTTP/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/devel/p5-POE-Component-Client-HTTP/distinfo =================================================================== --- head/devel/p5-POE-Component-Client-HTTP/distinfo (revision 114741) +++ head/devel/p5-POE-Component-Client-HTTP/distinfo (revision 114742) @@ -1,2 +1,2 @@ -MD5 (POE-Component-Client-HTTP-0.63.tar.gz) = 1f3d5b3793b42715493c6b46057cb75e -SIZE (POE-Component-Client-HTTP-0.63.tar.gz) = 31944 +MD5 (POE-Component-Client-HTTP-0.64.tar.gz) = 5cb654852b9b3cb10dd57f68524a8219 +SIZE (POE-Component-Client-HTTP-0.64.tar.gz) = 32445 Property changes on: head/devel/p5-POE-Component-Client-HTTP/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/devel/p5-POE-Component-Client-HTTP/pkg-descr =================================================================== --- head/devel/p5-POE-Component-Client-HTTP/pkg-descr (revision 114741) +++ head/devel/p5-POE-Component-Client-HTTP/pkg-descr (revision 114742) @@ -1,11 +1,8 @@ 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/dist/POE-Component-Client-HTTP/ - --- Sergey Skvortsov -skv@FreeBSD.org Property changes on: head/devel/p5-POE-Component-Client-HTTP/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/www/p5-POE-Component-Client-HTTP/Makefile =================================================================== --- head/www/p5-POE-Component-Client-HTTP/Makefile (revision 114741) +++ head/www/p5-POE-Component-Client-HTTP/Makefile (revision 114742) @@ -1,29 +1,29 @@ # New ports collection makefile for: POE-Component-Client-HTTP # Date created: 10 Dec 2001 # Whom: Sergey Skvortsov # # $FreeBSD$ # PORTNAME= POE-Component-Client-HTTP -PORTVERSION= 0.63 +PORTVERSION= 0.64 CATEGORIES= devel perl5 www MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= POE PKGNAMEPREFIX= p5- MAINTAINER= skv@FreeBSD.org COMMENT= POE component for non-blocking/concurrent HTTP queries BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \ ${SITE_PERL}/HTTP/Request.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/${PERL_ARCH}/Net/SSLeay/Handle.pm:${PORTSDIR}/security/p5-Net-SSLeay \ ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \ ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN3= POE::Component::Client::HTTP.3 POE::Component::Client::SSL.3 .include Property changes on: head/www/p5-POE-Component-Client-HTTP/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/www/p5-POE-Component-Client-HTTP/distinfo =================================================================== --- head/www/p5-POE-Component-Client-HTTP/distinfo (revision 114741) +++ head/www/p5-POE-Component-Client-HTTP/distinfo (revision 114742) @@ -1,2 +1,2 @@ -MD5 (POE-Component-Client-HTTP-0.63.tar.gz) = 1f3d5b3793b42715493c6b46057cb75e -SIZE (POE-Component-Client-HTTP-0.63.tar.gz) = 31944 +MD5 (POE-Component-Client-HTTP-0.64.tar.gz) = 5cb654852b9b3cb10dd57f68524a8219 +SIZE (POE-Component-Client-HTTP-0.64.tar.gz) = 32445 Property changes on: head/www/p5-POE-Component-Client-HTTP/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/www/p5-POE-Component-Client-HTTP/pkg-descr =================================================================== --- head/www/p5-POE-Component-Client-HTTP/pkg-descr (revision 114741) +++ head/www/p5-POE-Component-Client-HTTP/pkg-descr (revision 114742) @@ -1,11 +1,8 @@ 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/dist/POE-Component-Client-HTTP/ - --- Sergey Skvortsov -skv@FreeBSD.org Property changes on: head/www/p5-POE-Component-Client-HTTP/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property