head	1.7;
access;
symbols
	RELEASE_8_3_0:1.6
	RELEASE_9_0_0:1.6
	RELEASE_7_4_0:1.6
	RELEASE_8_2_0:1.6
	RELEASE_6_EOL:1.6
	RELEASE_8_1_0:1.6
	RELEASE_7_3_0:1.6
	RELEASE_8_0_0:1.6
	RELEASE_7_2_0:1.6
	RELEASE_7_1_0:1.6
	RELEASE_6_4_0:1.6
	RELEASE_5_EOL:1.6
	RELEASE_7_0_0:1.6
	RELEASE_6_3_0:1.6
	PRE_XORG_7:1.6
	RELEASE_4_EOL:1.6
	RELEASE_6_2_0:1.6
	RELEASE_6_1_0:1.6
	RELEASE_5_5_0:1.6
	RELEASE_6_0_0:1.5
	RELEASE_5_4_0:1.4
	RELEASE_4_11_0:1.4
	RELEASE_5_3_0:1.4
	RELEASE_4_10_0:1.4
	RELEASE_5_2_1:1.4
	RELEASE_5_2_0:1.4
	RELEASE_4_9_0:1.4
	RELEASE_5_1_0:1.3
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.1;
locks; strict;
comment	@# @;


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

1.6
date	2005.09.10.22.08.51;	author pav;	state Exp;
branches;
next	1.5;

1.5
date	2005.06.07.08.47.46;	author barner;	state Exp;
branches;
next	1.4;

1.4
date	2003.06.09.08.23.42;	author osa;	state Exp;
branches;
next	1.3;

1.3
date	2003.04.11.20.32.58;	author nork;	state Exp;
branches;
next	1.2;

1.2
date	2003.02.21.12.00.35;	author knu;	state Exp;
branches;
next	1.1;

1.1
date	2002.11.22.02.17.23;	author edwin;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Switch exporter over
@
text
@# New ports collection makefile for:	fmirror
# Date created:				26 June 2002
# Whom:					Xavier Beaudouin <kiwi@@oav.net>
#
# $FreeBSD: head/ftp/fmirror/Makefile 300896 2012-07-14 13:54:48Z beat $
#

PORTNAME=	fmirror
PORTVERSION=	0.8.4
PORTREVISION=	4
CATEGORIES=	ftp ipv6
MASTER_SITES=	ftp://ftp.guardian.no/pub/free/ftp/fmirror/ \
		ftp://ftp.oav.net/pkg_freebsd/distfiles/

MAINTAINER=	kiwi@@oav.net
COMMENT=	Program for mirroring files and directories from a remote FTP server

GNU_CONFIGURE=	yes

MAN1=		fmirror.1

do-install:
	cd ${WRKSRC} && \
		${INSTALL_PROGRAM} fmirror ${PREFIX}/bin && \
		${INSTALL_MAN} ${MAN1} ${PREFIX}/man/man1
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR} && \
	cd ${WRKSRC} && \
		${INSTALL_DATA} ChangeLog README ${DOCSDIR} && \
	cd ${WRKSRC}/configs && \
		${INSTALL_DATA} generic.conf redhat.conf sample.conf ${DOCSDIR}
.endif

.include <bsd.port.mk>
@


1.6
log
@- Add support for IPv6

PR:		ports/83843
Submitted by:	Vladimir Kotal <vlada@@devnull.cz>
Approved by:	Xavier Beaudouin <kiwi@@oav.net> (maintainer)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.5
log
@- Fix mirroring the root directory of an FTP server [1].
  The original author's email address bounces, so this is fixed here.
- Move patch from patch-aa to patch-fmirror.c

Submitted by:	Fred Cox <sailorfred@@yahoo.com>
Approved by:	Xavier Beaudouin <kiwi@@oav.net> (maintainer)
PR:		ports/81787
@
text
@d10 2
a11 2
PORTREVISION=	3
CATEGORIES=	ftp
@


1.4
log
@Fix MASTER_SITES, add a secondary mirror

Notice from:	Bill "distfiles" Fenner
Submitted by:	MAINTAINER
PR:		53064
Approved by:	fjoe (mentor)
@
text
@d10 1
a10 1
PORTREVISION=	2
@


1.3
log
@Contain '\r' with FTP commands.

PR:		ports/50836
Submitted by:	Xavier Beaudouin <kiwi@@oav.net> (maintainer)
@
text
@d10 1
a10 1
PORTREVISION=	1
d12 2
a13 1
MASTER_SITES=	ftp://ftp.guardian.no/pub/free/ftp/fmirror/
a16 2

#WRKSRC=		${WRKDIR}/${DISTNAME}
@


1.2
log
@De-pkg-comment.
@
text
@d10 1
@


1.1
log
@[First attempt to commit a port, please bear with me]

fmirror is a program for mirroring files and directories from a
remote FTP server

PR:		ports/39900
Submitted by:	Xavier Beaudouin <kiwi@@oav.net>
@
text
@d14 1
@

