Download and Install lirc version 0.8.3 on Mac OS X
Thursday the 21st of August, 2008

    lirc  most recent diff


      View the most recent changes for the lirc port at: lirc.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for lirc.
      The raw portfile for lirc 0.8.3 is located here:
      http://lirc.darwinports.com/dports/sysutils/lirc/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/lirc
      Google
      Web Darwinports.com



      # $Id: Portfile 36536 2008-05-05 15:56:43Z ecronin macports.org $

      PortSystem 1.0

      Name: lirc
      Version: 0.8.3
      revision 1
      Category: sysutils net
      Maintainers: ecronin
      Platform: darwin
      Description: Linux Infrared Remote Control
      Long Description: LIRC is a package that allows you to decode and send infra-red signals of many (but not all) commonly used remote controls. NOTE: This port does not support any IR devices directly. You must connect to a remote lircd (--connect=example.org:8765) or listen for UDP packets (--driver=udp --device=) for lirc to be of any use locally.

      Homepage: http://www.lirc.org
      master_sites sourceforge
      use_bzip2 yes
      checksums md5 8e78eeded7b31e5ad02e328970437c0f sha1 4b5aec19fa9ee15bafaeb1f87c154a0d4e045dcc rmd160 8948efc3e9dc34426ea32a3c63da63c0efa7dce2
      livecheck.distname LIRC

      configure.args --with-driver=udp --with-devdir=${prefix}/var/run --sysconfdir=${prefix}/etc --localstatedir=${prefix}/var --mandir=${prefix}/share/man

      post-destroot {
      xinstall -m 644 ${worksrcpath}/contrib/lircd.conf ${destroot}${prefix}/etc/lircd.conf.sample
      xinstall -m 644 ${worksrcpath}/contrib/lircmd.conf ${destroot}${prefix}/etc/lircmd.conf.sample
      xinstall -m 644 ${worksrcpath}/contrib/lircrc ${destroot}${prefix}/etc/lircrc.sample
      xinstall -m 755 -d ${destroot}${prefix}/var/log
      destroot.keepdirs ${destroot}${prefix}/var/log
      }

      post-activate {
      ui_msg "Please edit:"
      ui_msg " '${prefix}/etc/LaunchDaemons/org.macports.${name}/${name}.wrapper'"
      ui_msg "and specify a valid driver or remote lircd to connect to."
      ui_msg "Any clients of lirc must be able to read and write to:"
      ui_msg "${prefix}/var/run/lircd"
      }

      startupitem.create yes
      startupitem.start "#device=\"--connect=example.org:port\" # remote lircd" "#device=\"--driver=udp --device=port\" # UDP listener" "${prefix}/sbin/lircd --permission=0666 \$\{device\}" "\[ -r ${prefix}/etc/lircmd.conf \] && \\" "\t${prefix}/sbin/lircmd"
      startupitem.stop "killall -TERM lircd" "killall -TERM lircmd"

    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/lirc
      % sudo port install lirc
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching lirc
      ---> Verifying checksum for lirc
      ---> Extracting lirc
      ---> Configuring lirc
      ---> Building lirc with target all
      ---> Staging lirc into destroot
      ---> Installing lirc
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using lirc with these commands:
      %  man lirc
      % apropos lirc
      % which lirc
      % locate lirc

     Where to find more information:

    Darwin Ports



    image test