# $Id:$ PortSystem 1.0 name octave-missing-functions version 1.0.1 categories math science platforms darwin maintainers andrea.damore alakazam description Find functions that are in Matlab but not in Octave. long_description ${description} homepage http://octave.sourceforge.net/ master_sites sourceforge:octave distname missing-functions-1.0.1 checksums \ missing-functions-1.0.1.tar.gz \ md5 3c661a06340366d72bdc272a4de054b9 \ sha1 b8ff6d755ad5c308b842afd79ea129381e15370e \ rmd160 aaca848f145ee220e0cfe9a2685531cfabb20f48 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/missing-functions-(\\d+(\\.\\d+)*)\.tar\.gz