Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 14F727ACD3 for ; Tue, 1 Mar 2016 11:30:09 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 5C61685E89; Tue, 1 Mar 2016 11:30:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DE82185E1E for ; Tue, 1 Mar 2016 11:30:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id BZ3DSET8f_UQ for ; Tue, 1 Mar 2016 11:30:07 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 840EF85DFF for ; Tue, 1 Mar 2016 11:30:07 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7F43CFBB7; Tue, 1 Mar 2016 11:30:07 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Tue, 1 Mar 2016 11:30:07 +0000 From: "Julio Merino" Subject: CVS commit: pkgsrc/filesystems/fuse-sshfs To: pkgsrc-changes@NetBSD.org Reply-To: jmmv@netbsd.org X-Mailer: log_accum Message-Id: <20160301113007.7F43CFBB7@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: jmmv Date: Tue Mar 1 11:30:07 UTC 2016 Added Files: pkgsrc/filesystems/fuse-sshfs: DESCR Makefile PLIST distinfo Log Message: Initial addition of fuse-sshfs, version 2.6: 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. There were some limitations in that codebase, and this implementation features: - Based on FUSE - Multithreading - Large reads (max 64k) - Caching directory contents - Reconnect on failure To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/filesystems/fuse-sshfs/DESCR \ pkgsrc/filesystems/fuse-sshfs/Makefile \ pkgsrc/filesystems/fuse-sshfs/PLIST \ pkgsrc/filesystems/fuse-sshfs/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.