# -*- 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 jacobwilliams quadpack 2.1.2 revision 0 categories-append math license BSD maintainers {@barracuda156 gmail.com:vital.had} openmaintainer description Modern Fortran QUADPACK library for 1D numerical quadrature long_description QUADPACK is a Fortran library for the numerical computation \ of definite one-dimensional integrals (numerical quadrature). \ Development of this library, which had ceased in the 1980s, \ has been restarted. The original code is being modernized, \ and new methods are being added. The goal is a comprehensive \ and modern Fortran library that includes both classic \ and state-of-the-art methods for numerical integration. checksums rmd160 3fb5a797cfd2d05a7c58d313036980b0ad02dc95 \ sha256 97ed97bd60016a3a40d90a8b52b8b51732c6c929abfbc055ec9a67c418b29d89 \ size 116479 github.tarball_from archive post-destroot { set docdir ${prefix}/share/doc/${name} xinstall -d ${destroot}${docdir} xinstall -m 0644 -W ${worksrcpath} LICENSE README.md changes ${destroot}${docdir} } test.run yes