# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
# $Id: Portfile 114034 2013-11-27 16:20:17Z michaelld@macports.org $

PortSystem          1.0
PortGroup           octave 1.0

octave.setup        odebvp 1.0.6
platforms           darwin
license             GPL-2+
maintainers         nomaintainer
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}

checksums           rmd160 f8542decb4d7e3b7852ceb806aa1310367de8c18 \
                    sha256 36f924e58d80b8f23852a1d4ef8486eba2975e6d20dd00bd4ce3307586eb3f67
