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 swarp |
---|
7 | version 2.17.6 |
---|
8 | revision 1 |
---|
9 | categories science |
---|
10 | platforms darwin |
---|
11 | maintainers saao.ac.za:tim |
---|
12 | |
---|
13 | description SWarp is a program that resamples and co-adds together \ |
---|
14 | FITS images using any arbitrary astrometric projection defined in the \ |
---|
15 | WCS standard. |
---|
16 | |
---|
17 | homepage http://www.astromatic.net/software/swarp/ |
---|
18 | platforms darwin |
---|
19 | master_sites ftp://ftp.iap.fr/pub/from_users/bertin/swarp/ |
---|
20 | checksums md5 ad8e99461fac011bef963eb1461886c6 \ |
---|
21 | sha1 4656f6010926936b248080da2bbcf38e5cd1c22c \ |
---|
22 | rmd160 2358756922918b49cc52367eac9e316f3598615c |
---|
23 | |
---|
24 | post-destroot { |
---|
25 | set docdir ${destroot}${prefix}/share/doc/${name}-${version} |
---|
26 | xinstall -m 755 -d ${docdir} |
---|
27 | eval xinstall -m 644 ${worksrcpath}/README ${worksrcpath}/AUTHORS \ |
---|
28 | ${worksrcpath}/COPYRIGHT ${worksrcpath}/ChangeLog ${worksrcpath}/BUGS \ |
---|
29 | ${worksrcpath}/HISTORY ${worksrcpath}/INSTALL ${worksrcpath}/THANKS \ |
---|
30 | ${worksrcpath}/TODO [glob ${worksrcpath}/doc/*] ${docdir} |
---|
31 | } |
---|