Eibd version 0.0.4 - How to Download and Install on Mac OS X
Sunday the 22nd of November, 2009

    version 0.0.4

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


      # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
      The eibd Portfile 57406 2009-09-10 19:33:40Z snc macports.org $

      PortSystem 1.0

      Name: eibd
      Version: 0.0.4
      Category: net
      Platform: darwin

      Maintainers: uwe-arzt.de:mail

      Description: eibd provides an interface to the EIB / KNX bus
      Long Description: Eibd provides over a TCP/IP and/or unix domain sockets access to the EIB bus using a simple protocol. It provides access at layer 4 as well as to high level mangement function. Multiple concurrent users are supported. A special bus monitor mode call vBusmonitor is implemented, which delivers all traffic, which eibd passes, but not disturbs send activities.

      Homepage: https://www.auto.tuwien.ac.at/~mkoegler/index.php/eibd

      fetch.type git
      git.url http://www.auto.tuwien.ac.at/~mkoegler/git/bcusdk.git
      worksrcdir bcusdk-${version}

      depends_build port:pkgconfig port:argp-standalone

      depends_lib port:pthsem port:libxml2

      # build only eibd, if there are requests add variants
      pre-configure {
      system "cd ${worksrcpath} && aclocal -I m4 -I ${prefix}/share/aclocal && autoheader"
      system "cd ${worksrcpath} && automake -a --foreign && autoconf"
      }

      configure.args --enable-onlyeibd --enable-eibnetip --enable-eibnetiptunnel --enable-eibnetipserver


    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/eibd
      % sudo port install eibd
      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 eibd
      ---> Verifying checksum for eibd
      ---> Extracting eibd
      ---> Configuring eibd
      ---> Building eibd with target all
      ---> Staging eibd into destroot
      ---> Installing eibd
    - 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 eibd with these commands:
      %  man eibd
      % apropos eibd
      % which eibd
      % locate eibd

     Where to find more information:

    Darwin Ports



    Lightbox this page.