head	1.7;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1;
locks; strict;
comment	@# @;


1.7
date	2012.11.17.06.02.51;	author svnexp;	state Exp;
branches;
next	1.6;

1.6
date	2012.08.25.23.55.15;	author leeym;	state Exp;
branches;
next	1.5;

1.5
date	2012.06.10.18.42.37;	author swills;	state Exp;
branches;
next	1.4;

1.4
date	2011.06.20.09.22.11;	author az;	state Exp;
branches;
next	1.3;

1.3
date	2011.02.20.19.25.40;	author leeym;	state Exp;
branches;
next	1.2;

1.2
date	2009.04.08.05.27.44;	author leeym;	state Exp;
branches;
next	1.1;

1.1
date	2008.03.17.03.07.09;	author leeym;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-LWP-UserAgent-Determined
# Date created:				2008-03-16
# Whom:					Yen-Ming Lee <leeym@@FreeBSD.org>
#
# $FreeBSD: head/www/p5-LWP-UserAgent-Determined/Makefile 303166 2012-08-25 23:55:15Z leeym $
#

PORTNAME=	LWP-UserAgent-Determined
PORTVERSION=	1.06
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:JESSE
PKGNAMEPREFIX=	p5-

MAINTAINER=	leeym@@FreeBSD.org
COMMENT=	A virtual browser that retries errors

RUN_DEPENDS=	p5-libwww>=0:${PORTSDIR}/www/p5-libwww
BUILD_DEPENDS:=	${RUN_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=		LWP::UserAgent::Determined.3

.include <bsd.port.mk>
@


1.6
log
@SVN rev 303166 on 2012-08-25 23:55:15Z by leeym

- Update to 1.06

PR:		171031
Submitted by:	Steve Wills <swills@@freebsd.org>
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.5
log
@- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
  RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
@
text
@d9 1
a9 1
PORTVERSION=	1.05
@


1.4
log
@- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
  See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@@ to perl@@ for ports in this changeset.
- Remove MD5 checksum
@
text
@d19 1
a19 1
BUILD_DEPENDS=	${RUN_DEPENDS}
@


1.3
log
@- update to 1.05
@
text
@d12 1
a12 1
MASTER_SITE_SUBDIR=	../../authors/id/J/JE/JESSE
@


1.2
log
@- update to 1.04
@
text
@d9 1
a9 1
PORTVERSION=	1.04
d12 1
@


1.1
log
@- add 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.

It also adds some methods for controlling exactly what errors are considered
retry-worthy and how many times to wait and for how many seconds, but normally
you needn't bother about these, as the default settings are relatively sane.

WWW:    http://search.cpan.org/dist/LWP-UserAgent-Determined/
@
text
@d9 1
a9 1
PORTVERSION=	1.03
@

