---
name: uartlirc
version: 0.3_1
origin: comms/uartlirc
comment: Driver for "homebrew" serial LIRC receivers
arch: freebsd:9:x86:64
www: http://forums.freebsd.org/showthread.php?p=175029
maintainer: nox@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 100824
desc: "This is a driver for \"homebrew\" type serial LIRC reveivers as\ndescribed
  here:\n\n\thttp://lirc.org/receivers.html\n\nIt overrides the `normal' uart(4) driver,
  if you have that driver\nalready loaded or statically in your kernel (like it is
  in GENERIC)\nthen you need to load uartlirc.ko from loader.conf(5) (or manually\nvia
  the loader prompt) for the override to work.  The driver provides\na /dev/lircX
  node for each serial port in addition to the normal\ntty nodes /dev/cuauX etc, so
  you can still use other serial ports\nnormally should you have more than one.\n\nNote:
  it only supports PCI/motherboard serial ports not ones connected\nvia USB, for USB
  you can use mceusb hardware supported via webcamd,\nor FTDI hardware supported by
  comms/lirc natively via libftdi, see:\n\n\thttp://wiki.freebsd.org/WebcamCompat\n\nand
  the comms/lirc port's pkg-message.\n\nWWW: http://forums.freebsd.org/showthread.php?p=175029\n"
categories: [kld, comms]
files:
  /boot/modules/uartlirc.ko: 3e44e716f1842e0ea0d0ef5b478503fdc44e5bb147d5766edf7f2a309f89c878
scripts:
  post-install: |
    cd /
    kldxref /boot/modules
  pre-deinstall: |
    cd /
  post-deinstall: |
    cd /
    kldxref /boot/modules
