head	1.24;
access;
symbols
	RELEASE_6_0_0:1.21
	RELEASE_5_4_0:1.21
	RELEASE_4_11_0:1.21
	RELEASE_5_3_0:1.21
	RELEASE_4_10_0:1.21
	RELEASE_5_2_1:1.20
	RELEASE_5_2_0:1.20
	RELEASE_4_9_0:1.20
	RELEASE_5_1_0:1.19
	RELEASE_4_8_0:1.19
	RELEASE_5_0_0:1.16
	RELEASE_4_7_0:1.14
	RELEASE_4_6_2:1.13
	RELEASE_4_6_1:1.13
	RELEASE_4_6_0:1.13
	RELEASE_5_0_DP1:1.13
	RELEASE_4_5_0:1.11
	RELEASE_4_4_0:1.10
	RELEASE_4_3_0:1.10
	RELEASE_4_2_0:1.9
	RELEASE_4_1_1:1.8
	RELEASE_4_1_0:1.7
	RELEASE_3_5_0:1.6
	RELEASE_4_0_0:1.3;
locks; strict;
comment	@# @;


1.24
date	2005.12.20.19.45.12;	author cy;	state dead;
branches;
next	1.23;

1.23
date	2005.11.30.22.12.05;	author cy;	state Exp;
branches;
next	1.22;

1.22
date	2005.11.19.20.59.12;	author cy;	state Exp;
branches;
next	1.21;

1.21
date	2004.01.22.11.05.55;	author trevor;	state Exp;
branches;
next	1.20;

1.20
date	2003.07.05.19.01.41;	author marcus;	state Exp;
branches;
next	1.19;

1.19
date	2003.03.07.06.02.05;	author ade;	state Exp;
branches;
next	1.18;

1.18
date	2003.02.22.16.12.20;	author nork;	state Exp;
branches;
next	1.17;

1.17
date	2003.02.12.05.49.13;	author cy;	state Exp;
branches;
next	1.16;

1.16
date	2002.11.10.16.46.00;	author lioux;	state Exp;
branches;
next	1.15;

1.15
date	2002.11.07.05.46.01;	author cy;	state Exp;
branches;
next	1.14;

1.14
date	2002.08.21.17.38.37;	author cy;	state Exp;
branches;
next	1.13;

1.13
date	2002.03.15.15.17.58;	author cy;	state Exp;
branches;
next	1.12;

1.12
date	2002.01.29.10.53.24;	author knu;	state Exp;
branches;
next	1.11;

1.11
date	2001.11.29.04.55.48;	author cy;	state Exp;
branches;
next	1.10;

1.10
date	2001.02.26.04.43.24;	author steve;	state Exp;
branches;
next	1.9;

1.9
date	2000.10.08.00.58.54;	author asami;	state Exp;
branches;
next	1.8;

1.8
date	2000.09.02.14.09.42;	author sobomax;	state Exp;
branches;
next	1.7;

1.7
date	2000.06.27.15.24.31;	author alex;	state Exp;
branches;
next	1.6;

1.6
date	2000.05.01.10.34.31;	author knu;	state Exp;
branches;
next	1.5;

1.5
date	2000.04.22.09.57.36;	author mharo;	state Exp;
branches;
next	1.4;

1.4
date	2000.04.12.05.31.21;	author mharo;	state Exp;
branches;
next	1.3;

1.3
date	2000.02.08.15.06.05;	author taoka;	state Exp;
branches;
next	1.2;

1.2
date	2000.01.24.06.21.42;	author steve;	state Exp;
branches;
next	1.1;

1.1
date	99.12.31.02.27.03;	author steve;	state Exp;
branches;
next	;


desc
@@


1.24
log
@Remove the sftp port as it is no longer supported by its author.
May it rest in peace.
@
text
@# New ports collection makefile for:	sftp
# Date created:		30 December 1999
# Whom:			Cy Shubert <Cy.Shubert@@uumail.gov.bc.ca>
#
# $FreeBSD: ports/ftp/sftp/Makefile,v 1.23 2005/11/30 22:12:05 cy Exp $
#

PORTNAME=	sftp
PORTVERSION=	0.9.9
CATEGORIES=	ftp security
MASTER_SITES=	http://www.komquats.com/distfiles/

MAINTAINER=	cy@@FreeBSD.org
COMMENT=	An ftp replacement that runs over an ssh tunnel
DEPRECATED=	yes
EXPIRATION_DATE=	2005-12-16

.include <bsd.port.pre.mk>

.if ${OSVERSION} < 400014
RUN_DEPENDS=	ssh:${PORTSDIR}/security/openssh
.endif

