# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id: Portfile 59889 2009-10-25 17:02:22Z jwa@macports.org $ PortSystem 1.0 PortGroup python26 1.0 name py26-robotframework set internal_name robotframework version 2.1.2 categories-append devel maintainers jwa description ATDD framework long_description ATDD framework with plugins homepage http://robotframework.org/ platforms darwin master_sites http://robotframework.googlecode.com/files/ distname ${internal_name}-${version} #use_bzip2 yes checksums md5 ff7bf118cc8bd00811ea60bcbca47ebf \ sha1 5a73f2607c54f18714ced63db454b13591ccf19f \ rmd160 859dd7c3b97d43c099a13c13b268745828cdfaed set framewpath ${frameworks_dir}/Python.framework set framewdir ${framewpath}/Versions/2.6 post-destroot { reinplace "s;${destroot};;" ${destroot}/${framewdir}/bin/pybot reinplace "s;${destroot};;" ${destroot}/${framewdir}/bin/jybot reinplace "s;${destroot};;" ${destroot}/${framewdir}/bin/rebot xinstall ${destroot}/${framewdir}/bin/pybot ${destroot}/${prefix}/bin/pybot xinstall ${destroot}/${framewdir}/bin/pybot ${destroot}/${prefix}/bin/jybot xinstall ${destroot}/${framewdir}/bin/pybot ${destroot}/${prefix}/bin/rebot } livecheck.type regex livecheck.url ${homepage} livecheck.regex ${internal_name}-(2\\.\[0-9\]+\\.\[0-9\])\\.tar\\.\[bg\]z