Commits
Lawrence Velázquez authored 8f707422338
1 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 2 | # $Id$ |
3 3 | |
4 4 | PortSystem 1.0 |
5 5 | |
6 6 | name ola |
7 - | version 0.8.31 |
7 + | version 0.8.32 |
8 8 | categories net comms |
9 9 | platforms darwin |
10 10 | license GPL-2+ LGPL-2.1+ |
11 11 | maintainers gmail.com:nomis52 p3k.org:interface |
12 12 | |
13 13 | description An open framework for DMX512 lighting control |
14 14 | |
15 15 | long_description The Open Lighting Architecture (OLA) provides a plugin \ |
16 16 | framework for distributing DMX512 control signals on \ |
17 17 | Mac and Linux. It provides C++ and Python libraries \ |
18 18 | which abstract away the underlying DMX over IP protocol \ |
19 19 | or DMX interface. |
20 20 | |
21 21 | homepage http://opendmx.net/index.php/OLA |
22 22 | master_sites googlecode:open-lighting |
23 23 | |
24 - | checksums rmd160 ba5d2af3eb5c4ea937bdcb6e40bed503949fd848 \ |
25 - | sha256 e11d320c5d8ecfd339db429698bd3cf1559935abedd1a351010a4389fdaa7ae3 |
24 + | checksums rmd160 d390da4834472725ac55f35020d5eaaa60e0868d \ |
25 + | sha256 3dd3c2573aa8c9bfc8061b3b479df3ce7f6a49159eb616188fd1591ac9c79166 |
26 26 | |
27 27 | depends_build port:pkgconfig |
28 28 | |
29 29 | depends_lib port:cppunit \ |
30 30 | port:protobuf-cpp |
31 31 | |
32 32 | configure.args --disable-http \ |
33 33 | --disable-libusb \ |
34 34 | --disable-osc |
35 35 | |