head	1.20;
access;
symbols
	RELEASE_8_3_0:1.17
	RELEASE_9_0_0:1.17
	RELEASE_7_4_0:1.17
	RELEASE_8_2_0:1.17
	RELEASE_6_EOL:1.17
	RELEASE_8_1_0:1.17
	RELEASE_7_3_0:1.16
	RELEASE_8_0_0:1.16
	RELEASE_7_2_0:1.15
	RELEASE_7_1_0:1.15
	RELEASE_6_4_0:1.15
	RELEASE_5_EOL:1.15
	RELEASE_7_0_0:1.15
	RELEASE_6_3_0:1.15
	PRE_XORG_7:1.14
	RELEASE_4_EOL:1.14
	RELEASE_6_2_0:1.14
	RELEASE_6_1_0:1.13
	RELEASE_5_5_0:1.13
	RELEASE_6_0_0:1.13
	RELEASE_5_4_0:1.13
	RELEASE_4_11_0:1.13
	RELEASE_5_3_0:1.12
	RELEASE_4_10_0:1.11
	RELEASE_5_2_1:1.8
	RELEASE_5_2_0:1.8
	RELEASE_4_9_0:1.8
	RELEASE_5_1_0:1.8
	RELEASE_4_8_0:1.7
	RELEASE_5_0_0:1.6
	RELEASE_4_7_0:1.4
	RELEASE_4_6_2:1.4
	RELEASE_4_6_1:1.4
	RELEASE_4_6_0:1.4
	RELEASE_5_0_DP1:1.4
	RELEASE_4_5_0:1.4
	RELEASE_4_4_0:1.4
	RELEASE_4_3_0:1.4
	RELEASE_4_2_0:1.3
	RELEASE_4_1_1:1.2
	RELEASE_4_1_0:1.1;
locks; strict;
comment	@# @;


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

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

1.18
date	2012.06.12.10.34.43;	author bapt;	state Exp;
branches;
next	1.17;

1.17
date	2010.06.21.11.39.49;	author osa;	state Exp;
branches;
next	1.16;

1.16
date	2009.08.28.16.52.23;	author linimon;	state Exp;
branches;
next	1.15;

1.15
date	2007.06.14.22.30.59;	author beech;	state Exp;
branches;
next	1.14;

1.14
date	2006.06.24.09.59.53;	author erwin;	state Exp;
branches;
next	1.13;

1.13
date	2004.10.12.12.50.09;	author krion;	state Exp;
branches;
next	1.12;

1.12
date	2004.08.20.22.29.47;	author pav;	state Exp;
branches;
next	1.11;

1.11
date	2004.02.29.17.26.47;	author naddy;	state Exp;
branches;
next	1.10;

1.10
date	2004.02.05.20.37.09;	author trevor;	state Exp;
branches;
next	1.9;

1.9
date	2003.12.07.15.55.57;	author krion;	state Exp;
branches;
next	1.8;

1.8
date	2003.05.17.15.56.22;	author petef;	state Exp;
branches;
next	1.7;

1.7
date	2003.02.20.17.24.11;	author knu;	state Exp;
branches;
next	1.6;

1.6
date	2002.11.10.16.45.59;	author lioux;	state Exp;
branches;
next	1.5;

1.5
date	2002.11.06.22.44.54;	author adamw;	state Exp;
branches;
next	1.4;

1.4
date	2000.11.21.16.30.13;	author kevlo;	state Exp;
branches;
next	1.3;

1.3
date	2000.11.13.13.58.48;	author kevlo;	state Exp;
branches;
next	1.2;

1.2
date	2000.08.18.13.12.45;	author jedgar;	state Exp;
branches;
next	1.1;

1.1
date	2000.07.04.03.55.39;	author will;	state Exp;
branches;
next	;


desc
@@


1.20
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/308875
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r308875 | araujo | 2012-12-14 02:31:55 +0000 (Fri, 14 Dec 2012) | 9 lines
## SVN ##
## SVN ## - Support USE_READLINE.
## SVN ## - Add LICENSE.
## SVN ## - Add MAKE_JOBS_SAFE.
## SVN ## - Trim header.
## SVN ## - Convert to new option framework.
## SVN ##
## SVN ## PR:		ports/171998
## SVN ## Submitted by:	KATO Tsuguru <tkato432@@yahoo.com>
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# Created by: will
# $FreeBSD: head/ftp/hsftp/Makefile 308875 2012-12-14 02:31:55Z araujo $

PORTNAME=	hsftp
PORTVERSION=	1.15
PORTREVISION=	1
CATEGORIES=	ftp
MASTER_SITES=	http://la-samhna.de/hsftp/ \
		http://www.alaskaparadise.com/freebsd/

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	FTP emulator that uses ssh to transport commands/data

LICENSE=	GPLv2

OPTIONS_DEFINE=	OPENSSH READLINE
OPTIONS_DEFAULT=READLINE
OPENSSH_DESC=	Build with OpenSSH support
READLINE_DESC=	Enable readline support

GNU_CONFIGURE=	yes
MAKEFILE=	makefile
MAKE_JOBS_SAFE=	yes

MAN1=		hsftp.1
PLIST_FILES=	bin/hsftp

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MOPENSSH}
RUN_DEPENDS+=	ssh:${PORTSDIR}/security/openssh-portable
CONFIGURE_ARGS+=	--with-openssh
.endif

.if ${PORT_OPTIONS:MREADLINE}
USE_READLINE=	yes
CONFIGURE_ARGS+=	--with-readline
.endif

pre-patch:
	${REINPLACE_CMD} -e '2343d' ${WRKSRC}/configure

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/hsftp ${PREFIX}/bin
	${INSTALL_MAN} ${WRKSRC}/hsftp.1 ${MANPREFIX}/man/man1

