# $Id:$ PortSystem 1.0 name octave-data-smoothing version 1.0.0 categories math science platforms darwin maintainers andrea.damore@macports.org description Algorithms for smoothing noisy data long_description ${description} homepage http://octave.sf.net master_sites sourceforge:octave distname data-smoothing-1.0.0 checksums \ data-smoothing-1.0.0.tar.gz \ md5 322a0b1c26ba95f3adc4944dc8477917 \ sha1 c1b4d02db3409ea9c8dcaec5cbab8db7cd1db588 \ rmd160 ea927ffee266ae1b7e36818223fcda982e124e6f 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\"" }