Parallel LWP UserAgent

This commit is contained in:
Andrey A. Chernov 1998-09-08 17:25:20 +00:00
parent eaf4ab3271
commit b30ee8def0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13053
5 changed files with 61 additions and 0 deletions

View File

@ -0,0 +1,35 @@
# New ports collection makefile for: p5-Parallel-UA
# http://www.cs.washington.edu/homes/marclang/ParallelUA/
# Version required: 2.36
# Date created: Sep 8 1998
# Whom: ache@freebsd.org
#
# $Id: Makefile,v 1.20 1998/08/19 13:09:15 vanilla Exp $
#
DISTNAME= ParallelUserAgent-2.36
PKGNAME= p5-ParallelUA-2.36
CATEGORIES= www perl5 devel
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= LWP
MAINTAINER= ache@FreeBSD.ORG
BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/LWP.pm:${PORTSDIR}/www/p5-libwww
USE_PERL5= YES
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= LWP::Parallel.3 \
LWP::Parallel::Protocol.3 \
LWP::Parallel::RobotUA.3 \
Bundle::ParallelUA.3 \
LWP::Parallel::UserAgent.3 \
LWP::ParallelUA.3 \
LWP::RobotPUA.3
do-configure:
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (ParallelUserAgent-2.36.tar.gz) = 255056599108111e77d1086db14b5a22

View File

@ -0,0 +1 @@
perl5 Parallel LWP User Agent for WWW access.

View File

@ -0,0 +1,8 @@
ParallelUserAgent allows you to connect to multiple sites _in parallel_!
You can register a number of requests, then call the 'wait' method and see
how the requests come in as each server responds.
ParallelUserAgent is basically an extension of the current UserAgent and
RobotUA modules that come with libwww5. It installs into the ::Parallel
subtree under the standard LWP directory that ships with libwww5.

View File

@ -0,0 +1,16 @@
lib/perl5/site_perl/%%PERL_VER%%/LWP/Parallel/Protocol/http.pm
lib/perl5/site_perl/%%PERL_VER%%/LWP/Parallel/Protocol/ftp.pm
lib/perl5/site_perl/%%PERL_VER%%/LWP/Parallel/Protocol.pm
lib/perl5/site_perl/%%PERL_VER%%/LWP/Parallel/RobotUA.pm
lib/perl5/site_perl/%%PERL_VER%%/LWP/Parallel/UserAgent.pm
lib/perl5/site_perl/%%PERL_VER%%/LWP/Parallel.pm
lib/perl5/site_perl/%%PERL_VER%%/LWP/ParallelUA.pm
lib/perl5/site_perl/%%PERL_VER%%/LWP/RobotPUA.pm
lib/perl5/site_perl/%%PERL_VER%%/Bundle/ParallelUA.pm
lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/LWP/Parallel/.packlist
@dirrm lib/perl5/site_perl/%%PERL_VER%%/LWP/Parallel/Protocol
@dirrm lib/perl5/site_perl/%%PERL_VER%%/LWP/Parallel
@dirrm lib/perl5/site_perl/%%PERL_VER%%/LWP
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Bundle
@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/LWP/Parallel
@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/LWP