From a30fd89eb92d391078d57e041b85a6381547a807 Mon Sep 17 00:00:00 2001 From: Li-Wen Hsu Date: Tue, 16 Jun 2020 11:12:23 +0000 Subject: [PATCH] Add sysutils/fusefs-bindfs, FUSE implementation of bindfs PR: 247233 Submitted by: Leon Dietrich --- sysutils/Makefile | 1 + sysutils/fusefs-bindfs/Makefile | 21 +++++++++++++++++++++ sysutils/fusefs-bindfs/distinfo | 3 +++ sysutils/fusefs-bindfs/pkg-descr | 6 ++++++ 4 files changed, 31 insertions(+) create mode 100644 sysutils/fusefs-bindfs/Makefile create mode 100644 sysutils/fusefs-bindfs/distinfo create mode 100644 sysutils/fusefs-bindfs/pkg-descr diff --git a/sysutils/Makefile b/sysutils/Makefile index d582b234ba2d..f204a291cc25 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -363,6 +363,7 @@ SUBDIR += fswatch-mon SUBDIR += ftwin SUBDIR += fusefs-afuse + SUBDIR += fusefs-bindfs SUBDIR += fusefs-chironfs SUBDIR += fusefs-cryptofs SUBDIR += fusefs-curlftpfs 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 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/