fusefs-sshfs: remove

Newer version in filesystems/fusefs-sshfs
This commit is contained in:
Thomas Klausner 2020-06-16 22:56:58 +02:00
parent f1322f4365
commit 8345d985f3
5 changed files with 18 additions and 52 deletions

View File

@ -191,6 +191,7 @@ SUBDIR+= ascii2binary
SUBDIR+= aspell-dictionaries
SUBDIR+= asql
SUBDIR+= assimp
SUBDIR+= ast-ksh
SUBDIR+= asterisk11-vicidial
SUBDIR+= astguiclient-vicidial
SUBDIR+= atanks
@ -429,6 +430,7 @@ SUBDIR+= clhep
SUBDIR+= cli-git
SUBDIR+= clic
SUBDIR+= cliquer
SUBDIR+= clisp
SUBDIR+= clisp-asdf
SUBDIR+= clisp-hg
SUBDIR+= cloc
@ -561,6 +563,7 @@ SUBDIR+= deadbeef
SUBDIR+= debian_base
SUBDIR+= debian_glib
SUBDIR+= debian_gtk
SUBDIR+= debian_linux
SUBDIR+= debian_x11
SUBDIR+= debootstrap
SUBDIR+= debugger-git
@ -884,7 +887,6 @@ SUBDIR+= fuse-mp3fs
SUBDIR+= fuse-squashfuse
SUBDIR+= fuse-zip
SUBDIR+= fusefs-btfs
SUBDIR+= fusefs-sshfs
SUBDIR+= fusionpbx
SUBDIR+= fvcom2
SUBDIR+= fvcool
@ -1155,6 +1157,7 @@ SUBDIR+= gnuradio-wavelet
SUBDIR+= gnuradio-wxgui
SUBDIR+= gnuradio-zeromq
SUBDIR+= gnutls-guile
SUBDIR+= go
SUBDIR+= go-backoff
SUBDIR+= go-collectd
SUBDIR+= go-dotenv
@ -1188,6 +1191,7 @@ SUBDIR+= google-perftools
SUBDIR+= googlecl
SUBDIR+= gopass
SUBDIR+= gopher-validator-git
SUBDIR+= gopkgdep
SUBDIR+= gpak
SUBDIR+= gplbasic
SUBDIR+= gpsbabel
@ -1623,6 +1627,7 @@ SUBDIR+= ispell-dictionaries
SUBDIR+= itools
SUBDIR+= ja-freewnn-cvs
SUBDIR+= ja-ptex
SUBDIR+= jabberd
SUBDIR+= jabberd14
SUBDIR+= jabref
SUBDIR+= jabref3
@ -1676,6 +1681,7 @@ SUBDIR+= js-Gallery
SUBDIR+= jsl
SUBDIR+= json2tsv-git
SUBDIR+= jsoncpp-git
SUBDIR+= jsonrpc-glib
SUBDIR+= judy
SUBDIR+= julia
SUBDIR+= julius
@ -2153,6 +2159,7 @@ SUBDIR+= mirage
SUBDIR+= miro
SUBDIR+= mixer.tk
SUBDIR+= mixmaster
SUBDIR+= mk
SUBDIR+= mk-configure
SUBDIR+= mkcabal
SUBDIR+= mle
@ -2274,6 +2281,7 @@ SUBDIR+= navi2ch-current
SUBDIR+= navit
SUBDIR+= navit-git
SUBDIR+= nbfc
SUBDIR+= nblood
SUBDIR+= ncbi
SUBDIR+= ncbi-bin
SUBDIR+= ncbi-blast+
@ -2366,7 +2374,7 @@ SUBDIR+= nx-client-bin
SUBDIR+= nxengine-evo
SUBDIR+= nyh-hoc
SUBDIR+= nzbget
SUBDIR+= objfw-git
SUBDIR+= objfw-fossil
SUBDIR+= obmenu
SUBDIR+= obnc
SUBDIR+= obnc-libstd
@ -2917,6 +2925,7 @@ SUBDIR+= pjproject
SUBDIR+= pkg-dev
SUBDIR+= pkg_conflicts
SUBDIR+= pkg_fake
SUBDIR+= pkg_get
SUBDIR+= pkg_rmleaves
SUBDIR+= pkg_summary-utils
SUBDIR+= pkgmanager
@ -2981,6 +2990,7 @@ SUBDIR+= probe
SUBDIR+= procps
SUBDIR+= prodigal
SUBDIR+= profanity
SUBDIR+= progman-git
SUBDIR+= progreiserfs
SUBDIR+= proj
SUBDIR+= proplib
@ -3738,6 +3748,7 @@ SUBDIR+= py-plac
SUBDIR+= py-plete
SUBDIR+= py-plex
SUBDIR+= py-plink
SUBDIR+= py-plotly
SUBDIR+= py-plucker
SUBDIR+= py-pluginbase
SUBDIR+= py-plumbum
@ -3844,6 +3855,7 @@ SUBDIR+= py-quaternions
SUBDIR+= py-quepy
SUBDIR+= py-qutip
SUBDIR+= py-qutrub
SUBDIR+= py-qwt-qt5
SUBDIR+= py-radontea
SUBDIR+= py-rainbownum
SUBDIR+= py-ranger
@ -3870,6 +3882,7 @@ SUBDIR+= py-repoze.tm2
SUBDIR+= py-repoze.who
SUBDIR+= py-requests-cache
SUBDIR+= py-restkit
SUBDIR+= py-retrying
SUBDIR+= py-rf
SUBDIR+= py-rlcompleter2
SUBDIR+= py-rogues
@ -4169,6 +4182,7 @@ SUBDIR+= qrint
SUBDIR+= qrq
SUBDIR+= qrupdate
SUBDIR+= qstat214
SUBDIR+= qt-openzwave
SUBDIR+= qt4-gstreamer
SUBDIR+= qt4-libqtlua
SUBDIR+= qt5-libqtlua
@ -4585,6 +4599,7 @@ SUBDIR+= svnup
SUBDIR+= svrcore
SUBDIR+= swami
SUBDIR+= swarp
SUBDIR+= sway
SUBDIR+= swfmill
SUBDIR+= swftools
SUBDIR+= swift
@ -4903,6 +4918,7 @@ SUBDIR+= vulkan-headers
SUBDIR+= vulkan-loader
SUBDIR+= wackamole
SUBDIR+= waffle
SUBDIR+= wakeonlan
SUBDIR+= wanderer
SUBDIR+= wang-ttf
SUBDIR+= wargus

