[54841] trunk/dports/net

ryandesign at macports.org ryandesign at macports.org
Sun Aug 2 17:50:31 PDT 2009


Revision: 54841
          http://trac.macports.org/changeset/54841
Author:   ryandesign at macports.org
Date:     2009-08-02 17:50:29 -0700 (Sun, 02 Aug 2009)
Log Message:
-----------
eibd: new port, version 0.0.4; closes #20129

Added Paths:
-----------
    trunk/dports/net/eibd/
    trunk/dports/net/eibd/Portfile

Added: trunk/dports/net/eibd/Portfile
===================================================================
--- trunk/dports/net/eibd/Portfile	                        (rev 0)
+++ trunk/dports/net/eibd/Portfile	2009-08-03 00:50:29 UTC (rev 54841)
@@ -0,0 +1,42 @@
+# -*- 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.4
+categories          net
+platforms           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
+
+# 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
+


Property changes on: trunk/dports/net/eibd/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090802/2dde5604/attachment-0001.html>


More information about the macports-changes mailing list