head	1.11;
access;
symbols
	RELEASE_8_3_0:1.10
	RELEASE_9_0_0:1.10
	RELEASE_7_4_0:1.10
	RELEASE_8_2_0:1.10
	RELEASE_6_EOL:1.10
	RELEASE_8_1_0:1.10
	RELEASE_7_3_0:1.10
	RELEASE_8_0_0:1.10
	RELEASE_7_2_0:1.8
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.1;
locks; strict;
comment	@# @;


1.11
date	2012.11.17.05.57.29;	author svnexp;	state Exp;
branches;
next	1.10;

1.10
date	2009.07.07.20.37.21;	author dhn;	state Exp;
branches;
next	1.9;

1.9
date	2009.04.21.14.26.22;	author dhn;	state Exp;
branches;
next	1.8;

1.8
date	2009.03.06.18.14.29;	author dhn;	state Exp;
branches;
next	1.7;

1.7
date	2008.10.24.19.09.19;	author miwi;	state Exp;
branches;
next	1.6;

1.6
date	2008.10.12.13.02.37;	author miwi;	state Exp;
branches;
next	1.5;

1.5
date	2008.09.29.07.37.09;	author miwi;	state Exp;
branches;
next	1.4;

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

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

1.2
date	2006.10.31.20.35.20;	author sat;	state Exp;
branches;
next	1.1;

1.1
date	2006.08.31.15.41.52;	author sat;	state Exp;
branches;
next	;


desc
@@


1.11
log
@Switch exporter over
@
text
@# New ports collection makefile for:	ftpsync
# Date created:		31 August 2006
# Whom:			Andrew Pantyukhin <infofarmer@@FreeBSD.org>
#
# $FreeBSD: head/ftp/ftpsync/Makefile 300896 2012-07-14 13:54:48Z beat $
#

PORTNAME=	ftpsync
PORTVERSION=	1.3.03
PORTEPOCH=	1
CATEGORIES=	ftp
MASTER_SITES=	http://ftpsync.sourceforge.net/ \
		http://mirror.mcx2.org/

MAINTAINER=	dhn@@FreeBSD.org
COMMENT=	Synchronizes a local and a remote FTP directory trees

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

NO_BUILD=	yes
USE_BZIP2=	yes
USE_PERL5=	yes
PLIST_FILES=	bin/${PORTNAME}.pl
PORTDOCS=	README

do-install:
	@@${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${PREFIX}/bin/

.if !defined(NOPORTDOCS)
	@@${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/
.endif

.include <bsd.port.mk>
@


1.10
log
@- Update to 1.3.03
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.9
log
@- Update to 1.3.01

Approved by:	miwi (mentor)
@
text
@d9 1
a9 1
PORTVERSION=	1.3.01
@


1.8
log
@- Use my FreeBSD address on the ports I maintain

Approved by:	tabthorpe (co-mentor)
@
text
@d9 1
a9 1
PORTVERSION=	1.2.34
@


1.7
log
@- Fix MASTER_SITES

PR:		128273
Submitted by:	Dennis Herrmann <adox@@mcx2.org> (maintainer)
@
text
@d15 1
a15 1
MAINTAINER=	adox@@mcx2.org
@


1.6
log
@- Update to 1.2.34

Changelog:
 * Added Option to disable timestamping for transferred (local) files
 * Added reconnect if conncection times out after local file reading

PR:		128016
Submitted by:	Dennis Herrmann <adox@@mcx2.org> (maintainer)
@
text
@d12 1
a12 1
MASTER_SITES=	SF \
@


1.5
log
@- Update to 1.29
- Respect NOPORT*
- Pass maintainership to submitter

PR:		127642
Submitted by:	Dennis Herrmann <adox@@mcx2.org> (maintainer)
@
text
@d9 2
a10 1
PORTVERSION=	1.29
d12 2
a13 1
MASTER_SITES=	SF
@


1.4
log
@Reset infofarmer due to maintainer-timeouts and no response to email.

Hat:	portmgr
@
text
@d9 1
a9 1
PORTVERSION=	1.2.33
d13 1
a13 1
MAINTAINER=	ports@@FreeBSD.org
d22 1
d27 5
@


1.3
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
@d13 1
a13 1
MAINTAINER=	infofarmer@@FreeBSD.org
@


1.2
log
@- Update to 1.2.33
@
text
@a22 6
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500600
IGNORE=		 requires perl 5.6.0 or later. Install lang/perl5.8 and try again
.endif

d26 1
a26 1
.include <bsd.port.post.mk>
@


1.1
log
@Add port ftp/ftpsync:

ftpsync.pl synchronizes a local directory tree and a remote FTP directory
tree. It was initally written to automize web publishing, but might be
useful for some other purposes, like mirroring not-too-large public sites,
data replication, and more.

WWW: http://ftpsync.sourceforge.net/
Author: Christoph Lechleitner <ibcl@@users.sourceforge.net>
@
text
@d9 1
a9 1
PORTVERSION=	1.2.32
@

