# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 name ACE version 6.0.1 categories devel maintainers pixilla platforms darwin description ACE is an object-oriented framework that implements many core patterns for \ concurrent communication software. long_description The ADAPTIVE Communication Environment (ACE) is a freely available, \ open-source object-oriented (OO) framework that implements many core \ patterns for concurrent communication software. ACE provides a rich set \ of reusable C++ wrapper facades and framework components that perform \ common communication software tasks across a range of OS platforms. The \ communication software tasks provided by ACE include event \ demultiplexing and event handler dispatching, signal handling, service \ initialization, interprocess communication, shared memory management, \ message routing, dynamic (re)configuration of distributed services, \ concurrent execution and synchronization. homepage http://www.cs.wustl.edu/~schmidt/ACE.html master_sites http://download.dre.vanderbilt.edu/previous_versions checksums sha1 27b63f309d247d1a208fc7ce194bc2b56153bac9 \ rmd160 559fae18b42f0d479229708b114917b514a0ad7d worksrcdir ACE_wrappers configure.dir ${worksrcpath}/build configure.cmd ../configure build.dir ${worksrcpath}/build patchfiles patch-configure.diff configure.args-append \ --with-openssl=${prefix} \ --with-openssl-include=${prefix}/include/openssl \ --with-openssl-libdir=${prefix}/lib pre-configure { xinstall -d ${worksrcpath}/build }