summaryrefslogtreecommitdiff
path: root/net/sftp
diff options
context:
space:
mode:
authorwiz <wiz>2004-11-19 16:53:57 +0000
committerwiz <wiz>2004-11-19 16:53:57 +0000
commite14f6060ff423a60778f8e246cfe93e79bfa5353 (patch)
treef565a6088bea91fafe206aac6921e553d90fec1d /net/sftp
parentdb56e0a5369e685ac1322d7484384d2f420bdb51 (diff)
downloadpkgsrc-e14f6060ff423a60778f8e246cfe93e79bfa5353.tar.gz
Remove sftp -- it is obsolete since openssh comes with an sftp client,
and the author does not maintain it any longer.
Diffstat (limited to 'net/sftp')
-rw-r--r--net/sftp/DESCR7
-rw-r--r--net/sftp/Makefile26
-rw-r--r--net/sftp/PLIST6
-rw-r--r--net/sftp/distinfo5
-rw-r--r--net/sftp/patches/patch-aa12
5 files changed, 0 insertions, 56 deletions
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
-