View | Details | Raw Unified | Return to bug 247233 | Differences between
and this patch

Collapse All | Expand All

(-)sysutils/fusefs-bindfs/Makefile (+18 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	bindfs
4
DISTVERSION=	1.14.7
5
CATEGORIES=	sysutils
6
MASTER_SITES=	https://bindfs.org/downloads/
7
PKGNAMEPREFIX=	fusefs-
8
9
MAINTAINER=	doralitze@chaotikum.org
10
COMMENT=	Fuse based bindfs implementation way more powerful than nullfs.
11
12
LICENSE=	GPLv2
13
LICENSE_FILE=	${WRKSRC}/COPYING
14
15
USES=		fuse localbase:ldflags pkgconfig
16
GNU_CONFIGURE=	yes
17
18
.include <bsd.port.mk>
(-)sysutils/fusefs-bindfs/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1592044496
2
SHA256 (bindfs-1.14.7.tar.gz) = 2826e7c01928c9c260e7d1fc20ce8e820432b2de1a0f0c6c0193bdbb13f378d1
3
SIZE (bindfs-1.14.7.tar.gz) = 409427
(-)sysutils/fusefs-bindfs/pkg-descr (+6 lines)
Line 0 Link Here
1
This port features a fuse implementation of bindfs. Bindfs is like nullfs exept
2
for the fact that it features more options and filters. The most important
3
difference is that you may overwrite the ownership of files when mounting the
4
desired directory somewhere else.
5
6
WWW: https://bindfs.org/
(-)sysutils/fusefs-bindfs/pkg-plist (+2 lines)
Line 0 Link Here
1
bin/bindfs
2
man/man1/bindfs.1.gz

Return to bug 247233