# -*- 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
maintainers {ryandesign @ryandesign} {rajdeep @rajdeepbharati} {mojca @mojca} openmaintainer
description buildmaster for buildbot continuous integration system
long_description Buildbot is a system to automate the compile/test \
cycle of most software projects to validate code \
changes. This port provides version ${version} of the \
master part of the system. \
Legacy version is available under buildbot-0.8. \
This version will soon be renamed to just 'buildbot'.
homepage http://buildbot.net
master_sites pypi:b/buildbot/
distname buildbot-${version}
checksums rmd160 00c062f63710fe579b192fce5f20d1c5a39e6126 \
sha256 a8330baef61bd9035a9f51a717a28706a4374222f4781d2c22bbbc3ae3b91a6b \
depends_run-append port:py${python.version}-buildbot \
port:py${python.version}-buildbot-www \
port:py${python.version}-buildbot-console-view \
port:py${python.version}-buildbot-grid-view \
port:py${python.version}-buildbot-waterfall-view
set sharedir ${prefix}/share/${name}
set docdir ${prefix}/share/doc/${name}
set plistfile org.macports.buildmaster.template.plist
file mkdir ${worksrcpath}/macports
copy ${filespath}/${plistfile} ${worksrcpath}/macports/${plistfile}
reinplace -locale C "s|@PREFIX@|${prefix}|g" ${worksrcpath}/macports/${plistfile}
reinplace -locale C "s|@PYTHONVER@|${python.branch}|g" ${worksrcpath}/macports/${plistfile}
xinstall -d ${destroot}${docdir}
xinstall -m 0644 -W ${worksrcpath} README.rst COPYING CREDITS NEWS UPGRADING \
xinstall -d ${destroot}${sharedir}