1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Updated to 0.05

PR:	ports/52175
This commit is contained in:
Sergey Skvortsov 2003-05-21 11:28:47 +00:00
parent 29e123bcef
commit 4229159ce3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81597
8 changed files with 32 additions and 34 deletions

View File

@ -6,22 +6,21 @@
#
PORTNAME= POE-Component-Client-UserAgent
PORTVERSION= 0.04
PORTVERSION= 0.05
CATEGORIES= devel perl5 www
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/R/RC/RCAPUTO
PKGNAMEPREFIX= p5-
MAINTAINER= skv@protey.ru
MAINTAINER= skv@FreeBSD.org
COMMENT= LWP and LWP::Parallel based POE component
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/POE.pm:${PORTSDIR}/devel/p5-POE \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/LWP/Parallel.pm:${PORTSDIR}/www/p5-ParallelUA
BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \
${SITE_PERL}/LWP/Parallel.pm:${PORTSDIR}/www/p5-ParallelUA
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= POE::Component::Client::UserAgent.3
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (POE-Component-Client-UserAgent-0.04.tar.gz) = baa3b7f8a4446e208c9e322e2c9cff23
MD5 (POE-Component-Client-UserAgent-0.05.tar.gz) = 15dbf9137dd6f3788d4f5b7fe56596a9

View File

@ -2,7 +2,7 @@ POE::Component::Client::UserAgent is based on LWP and LWP::Parallel.
It lets other tasks run while making a request to an Internet server
and waiting for response, and it lets several requests run in parallel.
WWW: http://search.cpan.org/search?dist=POE-Component-Client-UserAgent
WWW: http://search.cpan.org/dist/POE-Component-Client-UserAgent/
-- Sergey Skvortsov
skv@protey.ru
skv@FreeBSD.org

View File

@ -1,9 +1,9 @@
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/Client/UserAgent/.packlist
lib/perl5/site_perl/%%PERL_VER%%/POE/Component/Client/UserAgent.pm
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/Client/UserAgent
@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
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/Client 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE 2>/dev/null || true
%%SITE_PERL%%/POE/Component/Client/UserAgent.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client/UserAgent/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client/UserAgent
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/POE/Component/Client 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/POE/Component 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/POE 2>/dev/null || true

View File

@ -6,22 +6,21 @@
#
PORTNAME= POE-Component-Client-UserAgent
PORTVERSION= 0.04
PORTVERSION= 0.05
CATEGORIES= devel perl5 www
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/R/RC/RCAPUTO
PKGNAMEPREFIX= p5-
MAINTAINER= skv@protey.ru
MAINTAINER= skv@FreeBSD.org
COMMENT= LWP and LWP::Parallel based POE component
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/POE.pm:${PORTSDIR}/devel/p5-POE \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/LWP/Parallel.pm:${PORTSDIR}/www/p5-ParallelUA
BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \
${SITE_PERL}/LWP/Parallel.pm:${PORTSDIR}/www/p5-ParallelUA
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= POE::Component::Client::UserAgent.3
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (POE-Component-Client-UserAgent-0.04.tar.gz) = baa3b7f8a4446e208c9e322e2c9cff23
MD5 (POE-Component-Client-UserAgent-0.05.tar.gz) = 15dbf9137dd6f3788d4f5b7fe56596a9

View File

@ -2,7 +2,7 @@ POE::Component::Client::UserAgent is based on LWP and LWP::Parallel.
It lets other tasks run while making a request to an Internet server
and waiting for response, and it lets several requests run in parallel.
WWW: http://search.cpan.org/search?dist=POE-Component-Client-UserAgent
WWW: http://search.cpan.org/dist/POE-Component-Client-UserAgent/
-- Sergey Skvortsov
skv@protey.ru
skv@FreeBSD.org

View File

@ -1,9 +1,9 @@
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/Client/UserAgent/.packlist
lib/perl5/site_perl/%%PERL_VER%%/POE/Component/Client/UserAgent.pm
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/Client/UserAgent
@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
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/Client 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE 2>/dev/null || true
%%SITE_PERL%%/POE/Component/Client/UserAgent.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client/UserAgent/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client/UserAgent
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/POE/Component/Client 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/POE/Component 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/POE 2>/dev/null || true