[79629] trunk/dports/net

ryandesign at macports.org ryandesign at macports.org
Tue Jun 21 12:03:50 PDT 2011


Revision: 79629
          http://trac.macports.org/changeset/79629
Author:   ryandesign at macports.org
Date:     2011-06-21 12:03:48 -0700 (Tue, 21 Jun 2011)
Log Message:
-----------
ola: new port, version 0.8.9; see #29889

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

Added: trunk/dports/net/ola/Portfile
===================================================================
--- trunk/dports/net/ola/Portfile	                        (rev 0)
+++ trunk/dports/net/ola/Portfile	2011-06-21 19:03:48 UTC (rev 79629)
@@ -0,0 +1,45 @@
+# -*- 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                ola
+                    ## Latest version (0.8.9-1) currently not usable because of inconsistency in package/folder naming
+version             0.8.9
+categories          net comms
+platforms           darwin
+license             LGPL-2.1+
+maintainers         gmail.com:nomis52
+
+description         an open framework for DMX lighting control
+
+long_description    The Open Lighting Architecture (OLA) provides a plugin \
+                    framework for distributing DMX512 control signals on \
+                    Mac and Linux. It provides C++ and Python libraries \
+                    which abstract away the underlying DMX over IP protocol \
+                    or DMX interface.
+
+homepage            http://opendmx.net/index.php/OLA
+master_sites        googlecode:linux-lighting
+
+checksums           sha1    abe2e876261f272223ee1eab902319615acac744 \
+                    rmd160  95e926cbd376b0dfd625289f6af37455dd103f99
+
+depends_build       port:pkgconfig
+
+depends_lib         port:cppunit \
+                    port:unittest-cpp \
+                    port:protobuf-cpp
+
+configure.args      --disable-http \
+                    --disable-libusb
+
+variant http description {Build with embedded web server} {
+    depends_lib-append      port:libmicrohttpd
+    configure.args-delete   --disable-http
+}
+
+default_variants    +http
+
+test.run            yes
+test.target         check


Property changes on: trunk/dports/net/ola/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/20110621/aac5b8db/attachment.html>


More information about the macports-changes mailing list