GNU_CONFIGURE=	yes

MAN1=		secftp.1

PLIST=		${WRKDIR}/.PLIST

pre-install:
	@@${CP} ${PKGDIR}/pkg-plist.in ${PLIST}.unsorted
	@@if [ ! -f ${PREFIX}/bin/sftp ]; then \
		${ECHO_CMD} bin/sftp >> ${PLIST}.unsorted; \
		${ECHO_CMD} man/man1/sftp.1.gz >> ${PLIST}.unsorted; \
	fi
	@@${SORT} -u ${PLIST}.unsorted > ${PLIST}

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/sftp ${PREFIX}/bin/secftp
	${LN} -s ${PREFIX}/bin/secftp ${PREFIX}/bin/rsftp
	${INSTALL_PROGRAM} ${WRKSRC}/sftpserv ${PREFIX}/bin/sftpserv
	${INSTALL_MAN} ${WRKSRC}/sftp.1 ${PREFIX}/man/man1/secftp.1
	@@if [ ! -f ${PREFIX}/bin/sftp ]; then \
		${ECHO} "No other sftp found, linking sftp to secftp"; \
		${LN} -s ${PREFIX}/bin/secftp ${PREFIX}/bin/sftp; \
		${LN} -s ${PREFIX}/man/man1/secftp.1.gz ${PREFIX}/man/man1/sftp.1.gz; \
	else \
		${ECHO} "Other sftp found, not linking sftp to secftp"; \
	fi

.include <bsd.port.post.mk>
@


1.23
log
@1. Remove reference to defunct website in pkg-descr.

2. Add SHA256 as per PR 89773.

3. Adjust port removal date. I will remove the distfile from my website
   on that date.

PR:		89773
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.22
log
@Remove the original author's website as a source for the distfile, as he no
longer supports it. Functionality of this port is provided by the
OpenSSH port and in the base system. Mark this port deprecated and
scheduled to be removed on March 3, 2006.
@
text
@d16 1
a16 1
EXPIRATION_DATE=	2006-03-01
@


1.21
log
@Use the SORT macro from bsd.port.mk.
@
text
@d11 1
a11 2
MASTER_SITES=	ftp://ftp.xbill.org/pub/sftp/old/ \
		http://www.komquats.com/distfiles/
d15 2
@


1.20
log
@Generate plist either statically or before do-install phase for
compatibility with upcoming bsd.port.mk patches.

Submitted by:	Sergey Matveychuk <sem@@ciam.ru>
@
text
@d35 1
a35 1
	@@sort -u ${PLIST}.unsorted > ${PLIST}
@


1.19
log
@Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
@
text
@d29 8
a41 1
	${CP} ${PKGDIR}/pkg-plist.in ${PLIST}.unsorted
a45 2
		${ECHO_CMD} bin/sftp >> ${PLIST}.unsorted; \
		${ECHO_CMD} man/man1/sftp.1.gz >> ${PLIST}.unsorted; \
a48 1
	@@sort -u ${PLIST}.unsorted > ${PLIST}
@


1.18
log
@Remove RESTRICTED tag for crypto stuff.

Approved by:	kris (implicitly)
@
text
@d15 1
@


1.17
log
@Add MASTER_SITE
@
text
@a21 2
RESTRICTED=	"Calls external cryptographic routines."

@


1.16
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
@d11 2
a12 1
MASTER_SITES=	ftp://ftp.xbill.org/pub/sftp/old/
@


1.15
log
@Use PORTCOMMENT.
@
text
@a14 2
PORTCOMMENT=	An ftp replacement that runs over an ssh tunnel

@


1.14
log
@Master site subdirectory has changed.

Noticed by:	bento
@
text
@d15 2
@


1.13
log
@Change MAINTAINER from me at work to me at FreeBSD.org.
@
text
@d11 1
a11 1
MASTER_SITES=	ftp://ftp.xbill.org/pub/sftp/
@


1.12
log
@Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.

Use command macros where appropriate.
@
text
@d13 1
a13 1
MAINTAINER=	Cy.Schubert@@uumail.gov.bc.ca
@


1.11
log
@Update to sftp 0.9.9.

Reviewed by:	nectar
Approved by:	nectar
@
text
@d39 2
a40 2
		${ECHO} bin/sftp >> ${PLIST}.unsorted; \
		${ECHO} man/man1/sftp.1.gz >> ${PLIST}.unsorted; \
@


1.10
log
@Allow sftp to interoperate with gftp.

