---
name: cuse4bsd-kmod
version: 0.1.27
origin: multimedia/cuse4bsd-kmod
comment: Cuse4BSD character device loopback driver for userspace
arch: freebsd:9:x86:64
www: http://www.selasky.org/hans_petter/cuse4bsd/
maintainer: hselasky@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 53917
desc: |
  Cuse4BSD is a kernel module which allows userland programs to create
  character devices under /dev. Cuse4BSD has full support for read,
  write, ioctl, mmap and poll system calls.

  WWW: http://www.selasky.org/hans_petter/cuse4bsd/
categories: [multimedia, kld]
options: {DEBUG: off}
files:
  /boot/modules/cuse4bsd.ko: 7400d7b36d6452e5e73400e68be4c784a7ce1db0cb89ecda9fe107894d87e074
  /usr/local/include/cuse4bsd.h: 97fad351a7c517db8453b72cf5e51aa2c8c9327947b162f2639fa93444ba0b3d
  /usr/local/lib/libcuse4bsd.a: 47312a57cd5eb7f2c8cc6bc3ad5cccd738b9b0ae4259475dffc24f906b77f334
  /usr/local/lib/libcuse4bsd.so: '-'
  /usr/local/lib/libcuse4bsd.so.1: 58006c6570de1a4d4641436dc05ef204ee62401c28c8653070d3fd9e2f895553
  /usr/local/man/man3/cuse4bsd.3.gz: 74c4e4672c2a01da54cad5d08c4e02af0a344d2d8ef64d9664fc15de7919bc82
  /usr/local/man/man3/cuse_alloc_unit_number.3.gz: 74c4e4672c2a01da54cad5d08c4e02af0a344d2d8ef64d9664fc15de7919bc82
  /usr/local/man/man3/cuse_copy_in.3.gz: 74c4e4672c2a01da54cad5d08c4e02af0a344d2d8ef64d9664fc15de7919bc82
  /usr/local/man/man3/cuse_copy_out.3.gz: 74c4e4672c2a01da54cad5d08c4e02af0a344d2d8ef64d9664fc15de7919bc82
  /usr/local/man/man3/cuse_dev_create.3.gz: 74c4e4672c2a01da54cad5d08c4e02af0a344d2d8ef64d9664fc15de7919bc82
  /usr/local/man/man3/cuse_dev_destroy.3.gz: 74c4e4672c2a01da54cad5d08c4e02af0a344d2d8ef64d9664fc15de7919bc82
  /usr/local/man/man3/cuse_dev_get_current.3.gz: 74c4e4672c2a01da54cad5d08c4e02af0a344d2d8ef64d9664fc15de7919bc82
  /usr/local/man/man3/cuse_dev_get_per_file_handle.3.gz: 74c4e4672c2a01da54cad5d08c4e02af0a344d2d8ef64d9664fc15de7919bc82
  /usr/local/man/man3/cuse_dev_get_priv0.3.gz: 74c4e4672c2a01da54cad5d08c4e02af0a344d2d8ef64d9664fc15de7919bc82
  /usr/local/man/man3/cuse_dev_get_priv1.3.gz: 74c4e4672c2a01da54cad5d08c4e02af0a344d2d8ef64d9664fc15de7919bc82
  /usr/local/man/man3/cuse_dev_set_per_file_handle.3.gz: 74c4e4672c2a01da54cad5d08c4e02af0a344d2d8ef64d9664fc15de7919bc82
  /usr/local/man/man3/cuse_free_unit_number.3.gz: 74c4e4672c2a01da54cad5d08c4e02af0a344d2d8ef64d9664fc15de7919bc82
  /usr/local/man/man3/cuse_got_peer_signal.3.gz: 74c4e4672c2a01da54cad5d08c4e02af0a344d2d8ef64d9664fc15de7919bc82
  /usr/local/man/man3/cuse_init.3.gz: 74c4e4672c2a01da54cad5d08c4e02af0a344d2d8ef64d9664fc15de7919bc82
  /usr/local/man/man3/cuse_poll_wakeup.3.gz: 74c4e4672c2a01da54cad5d08c4e02af0a344d2d8ef64d9664fc15de7919bc82
  /usr/local/man/man3/cuse_set_local.3.gz: 74c4e4672c2a01da54cad5d08c4e02af0a344d2d8ef64d9664fc15de7919bc82
  /usr/local/man/man3/cuse_uninit.3.gz: 74c4e4672c2a01da54cad5d08c4e02af0a344d2d8ef64d9664fc15de7919bc82
  /usr/local/man/man3/cuse_vmalloc.3.gz: 74c4e4672c2a01da54cad5d08c4e02af0a344d2d8ef64d9664fc15de7919bc82
  /usr/local/man/man3/cuse_vmfree.3.gz: 74c4e4672c2a01da54cad5d08c4e02af0a344d2d8ef64d9664fc15de7919bc82
  /usr/local/man/man3/cuse_wait_and_process.3.gz: 74c4e4672c2a01da54cad5d08c4e02af0a344d2d8ef64d9664fc15de7919bc82
scripts:
  post-install: |
    cd /boot/modules
    kldxref /boot/modules
    /sbin/ldconfig -m /usr/local/lib
  pre-deinstall: |
    cd /boot/modules
    /sbin/ldconfig -R
  post-deinstall: |
    cd /boot/modules
    kldxref /boot/modules
