You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
d7080a50bc
[skip ci] Closes: https://trac.macports.org/ticket/72254
42 lines
1.5 KiB
Tcl
42 lines
1.5 KiB
Tcl
# -*- 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
|
|
|
|
PortSystem 1.0
|
|
|
|
name eibd
|
|
version 0.0.5
|
|
revision 2
|
|
categories net
|
|
|
|
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
|
|
|