# $Id: Portfile 50971 2009-05-14 16:06:23Z and.damore@macports.org $ PortSystem 1.0 name octave-informationtheory version 0.1.6 categories math science platforms darwin maintainers and.damore alakazam description Functions and routines for basic Information Theory definitions, and source coding. long_description ${description} homepage http://octave.sourceforge.net/ master_sites sourceforge:octave distname informationtheory-0.1.6 checksums \ informationtheory-0.1.6.tar.gz \ md5 c09ea18c6ce43c6d236360aec4d221c8 \ sha1 f73465d3ff263f94a146afe80df1bc4e60a36063 \ rmd160 e7de3bd36ab48d0a71290acbff5327ce7ef51ab9 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/informationtheory-(\\d+(\\.\\d+)*)\.tar\.gz