View File

@ -1,16 +0,0 @@
This is a filesystem client based on the SSH File Transfer Protocol.
Since most SSH servers already support this protocol it is very easy
to set up: i.e. on the server side there's nothing to do. On the
client side mounting the filesystem is as easy as logging into the
server with ssh.
The idea of sshfs was taken from the SSHFS filesystem distributed with
LUFS, which I found very useful. There were some limitations of that
codebase, so I rewrote it. Features of this implementation are:
- Based on FUSE (the best userspace filesystem framework for Linux ;)
- Multithreading: more than one request can be on it's way to the
server
- Allowing large reads (max 64k)
- Caching directory contents
- Reconnect on failure

View File

@ -1,27 +0,0 @@
# $NetBSD: Makefile,v 1.10 2012/11/25 23:32:13 othyro Exp $
#
DISTNAME= sshfs-fuse-1.4
PKGNAME= fuse-sshfs-1.4
PKGREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fuse/}
LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://fuse.sourceforge.net/
COMMENT= Mount remote directories using ssh and FUSE
GNU_CONFIGURE= YES
USE_TOOLS+= gmake pkg-config
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "Linux"
.include "../../wip/bluez-libs/buildlink3.mk"
.endif
.include "../../security/openssl/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../mk/fuse.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View File

@ -1,2 +0,0 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2006/02/12 03:04:43 poppnk Exp $
bin/sshfs

View File

@ -1,5 +0,0 @@
$NetBSD: distinfo,v 1.1.1.1 2006/02/12 03:04:43 poppnk Exp $
SHA1 (sshfs-fuse-1.4.tar.gz) = 9e1e0b52d0facb2c6417810e90090a7871aa3323
RMD160 (sshfs-fuse-1.4.tar.gz) = 73c6241a4cf157ca1a750a5008c48352555ac191
Size (sshfs-fuse-1.4.tar.gz) = 93059 bytes