diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2020-06-16 11:12:23 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2020-06-16 11:12:23 +0000 |
commit | a30fd89eb92d391078d57e041b85a6381547a807 (patch) | |
tree | ed82d8d623244c01b0dde687971308ccd12fd612 /sysutils/fusefs-bindfs | |
parent | d34a5e97c66ee8d1ee28a84c762111c784b2471c (diff) | |
download | ports-a30fd89eb92d391078d57e041b85a6381547a807.tar.gz ports-a30fd89eb92d391078d57e041b85a6381547a807.zip |
Notes
Diffstat (limited to 'sysutils/fusefs-bindfs')
-rw-r--r-- | sysutils/fusefs-bindfs/Makefile | 21 | ||||
-rw-r--r-- | sysutils/fusefs-bindfs/distinfo | 3 | ||||
-rw-r--r-- | sysutils/fusefs-bindfs/pkg-descr | 6 |
3 files changed, 30 insertions, 0 deletions
diff --git a/sysutils/fusefs-bindfs/Makefile b/sysutils/fusefs-bindfs/Makefile new file mode 100644 index 000000000000..9780484e1257 --- /dev/null +++ b/sysutils/fusefs-bindfs/Makefile @@ -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> diff --git a/sysutils/fusefs-bindfs/distinfo b/sysutils/fusefs-bindfs/distinfo new file mode 100644 index 000000000000..92bc72ab919c --- /dev/null +++ b/sysutils/fusefs-bindfs/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1592044496 +SHA256 (bindfs-1.14.7.tar.gz) = 2826e7c01928c9c260e7d1fc20ce8e820432b2de1a0f0c6c0193bdbb13f378d1 +SIZE (bindfs-1.14.7.tar.gz) = 409427 diff --git a/sysutils/fusefs-bindfs/pkg-descr b/sysutils/fusefs-bindfs/pkg-descr new file mode 100644 index 000000000000..6911d7bd5561 --- /dev/null +++ b/sysutils/fusefs-bindfs/pkg-descr @@ -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/ |