-
Notifications
You must be signed in to change notification settings - Fork 0
/
distribution.plist
73 lines (73 loc) · 3.15 KB
/
distribution.plist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<?xml version="1.0" encoding="utf-8"?>
<!-- (C) Ole Streicher, 2024 -->
<installer-gui-script minSpecVersion="1">
<product id="community.iraf" version="@@RELEASE@@"/>
<title>Community IRAF @@RELEASE@@</title>
<background file="logo.png" mime-type="image/png" alignment="bottomleft"/>
<welcome file="welcome.html"/>
<conclusion file="conclusion.html"/>
<domains enable_anywhere="false" enable_currentUserHome="false"
enable_localSystem="true"/>
<volume-check>
<allowed-os-versions>
<os-version min="@@MINVERSION@@"/>
</allowed-os-versions>
</volume-check>
<options customize="always" require-scripts="false" rootVolumeOnly="true"
hostArchitectures="@@MACARCH@@"/>
<choices-outline>
<line choice="community.iraf.core"/>
<line choice="community.iraf.x11iraf"/>
<line choice="community.iraf.ctio"/>
<line choice="community.iraf.fitsutil"/>
<line choice="community.iraf.mscred"/>
<line choice="community.iraf.rvsao"/>
<line choice="community.iraf.sptable"/>
<line choice="community.iraf.st4gem"/>
<line choice="community.iraf.xdimsum"/>
</choices-outline>
<choice id="community.iraf.core" title="IRAF"
description="IRAF core and NOAO package">
<pkg-ref id="community.iraf.core">core.pkg</pkg-ref>
</choice>
<choice id="community.iraf.x11iraf" title="X11IRAF"
description="X11 terminal emulator (xgterm) and interactive image display (ximtool)">
<pkg-ref id="community.iraf.xgterm">xgterm.pkg</pkg-ref>
<pkg-ref id="community.iraf.ximtool">ximtool.pkg</pkg-ref>
</choice>
<choice id="community.iraf.ctio" title="External: ctio"
description="Tools from the Cerro Tololo Inter-American Observatory"
start_selected="false">
<pkg-ref id="community.iraf.ctio">ctio.pkg</pkg-ref>
</choice>
<choice id="community.iraf.fitsutil" title="External: fitsutil"
description="Utilities for single and multiple FITS files"
start_selected="false">
<pkg-ref id="community.iraf.fitsutil">fitsutil.pkg</pkg-ref>
</choice>
<choice id="community.iraf.mscred" title="External: mscred"
description="Mosaic CCD reduction package"
start_selected="false">
<pkg-ref id="community.iraf.mscred">mscred.pkg</pkg-ref>
</choice>
<choice id="community.iraf.rvsao" title="External: rvsao"
description="Radial velocity package"
start_selected="false">
<pkg-ref id="community.iraf.rvsao">rvsao.pkg</pkg-ref>
</choice>
<choice id="community.iraf.sptable" title="External: sptable"
description="Tabular spectra package"
start_selected="false">
<pkg-ref id="community.iraf.sptable">sptable.pkg</pkg-ref>
</choice>
<choice id="community.iraf.st4gem" title="External: st4gem"
description="Selected tasks from STSDAS"
start_selected="false">
<pkg-ref id="community.iraf.st4gem">st4gem.pkg</pkg-ref>
</choice>
<choice id="community.iraf.xdimsum" title="External: xdimsum"
description=" Deep Infrared Mosaicing Software"
start_selected="false">
<pkg-ref id="community.iraf.xdimsum">xdimsum.pkg</pkg-ref>
</choice>
</installer-gui-script>