Date: Tue, 16 Jun 2020 11:12:23 +0000 (UTC) From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r539339 - in head/sysutils: . fusefs-bindfs Message-ID: <202006161112.05GBCN43009761@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lwhsu Date: Tue Jun 16 11:12:23 2020 New Revision: 539339 URL: https://svnweb.freebsd.org/changeset/ports/539339 Log: Add sysutils/fusefs-bindfs, FUSE implementation of bindfs PR: 247233 Submitted by: Leon Dietrich <doralitze@chaotikum.org> Added: head/sysutils/fusefs-bindfs/ head/sysutils/fusefs-bindfs/Makefile (contents, props changed) head/sysutils/fusefs-bindfs/distinfo (contents, props changed) head/sysutils/fusefs-bindfs/pkg-descr (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Tue Jun 16 10:12:57 2020 (r539338) +++ head/sysutils/Makefile Tue Jun 16 11:12:23 2020 (r539339) @@ -363,6 +363,7 @@ SUBDIR += fswatch-mon SUBDIR += ftwin SUBDIR += fusefs-afuse + SUBDIR += fusefs-bindfs SUBDIR += fusefs-chironfs SUBDIR += fusefs-cryptofs SUBDIR += fusefs-curlftpfs Added: head/sysutils/fusefs-bindfs/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/fusefs-bindfs/Makefile Tue Jun 16 11:12:23 2020 (r539339) @@ -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> Added: head/sysutils/fusefs-bindfs/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/fusefs-bindfs/distinfo Tue Jun 16 11:12:23 2020 (r539339) @@ -0,0 +1,3 @@ +TIMESTAMP = 1592044496 +SHA256 (bindfs-1.14.7.tar.gz) = 2826e7c01928c9c260e7d1fc20ce8e820432b2de1a0f0c6c0193bdbb13f378d1 +SIZE (bindfs-1.14.7.tar.gz) = 409427 Added: head/sysutils/fusefs-bindfs/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/fusefs-bindfs/pkg-descr Tue Jun 16 11:12:23 2020 (r539339) @@ -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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006161112.05GBCN43009761>