1 | # -*- 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 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name ola |
---|
7 | ## Latest version (0.8.9-1) currently not usable because of inconsistency in package/folder naming |
---|
8 | version 0.8.9 |
---|
9 | categories net comms |
---|
10 | platforms darwin |
---|
11 | license LGPL |
---|
12 | maintainers gmail.com:nomis52 |
---|
13 | |
---|
14 | description an open framework for DMX lighting control |
---|
15 | |
---|
16 | long_description The Open Lighting Architecture (OLA) provides a plugin \ |
---|
17 | framework for distributing DMX512 control signals on \ |
---|
18 | Mac and Linux. It provides C++ and Python libraries \ |
---|
19 | which abstract away the underlying DMX over IP protocol \ |
---|
20 | or DMX interface. |
---|
21 | |
---|
22 | homepage http://opendmx.net/index.php/OLA |
---|
23 | master_sites googlecode:linux-lighting |
---|
24 | |
---|
25 | checksums sha1 abe2e876261f272223ee1eab902319615acac744 \ |
---|
26 | rmd160 95e926cbd376b0dfd625289f6af37455dd103f99 |
---|
27 | |
---|
28 | depends_build port:pkgconfig |
---|
29 | |
---|
30 | depends_lib port:cppunit \ |
---|
31 | port:unittest-cpp \ |
---|
32 | port:protobuf-cpp |
---|
33 | |
---|
34 | #use_autoreconf yes |
---|
35 | #autoreconf.args -i |
---|
36 | |
---|
37 | configure.args --disable-http |
---|
38 | |
---|
39 | variant http description {Build with embedded web server} { |
---|
40 | depends_lib-append port:libmicrohttpd |
---|
41 | configure.args-delete --disable-http |
---|
42 | } |
---|
43 | |
---|
44 | default_variants +http |
---|
45 | |
---|
46 | test.run yes |
---|
47 | test.target check |
---|