summaryrefslogtreecommitdiff
path: root/sysutils/fusefs-sshfs/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* filesystems: add new category for file systems and related utilitiesRobert Clausecker2024-11-061-27/+0
| | | | | | | | | | | | | | | | | | The filesystems category houses file systems and file system utilities. It is added mainly to turn the sysutils/fusefs-* pseudo-category into a proper one, but is also useful for the sundry of other file systems related ports found in the tree. Ports that seem like they belong there are moved to the new category. Two ports, sysutils/fusefs-funionfs and sysutils/fusefs-fusepak are not moved as they currently don't fetch and don't have TIMESTAMP set in their distinfo, but that is required to be able to push a rename of the port by the pre-receive hook. Approved by: portmgr (rene) Reviewed by: mat Pull Request: https://github.com/freebsd/freebsd-ports/pull/302 PR: 281988
* sysutils/fusefs-sshfs: Improve FreeBSD supportMuhammad Moinur Rahman2020-06-051-11/+0
| | | | | | | | | | | | | | | | | | - include posix_openpt() usage patch - add workaround for readdir() issue: #211 - fix few warnings - Add DOCS option - remove gettext dep Upstream patches: https://github.com/libfuse/sshfs/pull/212 https://github.com/libfuse/sshfs/issues/211 PR: 246325 Submitted by: rozhuk.im@gmail.com Notes: svn path=/head/; revision=538024
* sysutils/fusefs-sshfs: Update version 3.5.0=>3.5.1Muhammad Moinur Rahman2018-12-311-2/+2
| | | | | | | Relnotes:https://github.com/libfuse/sshfs/blob/master/ChangeLog.rst Notes: svn path=/head/; revision=488806
* On architectures that use GCC in base, the "-Wno-unused-result" flagMark Linimon2018-11-051-4/+18
| | | | | | | | | | | must be disabled to fix the build. PR: 231944 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=484258
* sysutils/fusefs-sshfs: Update version 3.3.0=>3.3.1Muhammad Moinur Rahman2018-01-083-23/+6
| | | | | | | | | | | - Add NDEBUG [1] PR: 223338 [1] Submitted by: rozhuk.im@gmail.com [1] Relnotes: https://github.com/libfuse/sshfs/releases Notes: svn path=/head/; revision=458485
* Upgrade to version SSHFS version 3.3.0.Stefan Eßer2017-10-283-2/+32
| | | | | | | Approved by: bofh Notes: svn path=/head/; revision=453084
* - Use posix_openpt(2) instead of opening /dev/ptmx which requiresTobias Kortkamp2017-04-031-0/+11
| | | | | | | | | | | | | loading an extra kernel module on FreeBSD 10.0+ - Add LICENSE_FILE - Remove the unnecessary KMODDIR knob PR: 217880 Approved by: mat (mentor), maintainer timeout (2 weeks+) Differential Revision: https://reviews.freebsd.org/D10243 Notes: svn path=/head/; revision=437664
* Upgrade to 1.8.Vanilla I. Shu2007-07-051-64/+0
| | | | | | | | PR: ports/114301 Submitted by: maintainer Notes: svn path=/head/; revision=194967
* - Update to 1.7Martin Wilke2006-12-041-0/+64
| | | | | | | | PR: ports/106344 Submitted by: Anish Mistry <amistry@am-productions.biz> (maintainer) Notes: svn path=/head/; revision=178890
* - Update fusefs-kmod to 0.2.99.1, fusefs-libs to 2.5.0, fusefs-sshfs to 1.4Pav Lucistnik2006-01-181-147/+0
| | | | | | | | PR: ports/91873 Submitted by: Anish Mistry <amistry@am-productions.biz> (maintainer) Notes: svn path=/head/; revision=153832
* - Update to 1.3 [1]Simon Barner2005-10-311-11/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | ChangeLog summary: * bugfixes * Add remote uid detection and translation ('idmap=user' option). Idea and implementation details worked out by Jean-Marc Valin (Since this is rather untested, it's not yet mentioned in pkg-message). * Add support for SSH protocol version 1. Bug reported by Miklos Bagi Jr. * Add atomic create+open and ftruncate operation. This should fix issues with 'cp' and other programs failing with "Permission denied". To be effective, needs FUSE version 2.5 and kernel version 2.6.15 (just a guess, since neither of them is released yet). (Investigations are made whether this is possible/necessary for fuse4bsd) - User lower case in first letter of IGNORE Submitted by: Anish Mistry (maintainer) PR: ports/88265 Notes: svn path=/head/; revision=146821
* Add new port for fusefs-sshfs:Simon Barner2005-10-191-0/+138
SSHFS allows you to mount a remote directory over a normal ssh connection. WWW: http://sourceforge.net/projects/fuse/ PR: ports/87168 Submitted by: Anish Mistry <amistry@am-productions.biz> Reviewed by: Csaba Henk <csaba.henk@creo.hu> (fuse SoC participant) Notes: svn path=/head/; revision=145833