From e14f6060ff423a60778f8e246cfe93e79bfa5353 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 19 Nov 2004 16:53:57 +0000 Subject: Remove sftp -- it is obsolete since openssh comes with an sftp client, and the author does not maintain it any longer. --- net/sftp/DESCR | 7 ------- net/sftp/Makefile | 26 -------------------------- net/sftp/PLIST | 6 ------ net/sftp/distinfo | 5 ----- net/sftp/patches/patch-aa | 12 ------------ 5 files changed, 56 deletions(-) delete mode 100644 net/sftp/DESCR delete mode 100644 net/sftp/Makefile delete mode 100644 net/sftp/PLIST delete mode 100644 net/sftp/distinfo delete mode 100644 net/sftp/patches/patch-aa (limited to 'net/sftp') diff --git a/net/sftp/DESCR b/net/sftp/DESCR deleted file mode 100644 index 52aeb57b819..00000000000 --- a/net/sftp/DESCR +++ /dev/null @@ -1,7 +0,0 @@ -sftp is an ftp replacement that runs over an ssh tunnel. Two programs -are included - sftp and sftpserv. When sftp is run and a host is -connected to (either by running 'sftp remotehost' or 'open remotehost' -from the sftp prompt), an ssh connection is initiated to the remote -host, and sftpserv is run. So, sftpserv must be in your path on -the remote host. Note that since sftpserv is run from ssh, no root -privileges are necessary. diff --git a/net/sftp/Makefile b/net/sftp/Makefile deleted file mode 100644 index 2be349eb90e..00000000000 --- a/net/sftp/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# $NetBSD: Makefile,v 1.12 2004/10/03 00:17:58 tv Exp $ -# - -DISTNAME= sftp-0.5 -PKGREVISION= 1 -CATEGORIES= net security -MASTER_SITES= ftp://ftp.xbill.org/pub/sftp/ - -MAINTAINER= hubertf@NetBSD.org -HOMEPAGE= http://www.xbill.org/sftp/ -COMMENT= Ftp replacement that runs over an ssh tunnel - -CONFLICTS= openssh-[0-9]* - -USE_BUILDLINK3= YES -GNU_CONFIGURE= YES - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/rsftp ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/sftp ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/sftpserv ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/sftp.1 ${PREFIX}/man/man1/sftp.1 - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/README.sftp - -.include "../../devel/readline/buildlink3.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/net/sftp/PLIST b/net/sftp/PLIST deleted file mode 100644 index b1de6b02995..00000000000 --- a/net/sftp/PLIST +++ /dev/null @@ -1,6 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:58:53 zuntum Exp $ -bin/rsftp -bin/sftp -bin/sftpserv -man/man1/sftp.1 -share/doc/README.sftp diff --git a/net/sftp/distinfo b/net/sftp/distinfo deleted file mode 100644 index fa228ce76d5..00000000000 --- a/net/sftp/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -$NetBSD: distinfo,v 1.3 2002/06/10 06:49:08 cjep Exp $ - -SHA1 (sftp-0.5.tar.gz) = e75571e46eda19da1b42fdd5d642822b3e302b84 -Size (sftp-0.5.tar.gz) = 26072 bytes -SHA1 (patch-aa) = 1806fd8d4ddbf34d67aa139689aadf41b3e1bb3d diff --git a/net/sftp/patches/patch-aa b/net/sftp/patches/patch-aa deleted file mode 100644 index 6afd608e9c9..00000000000 --- a/net/sftp/patches/patch-aa +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-aa,v 1.2 2002/06/10 06:49:09 cjep Exp $ - ---- Makefile.in.orig Thu Nov 18 01:14:12 1999 -+++ Makefile.in -@@ -1,6 +1,6 @@ - CC = @CC@ - CFLAGS = @CFLAGS@ --LIBS = @LIBS@ -+LIBS = -ledit -ltermcap - - all: sftp rsftp sftpserv - -- cgit v1.2.3