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-examples |
---|
7 | version 0.8.9 |
---|
8 | categories net comms |
---|
9 | platforms darwin |
---|
10 | license LGPL-2.1+ |
---|
11 | maintainers gmail.com:nomis52 \ |
---|
12 | p3k.org:interface |
---|
13 | |
---|
14 | description Tools for OLA, the 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.com:linux-lighting |
---|
24 | |
---|
25 | checksums sha1 3da39be1f407ffc9c3a740967b53dd419d243473 \ |
---|
26 | rmd160 ae40c16a1e441c2e718be5d37a7045c886d1b57e |
---|
27 | |
---|
28 | depends_lib port:ola |
---|