head	1.24;
access;
symbols
	RELEASE_8_3_0:1.21
	RELEASE_9_0_0:1.21
	RELEASE_7_4_0:1.21
	RELEASE_8_2_0:1.21
	RELEASE_6_EOL:1.21
	RELEASE_8_1_0:1.21
	RELEASE_7_3_0:1.21
	RELEASE_8_0_0:1.18
	RELEASE_7_2_0:1.17
	RELEASE_7_1_0:1.17
	RELEASE_6_4_0:1.17
	RELEASE_5_EOL:1.16
	RELEASE_7_0_0:1.16
	RELEASE_6_3_0:1.16
	PRE_XORG_7:1.12
	RELEASE_4_EOL:1.12
	RELEASE_6_2_0:1.12
	RELEASE_6_1_0:1.6
	RELEASE_5_5_0:1.6
	RELEASE_6_0_0:1.6
	RELEASE_5_4_0:1.4
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2;
locks; strict;
comment	@# @;


1.24
date	2013.03.07.13.47.36;	author svnexp;	state Exp;
branches;
next	1.23;

1.23
date	2012.11.17.05.57.29;	author svnexp;	state Exp;
branches;
next	1.22;

1.22
date	2012.05.01.18.54.14;	author madpilot;	state Exp;
branches;
next	1.21;

1.21
date	2009.12.15.19.48.22;	author linimon;	state Exp;
branches;
next	1.20;

1.20
date	2009.12.04.02.38.48;	author linimon;	state Exp;
branches;
next	1.19;

1.19
date	2009.11.26.00.36.45;	author linimon;	state Exp;
branches;
next	1.18;

1.18
date	2009.09.19.04.19.53;	author wxs;	state Exp;
branches;
next	1.17;

1.17
date	2008.09.07.00.18.27;	author linimon;	state Exp;
branches;
next	1.16;

1.16
date	2007.08.30.17.17.59;	author sat;	state Exp;
branches;
next	1.15;

1.15
date	2007.07.18.13.53.57;	author sat;	state Exp;
branches;
next	1.14;

1.14
date	2007.07.07.19.22.23;	author sat;	state Exp;
branches;
next	1.13;

1.13
date	2007.06.04.07.29.16;	author sat;	state Exp;
branches;
next	1.12;

1.12
date	2006.09.18.19.02.08;	author sat;	state Exp;
branches;
next	1.11;

1.11
date	2006.07.30.22.45.59;	author sat;	state Exp;
branches;
next	1.10;

1.10
date	2006.05.08.21.41.06;	author sat;	state Exp;
branches;
next	1.9;

1.9
date	2006.04.17.16.03.58;	author garga;	state Exp;
branches;
next	1.8;

1.8
date	2006.04.17.16.02.46;	author garga;	state Exp;
branches;
next	1.7;

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

1.6
date	2005.07.22.09.33.31;	author vsevolod;	state Exp;
branches;
next	1.5;

1.5
date	2005.07.06.18.59.08;	author novel;	state Exp;
branches;
next	1.4;

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

1.3
date	2005.01.12.03.46.30;	author edwin;	state Exp;
branches;
next	1.2;

1.2
date	2004.02.01.01.22.24;	author pav;	state Exp;
branches;
next	1.1;

1.1
date	2004.01.06.17.16.54;	author krion;	state Exp;
branches;
next	;


desc
@@


1.24
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/313559
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Andreas Fehlner <fehlner@@gmx.de>
# $FreeBSD: head/ftp/cmdftp/Makefile 313559 2013-03-07 03:25:10Z bdrewery $

PORTNAME=	cmdftp
PORTVERSION=	0.9.8
CATEGORIES=	ftp
MASTER_SITES=	SAVANNAH

MAINTAINER=	c.petrik.sosa@@gmail.com
COMMENT=	Command line shell-like ftp client

LICENSE=	GPLv3

GNU_CONFIGURE=	yes
MAN1=		${PORTNAME}.1

PLIST_FILES=	bin/cmdftp

.include <bsd.port.mk>
@


1.23
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	cmdftp
# Date created:		2003-12-28
# Whom:			Andreas Fehlner <fehlner@@gmx.de>
#
# $FreeBSD: head/ftp/cmdftp/Makefile 300896 2012-07-14 13:54:48Z beat $
#
d9 1
a9 1
MAINTAINER=	ports@@FreeBSD.org
@


1.22
log
@- Update to 0.9.8
- Add LICENSE
- Simplify port

While I'm here add a missing tab.

PR:		ports/167483
Submitted by:	Po-Chien Lin <linpc@@cs.nctu.edu.tw>
Appproved by:	crees (mentor)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.21
log
@Reset maintainer at his request.

PR:		ports/141647
@
text
@d9 1
a9 1
PORTVERSION=	0.9.7
d16 2
d19 1
a19 2
USE_BZIP2=	yes
MAN1=	${PORTNAME}.1
a20 1
PORTDOCS=	ChangeLog README INSTALL NEWS AUTHORS
a22 8
do-install:
	@@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
	@@${INSTALL_MAN} ${WRKSRC}/cmdftp.man ${MAN1PREFIX}/man/man1/${PORTNAME}.1
