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 xpa |
---|
7 | version 2.1.11 |
---|
8 | revision 1 |
---|
9 | categories science |
---|
10 | platforms darwin |
---|
11 | maintainers saao.ac.za:tim |
---|
12 | |
---|
13 | description The XPA messaging system provides seamless communication \ |
---|
14 | between many kinds of Unix programs, including X programs and Tcl/Tk \ |
---|
15 | programs. |
---|
16 | |
---|
17 | long_description XPA provides an easy way for users to communicate with \ |
---|
18 | XPA-enabled programs by executing XPA client commands in the shell or \ |
---|
19 | by utilizing such commands in scripts. Because XPA works both at the \ |
---|
20 | programming level and the shell level, it is a powerful tool for unifying \ |
---|
21 | any analysis environment: users and programmers have great flexibility in \ |
---|
22 | choosing the best level or levels at which to access XPA services, and \ |
---|
23 | client access can be extended or modified easily at any time. |
---|
24 | |
---|
25 | homepage http://hea-www.harvard.edu/saord/xpa/ |
---|
26 | platforms darwin |
---|
27 | master_sites http://hea-www.harvard.edu/saord/download/xpa/ |
---|
28 | checksums md5 5af281bd1455739b3a15d949fdcc7adb \ |
---|
29 | sha1 39f7932e00a72d8da2e21ebbc7b19ca4f5adc2d1 \ |
---|
30 | rmd160 7515e4f2eb0b6a2715915ef8a8695453b8e0e9f8 |
---|
31 | |
---|
32 | patchfiles patch-Makefile.in |
---|