summaryrefslogtreecommitdiff
path: root/filesystems/fuse-bindfs
diff options
context:
space:
mode:
authorjmmv <jmmv>2010-02-01 13:36:43 +0000
committerjmmv <jmmv>2010-02-01 13:36:43 +0000
commit562ebc5f668df673888336813c4820c703226a18 (patch)
tree60ece153e7b184e250c3a0e918baddb8b0adcd70 /filesystems/fuse-bindfs
parent9cb7f5546b39826801bf86bd5e1dadc01d7893ce (diff)
downloadpkgsrc-562ebc5f668df673888336813c4820c703226a18.tar.gz
Initial import of fuse-bindfs-1.8.4:
bindfs is a FUSE filesystem for mounting a directory to another location, similar to 'mount --bind' in Linux or unionfs in BSD. The permissions in the mountpoint can be altered through various rules.
Diffstat (limited to 'filesystems/fuse-bindfs')
-rw-r--r--filesystems/fuse-bindfs/DESCR3
-rw-r--r--filesystems/fuse-bindfs/Makefile23
-rw-r--r--filesystems/fuse-bindfs/PLIST3
-rw-r--r--filesystems/fuse-bindfs/distinfo6
-rw-r--r--filesystems/fuse-bindfs/patches/patch-aa22
5 files changed, 57 insertions, 0 deletions
diff --git a/filesystems/fuse-bindfs/DESCR b/filesystems/fuse-bindfs/DESCR
new file mode 100644
index 00000000000..ebeb2d4941a
--- /dev/null
+++ b/filesystems/fuse-bindfs/DESCR
@@ -0,0 +1,3 @@
+bindfs is a FUSE filesystem for mounting a directory to another location,
+similar to 'mount --bind' in Linux or unionfs in BSD. The permissions in
+the mountpoint can be altered through various rules.
diff --git a/filesystems/fuse-bindfs/Makefile b/filesystems/fuse-bindfs/Makefile
new file mode 100644
index 00000000000..98dfac1b788
--- /dev/null
+++ b/filesystems/fuse-bindfs/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/02/01 13:36:43 jmmv Exp $
+#
+
+DISTNAME= bindfs-1.8.4
+PKGNAME= fuse-${DISTNAME}
+CATEGORIES= filesystems
+MASTER_SITES= http://bindfs.googlecode.com/files/
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://code.google.com/p/bindfs/
+COMMENT= Remounts file system subtrees in arbitrary locations
+LICENSE= gnu-gpl-v2
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+GNU_CONFIGURE= yes
+USE_LANGUAGES= c c++
+USE_TOOLS+= autoconf gmake pkg-config
+
+CPPFLAGS.NetBSD+= -D_NETBSD_SOURCE
+
+.include "../../mk/fuse.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/filesystems/fuse-bindfs/PLIST b/filesystems/fuse-bindfs/PLIST
new file mode 100644
index 00000000000..56162eaf941
--- /dev/null
+++ b/filesystems/fuse-bindfs/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2010/02/01 13:36:43 jmmv Exp $
+bin/bindfs
+man/man1/bindfs.1
diff --git a/filesystems/fuse-bindfs/distinfo b/filesystems/fuse-bindfs/distinfo
new file mode 100644
index 00000000000..4f8c1f01211
--- /dev/null
+++ b/filesystems/fuse-bindfs/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2010/02/01 13:36:43 jmmv Exp $
+
+SHA1 (bindfs-1.8.4.tar.gz) = c42606fe69239d372fb8ca274b1dcee21f750b00
+RMD160 (bindfs-1.8.4.tar.gz) = 3a9a4041eb66acda02ff5097dc13d376abbb6c76
+Size (bindfs-1.8.4.tar.gz) = 305725 bytes
+SHA1 (patch-aa) = 72053cb69ae5002c4b6cae562e3331c566a6b392
diff --git a/filesystems/fuse-bindfs/patches/patch-aa b/filesystems/fuse-bindfs/patches/patch-aa
new file mode 100644
index 00000000000..a759ce69985
--- /dev/null
+++ b/filesystems/fuse-bindfs/patches/patch-aa
@@ -0,0 +1,22 @@
+$NetBSD: patch-aa,v 1.1.1.1 2010/02/01 13:36:43 jmmv Exp $
+
+--- configure.orig 2010-02-01 13:18:14.000000000 +0000
++++ configure
+@@ -10322,7 +10322,7 @@ fi
+
+
+
+-if test x"$enable_debug" == "xyes" ; then
++if test x"$enable_debug" = "xyes" ; then
+ CFLAGS="${CFLAGS} -g -O0 -DMALLOC_CHECK_=2"
+
+ $as_echo "#define BINDFS_DEBUG 1" >>confdefs.h
+@@ -10331,7 +10331,7 @@ else
+ CFLAGS="${CFLAGS} -O2"
+ fi
+
+-if test x"$with_core_foundation" == "xyes" ; then
++if test x"$with_core_foundation" = "xyes" ; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: Linking with Core Foundation" >&5
+ $as_echo "$as_me: Linking with Core Foundation" >&6;}
+ LDFLAGS="${LDFLAGS} -framework CoreFoundation"