.ifndef NOPORTDOCS
	@@${INSTALL} -d ${DOCSDIR}/
	@@cd ${WRKSRC}/&&${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/
.endif

@


1.20
log
@Reinstate maintainer at his request.
@
text
@d13 1
a13 1
MAINTAINER=	chris@@officialunix.com
@


1.19
log
@Temporarily reassign ports maintained by chris@@officialunix.com back to
the pool for the duration of his upcoming move.

Requested by:	maintainer
@
text
@d13 1
a13 1
MAINTAINER=	ports@@FreeBSD.org
@


1.18
log
@- Pass maintainer to submitter.

PR:		ports/138957
Submitted by:	Chris Petrik <chris@@officialunix.com>
Feature safe:	yes
@
text
@d13 1
a13 1
MAINTAINER=	chris@@officialunix.com
@


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

Hat:	portmgr
@
text
@d13 1
a13 1
MAINTAINER=	ports@@FreeBSD.org
@


1.16
log
@- Update to 0.9.7
- Clean up
@
text
@d13 1
a13 1
MAINTAINER=	infofarmer@@FreeBSD.org
@


1.15
log
@- Update to 0.9.6
@
text
@d1 3
a3 3
# New ports collection makefile for:    cmdftp
# Date created:         2003-12-28
# Whom:                 Andreas Fehlner <fehlner@@gmx.de>
d9 1
a9 1
PORTVERSION=	0.9.6
d11 1
a11 1
MASTER_SITES=	SAVANNAH CENKES
a16 1
USE_GMAKE=	yes
d18 1
d20 1
a20 1
PORTDOCS=	ChangeLog README INSTALL NEWS COPYING AUTHORS
d24 5
a28 6
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
.if !defined(NOPORTDOCS)
	@@${MKDIR} ${DOCSDIR}
. for f in ${PORTDOCS}
	${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
. endfor
@


1.14
log
@- Update/add mirrors

Reported by:	fenner's distfile survey
@
text
@d9 1
a9 1
PORTVERSION=	0.9.5
@


1.13
log
@- Update to 0.9.5
@
text
@d11 1
a11 1
MASTER_SITES=	SAVANNAH
@


1.12
log
@- Update to 0.9.4
@
text
@d9 1
a9 1
PORTVERSION=	0.9.4
d11 1
a11 1
MASTER_SITES=	SF
d18 1
@


1.11
log
@- Provide additional mirrors where needed
- Convert to "magic" master sites
- Various minor portlint-prodded fixes
@
text
@d9 1
a9 1
PORTVERSION=	0.9.3
@


1.10
log
@Update my e-mail address

Approved by:	krion (mentor, implicit)
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}
@


1.9
log
@Submitter offered to maintain the port. Forgot this last commit.

PR:		ports/95797
Submitted by:	Andrew Pantyukhin <infofarmer@@gmail.com>
@
text
@d14 1
a14 1
MAINTAINER=	infofarmer@@gmail.com
@


1.8
log
@- Update to 0.9.3
- portlint(1)

PR:		ports/95797
Submitted by:	Andrew Pantyukhin <infofarmer@@gmail.com>
@
text
@d14 1
a14 1
MAINTAINER=	ports@@FreeBSD.org
@


1.7
log
@Reset vsevolod as maintainer due to unreponsiveness.  We hope to see him
back sometime.

Hat:		portmgr
@
text
@d9 1
a9 1
PORTVERSION=	0.9.2
d12 1
a12 1
MASTER_SITE_SUBDIR=	cmdftp
d17 2
a18 3
USE_REINPLACE=yes
GNU_CONFIGURE=yes
USE_GMAKE=yes
d20 2
a21 1
DOCS=	ChangeLog README INSTALL NEWS COPYING AUTHORS
d24 1
a24 3
	${INSTALL_PROGRAM} ${WRKSRC}/cmdftp ${PREFIX}/bin

post-install:
d27 3
a29 1
	cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
@


1.6
log
@Update my email address.

Approved by:	perky (mentor)
@
text
@d14 1
a14 1
MAINTAINER=	vsevolod@@FreeBSD.org
@


1.5
log
@- update to 0.9.2
- pass maintainership to submitter

PR:		83063
Submitted by:	Vsevolod Stakhov <vsevolod@@highsecure.ru>
Approved by:	Andreas Fehlner (former maintainer)
@
text
@d14 1
a14 1
MAINTAINER=	vsevolod@@highsecure.ru
@


1.4
log
@- Update to 0.9.0

PR:		ports/79020
Submitted by:	maintainer
@
text
@d9 1
a9 1
PORTVERSION=	0.9.0
d14 1
a14 1
MAINTAINER=	fehlner@@gmx.de
@


1.3
log
@[MAINTAINER] ftp/cmdftp: update to 0.8.0

	- Update to 0.8.0

PR:		ports/76098
Submitted by:	Andreas Fehlner <fehlner@@gmx.de>
@
text
@d9 1
a9 1
PORTVERSION=	0.8.0
@


1.2
log
@- Update to 0.7.3

PR:		ports/62176
Submitted by:	Andreas Fehlner <fehlner@@gmx.de> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.7.3
d17 3
a19 1
USE_REINPLACE=	yes
d21 1
a21 7
DOCS=	CHANGELOG README RELEASE

post-patch:
	@@${MV} ${WRKSRC}/makefile ${WRKSRC}/Makefile
	@@${REINPLACE_CMD} -e 's|^CC|#CC|g ; \
		s|^CFLAGS|#CFLAGS|g ; \
		s|^PREFIX|#PREFIX|g' ${WRKSRC}/Makefile
@


1.1
log
@Add cmdftp 0.7.2,

cmdftp is a command line FTP client for Unix systems that
features shell-like functions, passive mode, local and remote
transparent modes, broken connection resumption, multiple and
recursive file transfers, auto-login, and more.

PR:		60759
Submitted by:	Andreas Fehlner <fehlner@@gmx.de>
@
text
@d9 1
a9 1
PORTVERSION=	0.7.2
@

