Initial import of p5-LWP-UserAgent-Determined 1.03
This class works just like LWP::UserAgent (and is based on it, by being a subclass of it), except that when you use it to get a web page but run into a possibly-temporary error (like a DNS lookup timeout), it'll wait a few seconds and retry a few times. from Sam Smith <s at msmith.net>
This commit is contained in:
parent
4d9bb6738d
commit
a19ef16277
26
www/p5-LWP-UserAgent-Determined/Makefile
Normal file
26
www/p5-LWP-UserAgent-Determined/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2004/12/21 20:44:28 sturm Exp $
|
||||
|
||||
COMMENT= "virtual browser that retries on errors"
|
||||
|
||||
DISTNAME= LWP-UserAgent-Determined-1.03
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= www perl5
|
||||
|
||||
MAINTAINER= Sam Smith <s@msmith.net>
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=LWP/}
|
||||
|
||||
RUN_DEPENDS= ::www/p5-libwww
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
CONFIGURE_STYLE=perl
|
||||
|
||||
PKG_ARCH= *
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/p5-LWP-UserAgent-Determined/distinfo
Normal file
3
www/p5-LWP-UserAgent-Determined/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (LWP-UserAgent-Determined-1.03.tar.gz) = 5a6c0a9e219dc06234698b49addef458
|
||||
RMD160 (LWP-UserAgent-Determined-1.03.tar.gz) = f5bbf903b680e26e246dd40b42453132c6968a33
|
||||
SHA1 (LWP-UserAgent-Determined-1.03.tar.gz) = ef97253e38c007ee03730dd2d5340ef37bfe67a3
|
5
www/p5-LWP-UserAgent-Determined/pkg/DESCR
Normal file
5
www/p5-LWP-UserAgent-Determined/pkg/DESCR
Normal file
@ -0,0 +1,5 @@
|
||||
This class works just like LWP::UserAgent (and is based on
|
||||
it, by being a subclass of it), except that when you use it
|
||||
to get a web page but run into a possibly-temporary error
|
||||
(like a DNS lookup timeout), it'll wait a few seconds and
|
||||
retry a few times.
|
4
www/p5-LWP-UserAgent-Determined/pkg/PLIST
Normal file
4
www/p5-LWP-UserAgent-Determined/pkg/PLIST
Normal file
@ -0,0 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/12/21 20:44:28 sturm Exp $
|
||||
${P5SITE}/LWP/UserAgent/
|
||||
${P5SITE}/LWP/UserAgent/Determined.pm
|
||||
@man man/man3p/LWP::UserAgent::Determined.3p
|
Loading…
Reference in New Issue
Block a user