PR:		25034
Submitted by:	maintainer
@
text
@d5 1
a5 1
# $FreeBSD: ports/ftp/sftp/Makefile,v 1.9 2000/10/08 00:58:54 asami Exp $
d9 1
a9 2
PORTVERSION=	0.9.6
PORTREVISION=	1
@


1.9
log
@Rename PLIST.in to pkg-plist.in.
@
text
@d5 1
a5 1
# $FreeBSD: ports/ftp/sftp/Makefile,v 1.8 2000/09/02 14:09:42 sobomax Exp $
d10 1
a24 1
CONFIGURE_ARGS=	--enable-remotepath=${PREFIX}/libexec
d33 1
a33 1
	${INSTALL_PROGRAM} ${WRKSRC}/sftpserv ${PREFIX}/libexec/sftpserv
@


1.8
log
@Update to 0.9.6.

PR:		20962
Submitted by:	maintainer
@
text
@d5 1
a5 1
# $FreeBSD: ports/ftp/sftp/Makefile,v 1.7 2000/06/27 15:24:31 alex Exp $
d35 1
a35 1
	${CP} ${PKGDIR}/PLIST.in ${PLIST}.unsorted
@


1.7
log
@Update to 0.9.5

PR:		19500
Submitted by:	maintainer
@
text
@d5 1
a5 1
# $FreeBSD: ports/ftp/sftp/Makefile,v 1.6 2000/05/01 10:34:31 knu Exp $
d9 1
a9 1
PORTVERSION=	0.9.5
@


1.6
log
@Update to 0.9.4.
Stop registering ssh dependency on systems posterior to 4.0-RELEASE.

PR:		ports/18320
Submitted by:	R,Ai(Bmi Guyomarch <rguyom@@321.net>
@
text
@d5 1
a5 1
# $FreeBSD: ports/ftp/sftp/Makefile,v 1.5 2000/04/22 09:57:36 mharo Exp $
d9 1
a9 1
PORTVERSION=	0.9.4
@


1.5
log
@whitespace nits
@
text
@d5 1
a5 1
# $FreeBSD: ports/ftp/sftp/Makefile,v 1.4 2000/04/12 05:31:21 mharo Exp $
d9 1
a9 1
PORTVERSION=	0.7
d15 3
d19 1
d24 1
a24 3

CONFIGURE_ARGS+=	--prefix=${PREFIX} \
			--enable-remotepath=${PREFIX}/libexec
d47 1
a47 1
.include <bsd.port.mk>
@


1.4
log
@PORTNAME/PORTVERSION stuff
@
text
@d5 1
a5 1
# $FreeBSD: ports/ftp/sftp/Makefile,v 1.3 2000/02/08 15:06:05 taoka Exp $
d19 1
a19 1
GNU_CONFIGURE=  yes
@


1.3
log
@Update to 0.7

PR: 16504
Submitted by: maintainer
@
text
@a1 1
# Version required:	0.7
d5 1
a5 1
# $FreeBSD: ports/ftp/sftp/Makefile,v 1.2 2000/01/24 06:21:42 steve Exp $
d8 2
a9 1
DISTNAME=	sftp-0.7
@


1.2
log
@Update to version 0.6.

PR:		16069
Submitted by:	maintainer
@
text
@d2 1
a2 1
# Version required:	0.6
d6 1
a6 1
# $FreeBSD: ports/ftp/sftp/Makefile,v 1.1 1999/12/31 02:27:03 steve Exp $
d9 1
a9 1
DISTNAME=	sftp-0.6
d26 1
a26 1
PLIST=		${WRKDIR}/PLIST
d33 1
a33 1
	@@${CP} ${PKGDIR}/PLIST ${PLIST}
d38 2
a39 1
		@@${ECHO} bin/sftp >> ${PLIST}; \
d43 1
@


1.1
log
@Adding sftp version 0.5.
An ftp(1) replacement that runs over an ssh tunnel.

PR:		15777
Submitted by:	Cy Shubert <Cy.Shubert@@uumail.gov.bc.ca>
@
text
@d2 1
a2 1
# Version required:	0.5
d6 1
a6 1
# $FreeBSD$
d9 1
a9 1
DISTNAME=	sftp-0.5
d24 3
a26 1
MAN1=		sftp.1
d29 2
a30 2
	${INSTALL_PROGRAM} ${WRKSRC}/sftp ${PREFIX}/bin/sftp
	${LN} -s ${PREFIX}/bin/sftp ${PREFIX}/bin/rsftp
d32 10
a41 1
	${INSTALL_MAN} ${WRKSRC}/sftp.1 ${PREFIX}/man/man1
@

