aboutsummaryrefslogtreecommitdiff
path: root/sysutils/fusefs-funionfs
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-07-19 00:57:52 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-07-19 00:57:52 +0000
commit42949f5672db7434829a47844a491716893d5cb5 (patch)
treed370d57056992014e49553d38b66455f3824379c /sysutils/fusefs-funionfs
parent7ba7297a472e60191e4af33fc7f29d2039e21261 (diff)
downloadports-42949f5672db7434829a47844a491716893d5cb5.tar.gz
ports-42949f5672db7434829a47844a491716893d5cb5.zip
Add fusefs-funionfs 0.4.1, union filesystem for the FUSE driver.
PR: ports/100383 Submitted by: Gea-Suan Lin <gslin at gslin.org>
Notes
Notes: svn path=/head/; revision=168186
Diffstat (limited to 'sysutils/fusefs-funionfs')
-rw-r--r--sysutils/fusefs-funionfs/Makefile37
-rw-r--r--sysutils/fusefs-funionfs/distinfo3
-rw-r--r--sysutils/fusefs-funionfs/pkg-descr6
3 files changed, 46 insertions, 0 deletions
diff --git a/sysutils/fusefs-funionfs/Makefile b/sysutils/fusefs-funionfs/Makefile
new file mode 100644
index 000000000000..e93a14fad5c2
--- /dev/null
+++ b/sysutils/fusefs-funionfs/Makefile
@@ -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>
diff --git a/sysutils/fusefs-funionfs/distinfo b/sysutils/fusefs-funionfs/distinfo
new file mode 100644
index 000000000000..5e16d69960c9
--- /dev/null
+++ b/sysutils/fusefs-funionfs/distinfo
@@ -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
diff --git a/sysutils/fusefs-funionfs/pkg-descr b/sysutils/fusefs-funionfs/pkg-descr
new file mode 100644
index 000000000000..6b4b8bdf2ca9
--- /dev/null
+++ b/sysutils/fusefs-funionfs/pkg-descr
@@ -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/