# $Id:$ PortSystem 1.0 name octave-missing-functions version 1.0.0 categories math science platforms darwin maintainers andrea.damore@macports.org description Find functions that are in Matlab but not in Octave. long_description ${description} homepage http://octave.sf.net master_sites sourceforge:octave distname missing-functions-1.0.0 checksums \ missing-functions-1.0.0.tar.gz \ md5 66c6efa34099ce127a9609eb5418f842 \ sha1 39b9474d2aa2164788a06acd8cec9119251aa55a \ rmd160 7562d5e5ad9e9f060be85ebd4afb9a473cfec94d 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\"" }