# -*- 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
# $Id$

PortSystem          1.0

name                eibd
version             0.0.5
revision            1
categories          net
platforms           darwin

maintainers         nomaintainer

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

master_sites        https://www.auto.tuwien.ac.at/~mkoegler/eib/

distname            bcusdk_${version}

checksums           sha1    08cef578e887b11b126e1df47e8fa3d97de68416 \
                    rmd160  57ca8849009fdaf21cfad7900082ec675ef3040a

worksrcdir          bcusdk-${version}

depends_build       port:argp-standalone

depends_lib         port:pthsem \
                    port:libxml2

configure.args     --enable-onlyeibd \
                   --enable-eibnetip \
                   --enable-eibnetiptunnel \
                   --enable-eibnetipserver \
                   --without-pth-test