summaryrefslogtreecommitdiff
path: root/filesystems/fuse-bindfs
AgeCommit message (Collapse)AuthorFilesLines
2022-01-27Mark the package as requiring libtoolpho1-1/+2
2022-01-14USE_FEATURES=getline to fix Snow Leopard build.schmonz1-1/+3
2021-11-30Update to bindfs-1.15.1 from 1.8.4pho5-33/+89
ChangeLog is too long to paste here: https://bindfs.org/docs/ChangeLog.utf8.txt Note: On NetBSD, bindfs always maps the root directory "/" regardless of what source directory specified, unless the -f (foreground) option is given. The issue existed in 1.8.4 and I thought updating the package could fix it, but it didn't. The problem was actually in librefuse, which is now fixed in HEAD: http://mail-index.netbsd.org/source-changes/2021/11/30/msg134159.html
2021-10-26filesystems: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-07filesystems: Remove SHA1 hashes for distfilesnia1-2/+1
2017-12-24fuse-bindfs: follow redirectwiz1-2/+2
2017-08-01Update HOMEPAGE.wiz1-3/+2
2015-11-03Add SHA512 digests for distfiles for filesystems categoryagc1-1/+2
Existing SHA1 digests verified, all found to be the same on the machine holding the existing distfiles (morden). Existing SHA1 digests retained for now as an audit trail.
2013-11-10Add more details to DESCR, adapted from README in the unpacked source tree.apb2-3/+14
2012-10-03Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2010-02-02s/unionfs/nullfs/ as reported by David Holland.jmmv1-1/+1
2010-02-01Initial import of fuse-bindfs-1.8.4:jmmv5-0/+57
bindfs is a FUSE filesystem for mounting a directory to another location, similar to 'mount --bind' in Linux or unionfs in BSD. The permissions in the mountpoint can be altered through various rules.