head	1.21;
access;
symbols
	RELEASE_8_3_0:1.16
	RELEASE_9_0_0:1.14
	RELEASE_7_4_0:1.13
	RELEASE_8_2_0:1.13
	RELEASE_6_EOL:1.13
	RELEASE_8_1_0:1.12
	RELEASE_7_3_0:1.12
	RELEASE_8_0_0:1.10
	RELEASE_7_2_0:1.9
	RELEASE_7_1_0:1.7
	RELEASE_6_4_0:1.7
	RELEASE_5_EOL:1.7
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.3
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2;
locks; strict;
comment	@# @;


1.21
date	2013.01.12.18.14.31;	author svnexp;	state Exp;
branches;
next	1.20;

1.20
date	2012.12.17.15.43.19;	author svnexp;	state Exp;
branches;
next	1.19;

1.19
date	2012.11.17.05.57.30;	author svnexp;	state Exp;
branches;
next	1.18;

1.18
date	2012.06.29.02.54.01;	author sunpoet;	state Exp;
branches;
next	1.17;

1.17
date	2012.04.16.07.35.27;	author culot;	state Exp;
branches;
next	1.16;

1.16
date	2012.03.13.16.15.06;	author pgollucci;	state Exp;
branches;
next	1.15;

1.15
date	2012.03.08.18.45.09;	author pgollucci;	state Exp;
branches;
next	1.14;

1.14
date	2011.03.25.15.04.51;	author bapt;	state Exp;
branches;
next	1.13;

1.13
date	2010.11.09.06.28.19;	author culot;	state Exp;
branches;
next	1.12;

1.12
date	2010.01.07.07.06.51;	author wen;	state Exp;
branches;
next	1.11;

1.11
date	2009.11.15.09.17.18;	author wen;	state Exp;
branches;
next	1.10;

1.10
date	2009.07.03.11.35.26;	author tobez;	state Exp;
branches;
next	1.9;

1.9
date	2008.12.19.19.53.23;	author leeym;	state Exp;
branches;
next	1.8;

1.8
date	2008.10.17.19.59.49;	author leeym;	state Exp;
branches;
next	1.7;

1.7
date	2008.04.29.05.26.46;	author linimon;	state Exp;
branches;
next	1.6;

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

1.5
date	2008.02.23.19.12.32;	author erwin;	state Exp;
branches;
next	1.4;

1.4
date	2007.09.08.01.00.04;	author linimon;	state Exp;
branches;
next	1.3;

1.3
date	2007.02.11.09.39.31;	author erwin;	state Exp;
branches;
next	1.2;

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

1.1
date	2006.05.31.18.07.52;	author aaron;	state Exp;
branches;
next	;


desc
@@


1.21
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/310282
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Aaron Dalton <aaron@@FreeBSD.org>
# $FreeBSD: head/ftp/p5-File-Fetch/Makefile 310282 2013-01-12 16:25:54Z tobez $

PORTNAME=	File-Fetch
PORTVERSION=	0.38
CATEGORIES=	ftp www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	A generic file fetching mechanism

LICENSE=	ART10 GPLv1
LICENSE_COMB=	dual

PERL_CONFIGURE=	yes

MAN3=		File::Fetch.3

.include <bsd.port.mk>
@


1.20
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/309105
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r309105 | az | 2012-12-17 15:39:36 +0000 (Mon, 17 Dec 2012) | 3 lines
## SVN ##
## SVN ## Cleanup supporting perl version 5.8 and 5.10,
## SVN ## lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@d1 2
a2 6
# New ports collection makefile for:	p5-File-Fetch
# Date created:				31 May 2006
# Whom:					Aaron Dalton <aaron@@FreeBSD.org>
#
# $FreeBSD: head/ftp/p5-File-Fetch/Makefile 309105 2012-12-17 15:39:36Z az $
#
d5 1
a5 1
PORTVERSION=	0.36
@


1.19
log
@Switch exporter over
@
text
@d5 1
a5 1
# $FreeBSD: head/ftp/p5-File-Fetch/Makefile 300896 2012-07-14 13:54:48Z beat $
d24 1
a24 11
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 501001
BUILD_DEPENDS+=	p5-IPC-Cmd>=0.42:${PORTSDIR}/devel/p5-IPC-Cmd \
		p5-Locale-Maketext-Simple>=0:${PORTSDIR}/devel/p5-Locale-Maketext-Simple \
		p5-Module-Load-Conditional>=0.04:${PORTSDIR}/devel/p5-Module-Load-Conditional \
		p5-Params-Check>=0.07:${PORTSDIR}/devel/p5-Params-Check
RUN_DEPENDS:=	${BUILD_DEPENDS}
.endif

.include <bsd.port.post.mk>
@


1.18
log
@- Update to 0.36

Changes:	http://search.cpan.org/dist/File-Fetch/CHANGES
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.17
log
@- Update to 0.34
- Add LICENSE (Artistic 1 & GPL 1)

Changes:	http://search.cpan.org/dist/File-Fetch/CHANGES
@
text
@d9 1
a9 1
PORTVERSION=	0.34
d27 1
a27 1
RUN_DEPENDS+=	p5-IPC-Cmd>=0.42:${PORTSDIR}/devel/p5-IPC-Cmd \
d31 1
a31 1
BUILD_DEPENDS:=	${RUN_DEPENDS}
@


1.16
log
@- Revert ports/165605 as requested by portmgr@@

Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.

PR:             ports/165605
Approved by:    portmgr (bapt)
Feature safe:   yes (I sure hope so)
@
text
@d9 1
a9 1
PORTVERSION=	0.32
d17 3
@


