---
name: fusefs-kmod
version: 0.3.9.p1.20080208_11
origin: sysutils/fusefs-kmod
comment: Kernel module for fuse
arch: freebsd:9:x86:64
www: http://fuse4bsd.creo.hu/
maintainer: mirror176@cox.net
prefix: /usr/local
licenselogic: single
flatsize: 280222
desc: |
  Kernel module for fusefs based filesystems.

  WWW: http://fuse4bsd.creo.hu/
categories: [sysutils, kld]
options: {AUTOSETUP: off, DOCS: on}
files:
  /usr/local/etc/rc.d/fusefs: fc5bdd96f0fb4dddf206bff0d6795695f62f10dd676c05f02b0160a0b61d47ff
  /usr/local/man/man8/mount_fusefs.8.gz: 7defb849cb700fb9323aed8f39bf3e1ca9f86429983cd74d30a92da4e3f25951
  /usr/local/modules/fuse.ko: 1f0eabc72955bd4ad93004d3aad16035e83120f6063ec8ff7f98872ab3c8d827
  /usr/local/sbin/mount_fusefs: 07b358a311a6e3b4857baa348c4d9f4ea2bb6edb91f2f8c0386e49dd44df0869
  /usr/local/share/doc/fusefs/kmod/doc.text: b6cb4c91f358a9f34fc18a7389e913bd229395faa5ada4fbe8bdb17d85bb47b7
  /usr/local/share/doc/fusefs/kmod/html/Faq.html: 1926c7e0310f9ec0df3cebeff4f0cb9408a3424b21d6509454ab62a9c4d32da9
  /usr/local/share/doc/fusefs/kmod/html/Implementation.html: db132a9b4fe623b7816eb5d442baa9accbdbc17bd421b2f6c7af9092ec0d71e2
  /usr/local/share/doc/fusefs/kmod/html/Quickstart.html: efd06bb1ae4c7b6e5d132e19f3f5e903b31071d4c265d74790ff496f7b93ec78
  /usr/local/share/doc/fusefs/kmod/html/article.css: 5438a1d624c0670e5ecd6f8cab00d093c1082159a2b0743bf9cc5ac13a403451
  /usr/local/share/doc/fusefs/kmod/html/deplate-mini.png: c60b82c3be4ff24d43c378a4273294ac27a244386bc7613b6a3f90812d9c93dd
  /usr/local/share/doc/fusefs/kmod/html/deplate.css: 49f044d90130f8368890c65a85e90313b40ef63f8b47ee7c0dd1ca0c02949ab0
  /usr/local/share/doc/fusefs/kmod/html/doc.html: de136f06b6c79703338e25d456128cb3a8d1cc091c6a5d60b3e208892dda9f5a
  /usr/local/share/doc/fusefs/kmod/html/heading-navbar.css: 0159835aa11e077964150364d0756d2c5e84f3310a43b6c357f8236fa0982674
  /usr/local/share/doc/fusefs/kmod/html/home-grey.png: 1c0088ed99b367770ed4706e5a1b044eece80a15a221da30fa299c1b85ec6957
  /usr/local/share/doc/fusefs/kmod/html/mailto.png: b2081b5325787d0d5dd506452fcb67f4a2f15665676227f0a1f629da3abe7d4b
  /usr/local/share/doc/fusefs/kmod/html/next-grey.png: 5872e96a9077091b1f17aeac845b586c21bd092b33ea21fb40382fb1af8b5d7b
  /usr/local/share/doc/fusefs/kmod/html/prev-grey.png: 4722d75709a453912a7ebb3457494f2b4adbb4c6447a47cab996feb4be756877
  /usr/local/share/doc/fusefs/kmod/html/remote.png: dad1c803fe9fa4c2b6ccc710e2cf89f5d5b0086afc23a9949799068c1ad505fc
  /usr/local/share/doc/fusefs/kmod/html/serif.css: 69ffa750497409d87b7a7c60240afc489f94c57688243eb1a6bbfd75ffd1188f
  /usr/local/share/doc/fusefs/kmod/html/tabbar-right.css: 36d93e9a5065ae38dea83b5b7844e05b57d11d6a7077fc8fa76eabbf7d9ef983
directories:
  /usr/local/share/doc/fusefs/kmod/html/: n
  /usr/local/share/doc/fusefs/kmod/: n
  /usr/local/share/doc/fusefs/: y
  /usr/local/modules/: y
scripts:
  post-install: |
    ln -fs /usr/local/sbin/mount_fusefs /usr/sbin
    cd /usr/local/modules
    cd /usr/local
  pre-deinstall: |
    rm -f /usr/sbin/mount_fusefs
    cd /usr/local/modules
    cd /usr/local
  post-deinstall: |
    cd /usr/local/modules
    kldxref /usr/local/modules
    cd /usr/local
message: |
  ==============================================================================

  In order to automatically load the fuse module on startup, you need to:

   - Add fusefs_enable="YES" to your /etc/rc.conf.
   - Run "/usr/local/etc/rc.d/fusefs start" (for the first time).

  Set "sysctl vfs.usermount=1" if you want to be able to mount fuse devices as
  an ordinary user.

  Now fuse filesystems (sysutils/fusefs-*) can be mounted at startup from
  /etc/fstab with the "late" parameter. This requires a symlink in /usr/sbin
  named "mount_<fstype>", which is not created by all the fusefs ports.

  Note that the rc.d script will unmount all fuse filesystems when called with
  "stop" (in reverse order in case of nested mounts), so it can unload the
  kernel module.

  ==============================================================================
