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 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup compilers 1.0 |
---|
5 | |
---|
6 | name sixs2 |
---|
7 | version 2.1 |
---|
8 | categories gis |
---|
9 | license GPL-3 |
---|
10 | maintainers @ForTozs openmaintainer |
---|
11 | |
---|
12 | description 6SV - Second Simulation of a Satellite Signal in the Solar \ |
---|
13 | Spectrum vector code |
---|
14 | long_description The 6S code is a basic RT code used for calculation of \ |
---|
15 | lookup tables in the MODIS atmospheric correction \ |
---|
16 | algorithm. It enables accurate simulations of satellite \ |
---|
17 | and plane observation, accounting for elevated targets, \ |
---|
18 | use of anisotropic and lambertian surfaces and calculation \ |
---|
19 | of gaseous absorption |
---|
20 | |
---|
21 | platforms darwin |
---|
22 | homepage http://6s.ltdri.org |
---|
23 | master_sites http://6s.ltdri.org/files/update/ |
---|
24 | distname 6SV${version} |
---|
25 | extract.suffix .tar |
---|
26 | extract.cmd tar |
---|
27 | extract.pre_args -xvf |
---|
28 | extract.post_args |
---|
29 | |
---|
30 | checksums rmd160 a10952b0a27f123147fcda097760273ac41bebcf \ |
---|
31 | sha256 42422db29c095a49eaa98556b416405eb818be1ee30139d2a1913dbf3b0c7de1 |
---|
32 | |
---|
33 | extract.mkdir yes |
---|
34 | compilers.choose f77 |
---|
35 | use_configure no |
---|
36 | build.target |
---|
37 | |
---|
38 | destroot { |
---|
39 | copy ${worksrcpath}/sixsV${version} ${destroot}/${prefix}/bin |
---|
40 | copy ${worksrcpath}/sixsV${version}-lutaero ${destroot}/${prefix}/bin |
---|
41 | } |
---|