# $Id: Portfile 72259 2010-10-09 15:15:05Z ram@macports.org $

PortSystem    1.0
PortGroup     python26 1.0

name          flashbake
version       0.26.3
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 bb8a062f728bfad4720f07e2ef444802 \
              sha1 aeb11a79be61b0e97824fbdea70cce8f90383dbb \
              rmd160 846c34b4994637ab0c0bb2e1b3320724f9b41b0a

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

python.link_binaries no

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

universal_variant no

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