Date: Mon, 27 Mar 2017 18:17:43 +0000 (UTC) From: Michael Gmelin <grembo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437067 - in head/devel: . buildbot-waterfall-view Message-ID: <201703271817.v2RIHhj0013717@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: grembo Date: Mon Mar 27 18:17:43 2017 New Revision: 437067 URL: https://svnweb.freebsd.org/changeset/ports/437067 Log: Add buildbot-waterfall-view 0.9.4, continuous Integration Framework (Waterfall View). PR: 217700 Submitted by: Michael Gmelin <grembo@FreeBSD.org> Added: head/devel/buildbot-waterfall-view/ head/devel/buildbot-waterfall-view/Makefile (contents, props changed) head/devel/buildbot-waterfall-view/distinfo (contents, props changed) head/devel/buildbot-waterfall-view/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Mar 27 18:15:53 2017 (r437066) +++ head/devel/Makefile Mon Mar 27 18:17:43 2017 (r437067) @@ -203,6 +203,7 @@ SUBDIR += buildbot SUBDIR += buildbot-console-view SUBDIR += buildbot-pkg + SUBDIR += buildbot-waterfall-view SUBDIR += buildbot-worker SUBDIR += buildtool SUBDIR += buildtool-doc Added: head/devel/buildbot-waterfall-view/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/buildbot-waterfall-view/Makefile Mon Mar 27 18:17:43 2017 (r437067) @@ -0,0 +1,37 @@ +# Created by: Michael Gmelin <grembo@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= buildbot-waterfall-view +PORTVERSION= 0.9.4 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP + +MAINTAINER= grembo@FreeBSD.org +COMMENT= Continuous Integration Framework (Waterfall View) + +LICENSE= GPLv2 + +MY_DEPENDS= buildbot-pkg>=0.9.4:devel/buildbot-pkg +BUILD_DEPENDS= ${MY_DEPENDS} +RUN_DEPENDS= ${MY_DEPENDS} +TEST_DEPENDS= trial:devel/py-twisted \ + buildbot-worker>=0.9.4:devel/buildbot-worker \ + ${PYTHON_PKGNAMEPREFIX}mock>0.8.0:devel/py-mock \ + ${PYTHON_PKGNAMEPREFIX}boto3>0:www/py-boto3 \ + ${PYTHON_PKGNAMEPREFIX}service_identity>=16.0.0:security/py-service_identity \ + ${PYTHON_PKGNAMEPREFIX}txrequests>0:www/py-txrequests + +USES= python:-2.7 +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +post-patch: + @${FIND} ${WRKSRC} -type f | ${XARGS} -n 10 ${REINPLACE_CMD} -e \ + 's|/usr/bin/python|${PYTHON_CMD}|g' + @${FIND} ${WRKSRC} -name \*.bak -delete + +do-test: + @cd ${WRKSRC} && trial buildbot + +.include <bsd.port.mk> Added: head/devel/buildbot-waterfall-view/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/buildbot-waterfall-view/distinfo Mon Mar 27 18:17:43 2017 (r437067) @@ -0,0 +1,3 @@ +TIMESTAMP = 1488906879 +SHA256 (buildbot-waterfall-view-0.9.4.tar.gz) = 4e8e8d85a77a95fb6ec6e9b0eaa4a774f80cbc6f3a6568f8525d4c90f336b69f +SIZE (buildbot-waterfall-view-0.9.4.tar.gz) = 705483 Added: head/devel/buildbot-waterfall-view/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/buildbot-waterfall-view/pkg-descr Mon Mar 27 18:17:43 2017 (r437067) @@ -0,0 +1,6 @@ +This port is the Waterfall View Plugin for BuildBot. For the buildmaster, +install the devel/buildbot port + +For more information, please see: http://buildbot.net/trac + +WWW: http://buildbot.net
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703271817.v2RIHhj0013717>