# -*- 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
if {[variant_isset metview]} {
maintainers {takeshi @tenomoto}
description ECMWF's Meteorological plotting software
homepage https://confluence.ecmwf.int/display/MAGP/Magics
master_sites https://confluence.ecmwf.int/download/attachments/3473464/
distname Magics-${version}-Source
checksums rmd160 c4a111be9ffde6fae05830f0280815c44bef0596 \
sha256 e6e0518f9a0b37a7229790a29e5a153bfc3a064fa54635fc29ef3682070091a4 \
Magics++ is the latest generation of the ECMWF's Meteorological plotting \
software MAGICS (Meteorological Applications Graphics Integrated Colour System) \
redesigned in C++. Magics++ offers interfaces in Fortran, C, and MagML, \
a plot description language based on XML. The library supports the plotting of \
contours, wind fields, observations, satellite images, symbols, text, axis \
and graphs (including boxplots). Input data can be in GRIB 1 and 2, BUFR and NetCDF \
or retrieved from an ODB database. The produced meteorological plots can be saved \
in various formats, such as PostScript, EPS, PDF, GIF, PNG and SVG.
compilers.setup require_fortran -g95
depends_lib port:libemos \
path:lib/pkgconfig/glib-2.0.pc:glib2 \
port:p${perl5.major}-xml-parser \
path:lib/pkgconfig/pango.pc:pango \