pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net Remove sftp -- it is obsolete since openssh comes ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3ce61bed7f7c
branches:  trunk
changeset: 483805:3ce61bed7f7c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Nov 19 16:53:57 2004 +0000

description:
Remove sftp -- it is obsolete since openssh comes with an sftp client,
and the author does not maintain it any longer.

diffstat:

 net/Makefile              |   3 +--
 net/sftp/DESCR            |   7 -------
 net/sftp/Makefile         |  26 --------------------------
 net/sftp/PLIST            |   6 ------
 net/sftp/distinfo         |   5 -----
 net/sftp/patches/patch-aa |  12 ------------
 6 files changed, 1 insertions(+), 58 deletions(-)

diffs (93 lines):

diff -r 35af36701075 -r 3ce61bed7f7c net/Makefile
--- a/net/Makefile      Fri Nov 19 16:44:39 2004 +0000
+++ b/net/Makefile      Fri Nov 19 16:53:57 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.517 2004/11/19 16:44:07 wiz Exp $
+# $NetBSD: Makefile,v 1.518 2004/11/19 16:53:57 wiz Exp $
 #
 
 COMMENT=       Networking tools
@@ -324,7 +324,6 @@
 SUBDIR+=       sdig
 SUBDIR+=       sdist
 SUBDIR+=       sendfile
-SUBDIR+=       sftp
 SUBDIR+=       sharity-light
 SUBDIR+=       sipcalc
 SUBDIR+=       sitescooper
diff -r 35af36701075 -r 3ce61bed7f7c net/sftp/DESCR
--- a/net/sftp/DESCR    Fri Nov 19 16:44:39 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 35af36701075 -r 3ce61bed7f7c net/sftp/Makefile
--- a/net/sftp/Makefile Fri Nov 19 16:44:39 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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@localhost
-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 -r 35af36701075 -r 3ce61bed7f7c net/sftp/PLIST
--- a/net/sftp/PLIST    Fri Nov 19 16:44:39 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 35af36701075 -r 3ce61bed7f7c net/sftp/distinfo
--- a/net/sftp/distinfo Fri Nov 19 16:44:39 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 35af36701075 -r 3ce61bed7f7c net/sftp/patches/patch-aa
--- a/net/sftp/patches/patch-aa Fri Nov 19 16:44:39 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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
- 



Home | Main Index | Thread Index | Old Index