.include <bsd.port.mk>
@


1.19
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	hsftp
# Date created:				Mon 03 Jul 2000
# Whom:					will
#
# $FreeBSD: head/ftp/hsftp/Makefile 300896 2012-07-14 13:54:48Z beat $
#
d14 7
a21 1
CONFIGURE_ARGS=	--with-readline
d23 2
a27 3
OPTIONS_DEFINE=	OPENSSH
OPENSSH_DESC=	Build with OpenSSH support

d31 1
a31 1
RUN_DEPENDS+=	ssh:${PORTSDIR}/security/openssh
d35 5
@


1.18
log
@Convert to new options framework
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.17
log
@Fix build.
Bump PORTREVISION.
Feature safe:	yes

Spotted by:	QAT via itetcu
Tested by:	Andrew Kochetkov aka kochetkov.andrew at gmail dot com
@
text
@d24 2
a25 1
OPTIONS=	OPENSSH "Build with OpenSSH support" off
d27 1
a27 1
.include <bsd.port.pre.mk>
d29 1
a29 1
.if defined(WITH_OPENSSH)
d41 1
a41 1
.include <bsd.port.post.mk>
@


1.16
log
@Reset beech@@FreeBSD.org while he works on restoring his email situation.

Hat:		portmgr
@
text
@d10 1
d33 3
@


1.15
log
@- Update maintainer address.
@
text
@d14 1
a14 1
MAINTAINER=	beech@@FreeBSD.org
@


1.14
log
@- Request Maintainership
- Added mirror
- Petted portlint

PR:		99395
Submitted by:	Beech Rintoul <beech@@alaskaparadise.com>
@
text
@d14 1
a14 1
MAINTAINER=	beech@@alaskaparadise.com
@


1.13
log
@Update to version 1.15

PR:		ports/72527
Submitted by:	Ports Fury
@
text
@d11 2
a12 1
MASTER_SITES=	http://la-samhna.de/hsftp/
d14 1
a14 1
MAINTAINER=	ports@@FreeBSD.org
@


1.12
log
@- Convert to OPTIONS

PR:		ports/70723
Submitted by:	Ying-Chieh Chen <yinjieh@@csie.nctu.edu.tw>
@
text
@d9 1
a9 1
PORTVERSION=	1.14
@


1.11
log
@* Update to 1.14 which fixes format string vulnerabilities.
* No longer mirrored on sunsite.
@
text
@d22 4
d27 1
a27 1
RUN_DEPENDS=	ssh:${PORTSDIR}/security/openssh
a30 12
pre-everything::
.if !defined(WITH_OPENSSH)
	@@${ECHO_MSG}
	@@${ECHO_MSG} "If you would like build hsftp with OpenSSH support"
	@@${ECHO_MSG} "you must set the variable WITH_OPENSSH"
	@@${ECHO_MSG}
.else
	@@${ECHO_MSG}
	@@${ECHO_MSG} "Building hsftp with OpenSSH support"
	@@${ECHO_MSG}
.endif

d35 1
a35 1
.include <bsd.port.mk>
@


1.10
log
@Use PLIST_FILES.

Reviewed by:	marcus
@
text
@d9 1
a9 1
PORTVERSION=	1.13
d11 1
a11 3
MASTER_SITES=	http://la-samhna.de/hsftp/ \
		${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR=	system/network/file-transfer
@


1.9
log
@- Update to version 1.13

PR:		60008
Submitted by:	Ports Fury
@
text
@d22 1
@


1.8
log
@Update to 1.12.

PR:		51368
Submitted by:	Ports Fury
@
text
@d9 1
a9 1
PORTVERSION=	1.12
d28 1
a28 1
pre-fetch:
@


1.7
log
@De-pkg-comment.
@
text
@d9 1
a9 1
PORTVERSION=	1.11
@


1.6
log
@o Rollback PORTCOMMENT modifications while this feature's implementation
  is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
@
text
@d16 1
@


1.5
log
@Use PORTCOMMENT in the Makefile, and whack the pkg-comment.

Approved by:	pat
@
text
@a16 2
PORTCOMMENT=	FTP emulator that uses ssh to transport commands/data

@


1.4
log
@Update to version 1.11

PR: 22992
Submitted by: Ports Fury
@
text
@d5 1
a5 1
# $FreeBSD: ports/ftp/hsftp/Makefile,v 1.3 2000/11/13 13:58:48 kevlo Exp $
d16 2
@


1.3
log
@- Update to version 1.10
- Add WWW

PR: 22812
Submitted by: Ports Fury
@
text
@d5 1
a5 1
# $FreeBSD: ports/ftp/hsftp/Makefile,v 1.2 2000/08/18 13:12:45 jedgar Exp $
d9 1
a9 1
PORTVERSION=	1.10
@


1.2
log
@Update port to 1.9

PR:		20652
Submitted by:	KATO Tsuguru <tkato@@prontomail.ne.jp>
@
text
@d5 1
a5 1
# $FreeBSD: ports/ftp/hsftp/Makefile,v 1.1 2000/07/04 03:55:39 will Exp $
d9 1
a9 1
PORTVERSION=	1.9
d11 2
a12 1
MASTER_SITES=	${MASTER_SITE_SUNSITE}
d22 17
d41 1
a41 1
	${INSTALL_MAN} ${WRKSRC}/hsftp.1 ${PREFIX}/man/man1
@


1.1
log
@Add hsftp, a ftp emulator that provides the look-and-feel of an FTP session
but uses ssh to transport commands and data.  Neat!
@
text
@d5 1
a5 1
# $FreeBSD$
d9 1
a9 1
PORTVERSION=	1.7
d17 1
d20 4
@

