# -*- 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-examples replaced_by ola version 0.8.11 categories net comms platforms darwin license GPL-2+ maintainers nomaintainer description tools for OLA, the open framework for DMX512 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 distfiles pre-configure { ui_error "${name} has been incorporated into ${replaced_by}. Please install ${replaced_by} instead." return -code error "obsolete port" } livecheck.type none