# $Id: Portfile 50829 2009-05-10 20:02:05Z ram@macports.org $

PortSystem    1.0
PortGroup     python26 1.0

name          flashbake
version       0.24
revision      1
categories    devel
platforms     darwin
maintainers   ram openmaintainer

description   A seamless source control tool for ordinary people
long_description  Scripts to gather information for including in \
  version history comments and to make using source control a bit \
  simpler for non-technical projects.

homepage      http://wiki.github.com/commandline/${name}
master_sites  http://cloud.github.com/downloads/commandline/${name}

checksums     md5 908b1c2ed768859d011a97804ba606a7 \
              sha1 45109c7e549c2ffd58f51b0bd9bc1743f8a30f17 \
              rmd160 742c230a008aed80b82a4ffda182d4ba4e838498

depends_lib-append  port:py26-setuptools \
                    port:py26-enum \
                    port:py26-feedparser \
                    port:git-core

post-destroot {
  ln -s ${python.prefix}/bin/flashbake ${destroot}${prefix}/bin
  ln -s ${python.prefix}/bin/flashbakeall ${destroot}${prefix}/bin
}

universal_variant no

livecheck.check     regex
livecheck.url       ${homepage}
livecheck.regex     {current version is (\d+(?:\.\d+)*) and can be}
