Ticket #50217: Portfile

File Portfile, 1.7 KB (added by hamogu (Hans Moritz Günther), 8 years ago)
Line 
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
4PortSystem                      1.0
5
6name                marx
7version                 5.2.0
8categories              science
9platforms           darwin
10maintainers         gmx.de:moritz.guenther
11description         Simulate the Chandra X-ray observatory
12long_description    marx is a suite of programs created and maintained by the \
13                            MIT/CXC/HETG group group and is designed to enable the \
14                    user to simulate the on-orbit performance of the Chandra \
15                            X-ray Observatory. marx provides a detailed ray-trace \
16                                    simulation of how Chandra responds to a variety of \
17                                astrophysical sources and can generate standard FITS \
18                                event files and images as output. It contains detailed \
19                                models for Chandras High Resolution Mirror Assembly \
20                                (HRMA), the HETG and LETG gratings, and all the focal \
21                                plane detectors.
22license                 GPL-2
23homepage                http://space.mit.edu/cxc/marx/
24master_sites        ftp://space.mit.edu/pub/cxc/marx/v5.2
25distname                        marx-dist-${version}
26worksrcdir              marx-${version}
27
28compiler.whitelist  macports-gcc-4.9 macports-gcc-4.8 macports-gcc-4.7 \
29                    macports-gcc-4.6 macports-gcc-4.5 macports-gcc-4.4
30compiler.fallback   macports-dragonegg-3.5-gcc-4.8 \
31                    macports-dragonegg-3.5-gcc-4.7 \
32                    macports-dragonegg-3.5-gcc-4.6 \
33                    macports-dragonegg-3.5-gcc-4.5
34use_parallel_build  no
35
36checksums               rmd160  138c2cb021ed7159c8fce8d8b753f1fe3cbb1b43 \
37                                sha256  2f167e1db4851f08ef5384e506b36175430ae96f4b5327a6f1983fb314b8005a
38