ports/opt (2.4): sshfs-fuse: update to 2.0
commit 3fa7b3279165e4efef5020a8517046b78aa6b5d6 Author: Juergen Daubert <jue@jue.li> Date: Fri Apr 25 15:05:31 2008 +0200 sshfs-fuse: update to 2.0 diff --git a/sshfs-fuse/.md5sum b/sshfs-fuse/.md5sum index 13d3fa8..808a707 100644 --- a/sshfs-fuse/.md5sum +++ b/sshfs-fuse/.md5sum @@ -1,2 +1 @@ -05c3da4fa0f673f7ce5f480b3023af61 sshfs-fuse-1.9.tar.gz -7e8e223b792d4fcdbf39a045f0e022dd sshfs.1 +62ec074ba31e6275f43366b900a0cdc0 sshfs-fuse-2.0.tar.gz diff --git a/sshfs-fuse/Pkgfile b/sshfs-fuse/Pkgfile index 99947e9..3e781c0 100644 --- a/sshfs-fuse/Pkgfile +++ b/sshfs-fuse/Pkgfile @@ -5,15 +5,13 @@ # Depends on: fuse, glib name=sshfs-fuse -version=1.9 +version=2.0 release=1 -source=(http://dl.sourceforge.net/sourceforge/fuse/$name-$version.tar.gz \ - sshfs.1) +source=(http://dl.sourceforge.net/sourceforge/fuse/$name-$version.tar.gz) build() { cd $name-$version - ./configure --prefix=/usr --disable-sshnodelay + ./configure --prefix=/usr --mandir=/usr/man make make DESTDIR=$PKG install - install -D -m 644 $SRC/sshfs.1 $PKG/usr/man/man1/sshfs.1 } diff --git a/sshfs-fuse/sshfs.1 b/sshfs-fuse/sshfs.1 deleted file mode 100644 index 937383e..0000000 --- a/sshfs-fuse/sshfs.1 +++ /dev/null @@ -1,161 +0,0 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. -.TH SSHFS "1" "March 2006" "SSHFS version 1.6" "User Commands" -.SH NAME -SSHFS \- filesystem client based on SSH File Transfer Protocol -.SH DESCRIPTION -usage: sshfs [user@]host:[dir] mountpoint [options] -.SS "general options:" -.TP -\fB\-o\fR opt,[opt...] -mount options -.TP -\fB\-h\fR \fB\-\-help\fR -print help -.TP -\fB\-V\fR \fB\-\-version\fR -print version -.SS "SSHFS options:" -.TP -\fB\-p\fR PORT -equivalent to '\-o port=PORT' -.TP -\fB\-C\fR -equivalent to '\-o compression=yes' -.TP -\fB\-1\fR -equivalent to '\-o ssh_protocol=1' -.TP -\fB\-o\fR reconnect -reconnect to server -.TP -\fB\-o\fR sshfs_sync -synchronous writes -.TP -\fB\-o\fR no_readahead -synchronous reads (no speculative readahead) -.TP -\fB\-o\fR sshfs_debug -print some debugging information -.TP -\fB\-o\fR cache=YESNO -enable caching {yes,no} (default: yes) -.TP -\fB\-o\fR cache_timeout=N -sets timeout for caches in seconds (default: 20) -.TP -\fB\-o\fR cache_X_timeout=N -sets timeout for {stat,dir,link} cache -.TP -\fB\-o\fR workaround=LIST -colon separated list of workarounds -.TP -none -no workarounds enabled -.TP -all -all workarounds enabled -.TP -[no]rename -fix renaming to existing file (default: off) -.TP -[no]nodelay -set nodelay tcp flag in ssh (default: on) -.TP -[no]truncate -fix truncate for old servers (default: off) -.TP -\fB\-o\fR idmap=TYPE -user/group ID mapping, possible types are: -.TP -none -no translation of the ID space (default) -.TP -user -only translate UID of connecting user -.TP -\fB\-o\fR ssh_command=CMD -execute CMD instead of 'ssh' -.TP -\fB\-o\fR ssh_protocol=N -ssh protocol to use (default: 2) -.TP -\fB\-o\fR sftp_server=SERV -path to sftp server or subsystem (default: sftp) -.TP -\fB\-o\fR directport=PORT -directly connect to PORT bypassing ssh -.TP -\fB\-o\fR transform_symlinks -transform absolute symlinks to relative -.TP -\fB\-o\fR SSHOPT=VAL -ssh options (see man ssh_config) -.SS "FUSE options:" -.TP -\fB\-d\fR \fB\-o\fR debug -enable debug output (implies \fB\-f\fR) -.TP -\fB\-f\fR -foreground operation -.TP -\fB\-s\fR -disable multi\-threaded operation -.TP -\fB\-o\fR allow_other -allow access to other users -.TP -\fB\-o\fR allow_root -allow access to root -.TP -\fB\-o\fR nonempty -allow mounts over non\-empty file/dir -.TP -\fB\-o\fR default_permissions enable permission checking by kernel -.TP -\fB\-o\fR fsname=NAME -set filesystem name -.TP -\fB\-o\fR large_read -issue large read requests (2.4 only) -.TP -\fB\-o\fR max_read=N -set maximum size of read requests -.TP -\fB\-o\fR hard_remove -immediate removal (don't hide files) -.TP -\fB\-o\fR use_ino -let filesystem set inode numbers -.TP -\fB\-o\fR readdir_ino -try to fill in d_ino in readdir -.TP -\fB\-o\fR direct_io -use direct I/O -.TP -\fB\-o\fR kernel_cache -cache files in kernel -.TP -\fB\-o\fR umask=M -set file permissions (octal) -.TP -\fB\-o\fR uid=N -set file owner -.TP -\fB\-o\fR gid=N -set file group -.TP -\fB\-o\fR entry_timeout=T -cache timeout for names (1.0s) -.TP -\fB\-o\fR negative_timeout=T -cache timeout for deleted names (0.0s) -.TP -\fB\-o\fR attr_timeout=T -cache timeout for attributes (1.0s) -.SS "Unmounting filesystem:" -.TP -To unmount filesystem you have to use a part of fuse-utils package: -.TP -fusermount -u /mount/point -.PP
participants (1)
-
crux@crux.nu