[79639] trunk/dports/net/ola/Portfile

macsforever2000 at macports.org macsforever2000 at macports.org
Tue Jun 21 19:34:03 PDT 2011


Revision: 79639
          http://trac.macports.org/changeset/79639
Author:   macsforever2000 at macports.org
Date:     2011-06-21 19:34:02 -0700 (Tue, 21 Jun 2011)
Log Message:
-----------
ola: Add variants. Fix license. Fix description. Sort dependencies. (#29899)

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

Modified: trunk/dports/net/ola/Portfile
===================================================================
--- trunk/dports/net/ola/Portfile	2011-06-22 02:11:19 UTC (rev 79638)
+++ trunk/dports/net/ola/Portfile	2011-06-22 02:34:02 UTC (rev 79639)
@@ -7,10 +7,10 @@
 version             0.8.9-1
 categories          net comms
 platforms           darwin
-license             LGPL-2.1+
+license             GPL-2+ LGPL-2.1+
 maintainers         gmail.com:nomis52 p3k.org:interface
 
-description         an open framework for DMX lighting control
+description         An open framework for DMX512 lighting control
 
 long_description    The Open Lighting Architecture (OLA) provides a plugin \
                     framework for distributing DMX512 control signals on \
@@ -29,18 +29,27 @@
 depends_build       port:pkgconfig
 
 depends_lib         port:cppunit \
-                    port:unittest-cpp \
-                    port:protobuf-cpp
+                    port:protobuf-cpp \
+                    port:unittest-cpp
 
 configure.args      --disable-http \
                     --disable-libusb
 
+variant python description {Enable the Python API} {
+    configure.args-append   --enable-python-libs
+}
+
 variant http description {Build with embedded web server} {
     depends_lib-append      port:libmicrohttpd
     configure.args-delete   --disable-http
 }
 
-default_variants    +http
+variant libusb description {Build with libusb support} {
+    depends_lib-append      port:libusb
+    configure.args-delete   --disable-libusb
+}
 
+default_variants    +http +python +libusb
+
 test.run            yes
 test.target         check
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110621/c77d74dc/attachment.html>


More information about the macports-changes mailing list