# $Id: Portfile 50971 2009-05-14 16:06:23Z and.damore@macports.org $ PortSystem 1.0 name octave-financial version 0.3.0 categories math science platforms darwin maintainers and.damore alakazam description Financial manipulation and plotting functions long_description ${description} homepage http://octave.sourceforge.net/ master_sites sourceforge:octave distname financial-0.3.0 checksums \ financial-0.3.0.tar.gz \ md5 3063ab02196f129f88a61eacabde4c20 \ sha1 75259b27505e25b7f430a7bc1025f48572824591 \ rmd160 2c0a777235a8f7990605c42005955079925aa9a1 depends_lib-append port:octave port:octave-time 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/financial-(\\d+(\\.\\d+)*)\.tar\.gz