mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
Add sysutils/fusefs-bindfs, FUSE implementation of bindfs
PR: 247233 Submitted by: Leon Dietrich <doralitze@chaotikum.org>
This commit is contained in:
parent
d34a5e97c6
commit
a30fd89eb9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=539339
@ -363,6 +363,7 @@
|
||||
SUBDIR += fswatch-mon
|
||||
SUBDIR += ftwin
|
||||
SUBDIR += fusefs-afuse
|
||||
SUBDIR += fusefs-bindfs
|
||||
SUBDIR += fusefs-chironfs
|
||||
SUBDIR += fusefs-cryptofs
|
||||
SUBDIR += fusefs-curlftpfs
|
||||
|
21
sysutils/fusefs-bindfs/Makefile
Normal file
21
sysutils/fusefs-bindfs/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= bindfs
|
||||
DISTVERSION= 1.14.7
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= https://bindfs.org/downloads/
|
||||
PKGNAMEPREFIX= fusefs-
|
||||
|
||||
MAINTAINER= doralitze@chaotikum.org
|
||||
COMMENT= FUSE based bindfs implementation way more powerful than nullfs
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= fuse localbase:ldflags pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
PLIST_FILES= bin/bindfs \
|
||||
man/man1/bindfs.1.gz
|
||||
|
||||
.include <bsd.port.mk>
|
3
sysutils/fusefs-bindfs/distinfo
Normal file
3
sysutils/fusefs-bindfs/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1592044496
|
||||
SHA256 (bindfs-1.14.7.tar.gz) = 2826e7c01928c9c260e7d1fc20ce8e820432b2de1a0f0c6c0193bdbb13f378d1
|
||||
SIZE (bindfs-1.14.7.tar.gz) = 409427
|
6
sysutils/fusefs-bindfs/pkg-descr
Normal file
6
sysutils/fusefs-bindfs/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
This port features a fuse implementation of bindfs. Bindfs is like nullfs exept
|
||||
for the fact that it features more options and filters. The most important
|
||||
difference is that you may overwrite the ownership of files when mounting the
|
||||
desired directory somewhere else.
|
||||
|
||||
WWW: https://bindfs.org/
|
Loading…
Reference in New Issue
Block a user