# $Id: Portfile 50971 2009-05-14 16:06:23Z and.damore@macports.org $ PortSystem 1.0 name octave-data-smoothing version 1.1.1 categories math science platforms darwin maintainers and.damore alakazam description Algorithms for smoothing noisy data long_description ${description} homepage http://octave.sourceforge.net/ master_sites sourceforge:octave distname data-smoothing-1.1.1 checksums \ data-smoothing-1.1.1.tar.gz \ md5 240aaa3182a5e39afc1a3a7eabc7267e \ sha1 8f37c8158d16ce054da4f3855c9daf722efa36b2 \ rmd160 319a6e32d5b1e2ad7e2911bdbb80f1673318667f 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/data-smoothing-(\\d+(\\.\\d+)*)\.tar\.gz