diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2007-02-20 23:48:30 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2007-02-20 23:48:30 +0000 |
commit | 5f2dca8fa22348635353040a4a89e6002857da25 (patch) | |
tree | 3f01c65bef75f4007bc2f1f5409824a1775b52d6 /filesystems/fuse/PLIST | |
parent | bb8228974e54fd7b31dad2a0a1a95429514397fa (diff) | |
download | pkgsrc-5f2dca8fa22348635353040a4a89e6002857da25.tar.gz |
Initial import of fuse-2.5.2 from pkgsrc-wip, packaged by
pancake.
With FUSE it is possible to implement a fully functional filesystem in a
userspace program. Features include:
* Simple library API
* Simple installation (no need to patch or recompile the kernel)
* Secure implementation
* Userspace - kernel interface is very efficient
* Usable by non privileged users
* Runs on Linux kernels 2.4.X and 2.6.X
* Has proven very stable over time
This package is enabled only for linux and FreeBSD, NetBSD uses
its own compatible library.
Diffstat (limited to 'filesystems/fuse/PLIST')
-rw-r--r-- | filesystems/fuse/PLIST | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/filesystems/fuse/PLIST b/filesystems/fuse/PLIST new file mode 100644 index 00000000000..c98d2c962e7 --- /dev/null +++ b/filesystems/fuse/PLIST @@ -0,0 +1,12 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/02/20 23:48:30 xtraeme Exp $ +bin/fusermount +include/fuse.h +include/fuse/fuse.h +include/fuse/fuse_common.h +include/fuse/fuse_compat.h +include/fuse/fuse_lowlevel.h +include/fuse/fuse_lowlevel_compat.h +include/fuse/fuse_opt.h +lib/libfuse.la +lib/pkgconfig/fuse.pc +@dirrm include/fuse |