# $Id: Portfile 53097 2009-06-29 14:03:12Z alakazam@macports.org $ PortSystem 1.0 name octave-ident version 1.0.7 categories math science platforms darwin maintainers and.damore alakazam description Addition System Indentification Control functions. long_description ${description} homepage http://octave.sourceforge.net/ master_sites sourceforge:octave distname ident-$version checksums md5 29697948e4af19d868abc00d373278fb \ sha1 5852903addf9038b301fdc1d15429b4f19a1bf99 \ rmd160 bd768d51f36f21d3d826ab524eb42f7b8bb1e9ab 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/ident-(\\d+(\\.\\d+)*)\.tar\.gz