head	1.13;
access;
symbols
	RELEASE_8_3_0:1.12
	RELEASE_9_0_0:1.12
	RELEASE_7_4_0:1.11
	RELEASE_8_2_0:1.11
	RELEASE_6_EOL:1.11
	RELEASE_8_1_0:1.11
	RELEASE_7_3_0:1.10
	RELEASE_8_0_0:1.10
	RELEASE_7_2_0:1.10
	RELEASE_7_1_0:1.10
	RELEASE_6_4_0:1.10
	RELEASE_5_EOL:1.10
	RELEASE_7_0_0:1.10
	RELEASE_6_3_0:1.10
	PRE_XORG_7:1.9
	RELEASE_4_EOL:1.9
	RELEASE_6_2_0:1.8
	RELEASE_6_1_0:1.8
	RELEASE_5_5_0:1.8
	RELEASE_6_0_0:1.7
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2;
locks; strict;
comment	@# @;


1.13
date	2012.11.17.05.57.30;	author svnexp;	state Exp;
branches;
next	1.12;

1.12
date	2011.04.16.02.52.55;	author tabthorpe;	state Exp;
branches;
next	1.11;

1.11
date	2010.03.29.00.02.29;	author tmclaugh;	state Exp;
branches;
next	1.10;

1.10
date	2007.08.11.05.32.15;	author tmclaugh;	state Exp;
branches;
next	1.9;

1.9
date	2006.12.03.19.48.31;	author tmclaugh;	state Exp;
branches;
next	1.8;

1.8
date	2005.09.20.00.54.14;	author tmclaugh;	state Exp;
branches;
next	1.7;

1.7
date	2005.07.05.12.14.38;	author novel;	state Exp;
branches;
next	1.6;

1.6
date	2005.07.05.04.21.47;	author novel;	state Exp;
branches;
next	1.5;

1.5
date	2005.07.02.00.21.06;	author kris;	state Exp;
branches;
next	1.4;

1.4
date	2005.06.08.04.26.38;	author ahze;	state Exp;
branches;
next	1.3;

1.3
date	2005.01.07.07.05.27;	author ahze;	state Exp;
branches;
next	1.2;

1.2
date	2004.04.19.08.43.01;	author clement;	state Exp;
branches;
next	1.1;

1.1
date	2004.04.16.23.36.49;	author clement;	state Exp;
branches;
next	;


desc
@@


1.13
log
@Switch exporter over
@
text
@# New ports collection makefile for:	tnftp
# Date created:				28 Jan 2004
# Whom:					Tom McLaughlin <tmclaugh@@sdf.lonestar.org>
#
# $FreeBSD: head/ftp/tnftp/Makefile 300896 2012-07-14 13:54:48Z beat $
#

PORTNAME=	tnftp
PORTVERSION=	20100108
CATEGORIES=	ftp ipv6
MASTER_SITES=	ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/ \
		ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/old/

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Enhanced ftp client from NetBSD

GNU_CONFIGURE=	yes

MAN1=		tnftp.1
PLIST_FILES=	bin/tnftp

.include <bsd.port.mk>
@


1.12
log
@- Reassign to the heap

Submitted by:	tmclaugh
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.11
log
@Update to 20100108

PR:		144483
Submitted by:	Sunpoet Po-Chuan Hsieh
@
text
@d14 1
a14 1
MAINTAINER=	tmclaugh@@FreeBSD.org
@


1.10
log
@Update to 20070806:
- Implement '-s srcaddr' to set the local IP address for all connections.
- Support '-q quittime' when waiting for server replies.
@
text
@d9 1
a9 1
PORTVERSION=	20070806
a21 4
do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/src/ftp ${PREFIX}/bin/tnftp
	${INSTALL_MAN} ${WRKSRC}/src/ftp.1 ${PREFIX}/man/man1/tnftp.1

@


1.9
log
@Add ipv6 category.

PR:		106006
Submitted by:	Janos Mohacsi
@
text
@d9 1
a9 1
PORTVERSION=	20050625
@


1.8
log
@- Change maintainership of my ports over to my FreeBSD address.

Approved by:	ahze (mentor)
@
text
@d10 1
a10 1
CATEGORIES=	ftp
@


1.7
log
@- add "old/" directory to MASTER_SITES to prevent fetch problems in
   future. [1]
- pet portlint

Pointed out by:	Vsevolod Stakhov <vsevolod@@highsecure.ru> [1]
Approved by:	Tom McLaughlin (maintainer)
@
text
@d14 1
a14 1
MAINTAINER=	tmclaugh@@sdf.lonestar.org
@


1.6
log
@Unbreak by updating to 20050625.

PR:		82995
Submitted by:	Tom McLaughlin (maintainer)
@
text
@d11 2
a12 1
MASTER_SITES=	ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/
a16 1

@


1.5
log
@BROKEN: Unfetchable
@
text
@d9 1
a9 1
PORTVERSION=	20050514
a15 1
BROKEN=		Unfetchable
@


1.4
log
@- Update to 20050514

PR:		82015
Submitted by:	maintainer
@
text
@d16 2
@


1.3
log
@Update to 20050103 to fix security vulnerability

PR:		ports/75782
Submitted by:	Tom McLaughlin (maintainer)
Approved by:	portmgr (krion)
@
text
@d9 1
a9 1
PORTVERSION=	20050103
@


1.2
log
@- Fix port install
- Maintainer informed

(huge) Pointy hat to:	me
@
text
@d9 1
a9 1
PORTVERSION=	20030825
@


1.1
log
@Add tnftp 20030825, enhanced ftp client from NetBSD.

PR:		ports/62373
Submitted by:	Tom McLaughlin <tmclaugh@@sdf.lonestar.org>
@
text
@d22 2
a23 2
	${INSTALL_PROGRAM} ${WRKSRC}/src/ftp ${PREFIX}/bin/
	${INSTALL_MAN} ${WRKSRC}/src/ftp.1 ${PREFIX}/man/man1/
@

