# -*- 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 xpa version 2.1.15 categories science platforms darwin maintainers nomaintainer license LGPL-2.1 description The XPA messaging system provides seamless communication \ between many kinds of Unix programs, including X programs and Tcl/Tk \ programs. long_description XPA provides an easy way for users to communicate with \ XPA-enabled programs by executing XPA client commands in the shell or \ by utilizing such commands in scripts. Because XPA works both at the \ programming level and the shell level, it is a powerful tool for unifying \ any analysis environment: users and programmers have great flexibility in \ choosing the best level or levels at which to access XPA services, and \ client access can be extended or modified easily at any time. homepage http://hea-www.harvard.edu/saord/xpa/ master_sites http://hea-www.harvard.edu/saord/download/xpa/ checksums rmd160 7e2cbba7565bbbdf0d1e0bd3dd2e45c756fa0458 \ sha256 ac0e041f9115757fbcbfeb377cb5833544815a70f2b46f6edfbf6d1239ae690a patchfiles patch-Makefile.in.diff destroot.destdir INSTALL_ROOT=${destroot} post-destroot { set docdir ${destroot}${prefix}/share/doc/${name} xinstall -d ${docdir} xinstall -m 644 -W ${worksrcpath} \ COPYING \ README \ ${docdir} xinstall -m 644 -W ${worksrcpath}/doc \ xpa.pdf \ xpa.ps \ ${docdir} } livecheck.type regex livecheck.regex ${name}-(\[0-9.\]+)\\.tar