# $Id: Portfile 50971 2009-05-14 16:06:23Z and.damore@macports.org $ PortSystem 1.0 name octave-odebvp version 1.0.5 categories math science platforms darwin maintainers and.damore alakazam description To approximate the solution of the boundary-value problem y''=p(x)*y' + q(x)*y + r(x), a<=x<=b, y(a)=alpha, y(b)=beta by the linear finite-diffence method. long_description ${description} homepage http://octave.sourceforge.net/ master_sites sourceforge:octave distname odebvp-1.0.5 checksums \ odebvp-1.0.5.tar.gz \ md5 fd223bb50fa6379e95d4209952dfa36a \ sha1 b4d53de50b3a3ae625d1b4a99854a8d75f75e824 \ rmd160 46a215e2a3a211a4f7dce694c6f3717bdd4ca692 depends_lib-append port:octave post-destroot { move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name} } post-activate { system "octave --eval \"pkg rebuild\"" } livecheck.check regex livecheck.url http://octave.sourceforge.net/packages.html livecheck.regex http://downloads\.sourceforge\.net/octave/odebvp-(\\d+(\\.\\d+)*)\.tar\.gz