| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
| |
Relnotes:https://github.com/libfuse/sshfs/blob/master/ChangeLog.rst
Notes:
svn path=/head/; revision=488806
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
| |
Approved by: bofh
Notes:
svn path=/head/; revision=453084
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
PR: ports/114301
Submitted by: maintainer
Notes:
svn path=/head/; revision=194967
|
|
|
|
|
|
|
|
| |
PR: ports/106344
Submitted by: Anish Mistry <amistry@am-productions.biz> (maintainer)
Notes:
svn path=/head/; revision=178890
|
|
|
|
|
|
|
|
| |
PR: ports/91873
Submitted by: Anish Mistry <amistry@am-productions.biz> (maintainer)
Notes:
svn path=/head/; revision=153832
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
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
|