1.15
log
@- Remove ports that only work with < perl 5.12 (devel/p5-B-Size, devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
  RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}

PR:             ports/165605
Submitted by:   pgollucci (myself)
Approved by:    portmgr (linimon)
Exp Run by:     linimon
Tested by:      make index
@
text
@d21 11
a31 1
.include <bsd.port.mk>
@


1.14
log
@- update to 0.32
- changes: http://search.cpan.org/src/BINGOS/File-Fetch-0.32/CHANGES
@
text
@d21 1
a21 11
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 501001
RUN_DEPENDS+=	p5-IPC-Cmd>=0.42:${PORTSDIR}/devel/p5-IPC-Cmd \
		p5-Locale-Maketext-Simple>=0:${PORTSDIR}/devel/p5-Locale-Maketext-Simple \
		p5-Module-Load-Conditional>=0.04:${PORTSDIR}/devel/p5-Module-Load-Conditional \
		p5-Params-Check>=0.07:${PORTSDIR}/devel/p5-Params-Check
BUILD_DEPENDS:=	${RUN_DEPENDS}
.endif

.include <bsd.port.post.mk>
@


1.13
log
@- Update to 0.28.

Changes:	http://search.cpan.org/dist/File-Fetch/CHANGES
Approved by:	sahil@@ (mentor)
@
text
@d9 1
a9 1
PORTVERSION=	0.28
@


1.12
log
@- Update to 0.24
@
text
@d9 1
a9 1
PORTVERSION=	0.24
a16 3
RUN_DEPENDS=	p5-IPC-Cmd>=0.42:${PORTSDIR}/devel/p5-IPC-Cmd
BUILD_DEPENDS=	${RUN_DEPENDS}

d23 3
a25 2
.if ${PERL_LEVEL} < 500905
RUN_DEPENDS+=	p5-Locale-Maketext-Simple>=0:${PORTSDIR}/devel/p5-Locale-Maketext-Simple \
d28 1
@


1.11
log
@- Update to 0.22
@
text
@d9 1
a9 1
PORTVERSION=	0.22
@


1.10
log
@Update to 0.20.  Assign maintainer from ports@@ to perl@@.

Changes:	http://search.cpan.org/dist/File-Fetch/CHANGES
@
text
@d9 1
a9 1
PORTVERSION=	0.20
@


1.9
log
@- update to 0.18
@
text
@d9 1
a9 1
PORTVERSION=	0.18
d14 1
a14 1
MAINTAINER=	ports@@FreeBSD.org
@


1.8
log
@- update to 0.16
@
text
@d9 1
a9 1
PORTVERSION=	0.16
d18 1
@


1.7
log
@Reset aaron's port maintainerships due to many maintainer-timeouts.
@
text
@d9 1
a9 2
PORTVERSION=	0.14
PORTREVISION=	1
d17 3
a19 1
BUILD_DEPENDS=	${RUN_DEPENDS}
a22 2
PERL_CONFIGURE=	yes

d26 1
a26 2
RUN_DEPENDS+=	p5-IPC-Cmd>=0.36:${PORTSDIR}/devel/p5-IPC-Cmd \
		p5-Locale-Maketext-Simple>=0:${PORTSDIR}/devel/p5-Locale-Maketext-Simple \
@


1.6
log
@- use CPAN macro
- fix dependency
- bump PORTREVISION

PR:		based on 121634
Submitted by:	leeym
Approved by:	maintainer timeout
@
text
@d15 1
a15 1
MAINTAINER=	aaron@@FreeBSD.org
@


1.5
log
@Update to 0.14

PR:		120445
Submitted by:	Felippe de Meirelles Motta <lippemail@@gmail.com>
Approved by:	maintainer timeout
@
text
@d10 1
d12 1
a12 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	File
a17 5
RUN_DEPENDS=	${SITE_PERL}/IPC/Cmd.pm:${PORTSDIR}/devel/p5-IPC-Cmd \
		${SITE_PERL}/Locale/Maketext/Simple.pm:${PORTSDIR}/devel/p5-Locale-Maketext-Simple \
		${SITE_PERL}/Module/Load/Conditional.pm:${PORTSDIR}/devel/p5-Module-Load-Conditional \
		${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \
		${SITE_PERL}/Params/Check.pm:${PORTSDIR}/devel/p5-Params-Check
d20 1
a20 1
MAN3=	File::Fetch.3
d24 10
a33 1
.include <bsd.port.mk>
@


1.4
log
@Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr
@
text
@d9 1
a9 1
PORTVERSION=	0.10
d20 3
a22 1
		${SITE_PERL}/Module/Load/Conditional.pm:${PORTSDIR}/devel/p5-Module-Load-Conditional
@


1.3
log
@Update to 0.10

PR:		108909
Submitted by:	"Marcelo Araujo" <araujo@@bsdmail.org>
Approved by:	maintainer timeout
@
text
@d27 1
a27 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500600
IGNORE=	requires at least Perl 5.6.  Please install lang/perl5.8 and try again
.endif

.include <bsd.port.post.mk>
@


1.2
log
@- Update to 0.08

PR:		101258
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
Approved by:	maintainer timeout
@
text
@d9 1
a9 1
PORTVERSION=	0.08
@


1.1
log
@Adding port ftp/p5-File-Fetch, a generic file fetching mechanism.

Approved by:	tobez (implicit)
@
text
@d9 1
a9 1
PORTVERSION=	0.07
d18 4
a21 2
BUILD_DEPENDS=	${SITE_PERL}/IPC/Cmd.pm:${PORTSDIR}/devel/p5-IPC-Cmd
RUN_DEPENDS=	${BUILD_DEPENDS}
@

