Add fusefs-funionfs 0.4.1, union filesystem for the FUSE driver.

PR:		ports/100383
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
This commit is contained in:
Cheng-Lung Sung 2006-07-19 00:57:52 +00:00
parent 7ba7297a47
commit 42949f5672
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=168186
4 changed files with 47 additions and 0 deletions

View File

@ -186,6 +186,7 @@
SUBDIR += fsbackup
SUBDIR += ftrace
SUBDIR += fusefs-curlftpfs
SUBDIR += fusefs-funionfs
SUBDIR += fusefs-kmod
SUBDIR += fusefs-libs
SUBDIR += fusefs-sshfs

View File

@ -0,0 +1,37 @@
# New ports collection makefile for: fusefs-funionfs
# Date created: 2006-07-16
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= funionfs
PORTVERSION= 0.4.1
CATEGORIES= sysutils
MASTER_SITES= http://funionfs.apiou.org/file/
PKGNAMEPREFIX= fusefs-
MAINTAINER= gslin@gslin.org
COMMENT= Union filesystem for the FUSE driver
RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod
BUILD_DEPENDS= ${LOCALBASE}/include/fuse.h:${PORTSDIR}/sysutils/fusefs-libs
PLIST_FILES= bin/funionfs
do-build:
(cd ${WRKSRC} && ${CC} ${CFLAGS} -DFUSE_USE_VERSION=25 \
-D_FILE_OFFSET_BITS=64 -I${LOCALBASE}/include/fuse \
-o funionfs main.c \
-L${LOCALBASE}/lib ${PTHREAD_LIBS} -lfuse)
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/funionfs ${PREFIX}/bin
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 600000 # Inherited from fusefs-kmod
IGNORE= requires FreeBSD 6.x or above
.endif
.include <bsd.port.post.mk>

View File

@ -0,0 +1,3 @@
MD5 (funionfs-0.4.1.tar.gz) = 373b74fdf280f2dcd646e79f7ac84ca0
SHA256 (funionfs-0.4.1.tar.gz) = 6192c14b6ab34e8dac331f93997c4ea27f4705276aab0230363a4e83536b967a
SIZE (funionfs-0.4.1.tar.gz) = 23698

View File

@ -0,0 +1,6 @@
FunionFS means an Union filesystem for the FUSE driver.
This program works only with the Fuse driver which is natively
included since the 2.6.14 Linux kernel.
WWW: http://funionfs.apiou.org/