# -*- 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 PortSystem 1.0 PortGroup fortran 1.0 github.setup perazz fitpack 0.2.0 revision 0 categories-append math license BSD maintainers {@barracuda156 gmail.com:vital.had} openmaintainer description Modern Fortran translation of the FITPACK package for curve and surface fitting long_description This is a modern Fortran translation of the FITPACK package for curve and surface fitting. \ The functions are modernized and translated from the original Fortran 77 code FITPACK by Paul Dierckx. \ The starting code used the double precision version of FITPACK distributed with scipy. \ An object-oriented interface wrapper is also being built. checksums rmd160 840725a13aa7a4b3b76b3df4ecaedc62e02fb085 \ sha256 0a3ff76a29bc0493c212c2ee4a016340af6a32933e5b29480b5dba851bf7135a \ size 214508 github.tarball_from archive post-destroot { set docdir ${prefix}/share/doc/${name} xinstall -d ${destroot}${docdir} xinstall -m 0644 -W ${worksrcpath} LICENSE.md README.md ${destroot}${docdir} } test.run no