Date: Mon, 27 Mar 2017 18:18:27 +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: r437068 - in head/devel: . buildbot-www Message-ID: <201703271818.v2RIIRM8014016@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: grembo Date: Mon Mar 27 18:18:27 2017 New Revision: 437068 URL: https://svnweb.freebsd.org/changeset/ports/437068 Log: Add buildbot-www 0.9.4, continuous Integration Framework (WWW). PR: 217700 Submitted by: Michael Gmelin <grembo@FreeBSD.org> Added: head/devel/buildbot-www/ head/devel/buildbot-www/Makefile (contents, props changed) head/devel/buildbot-www/distinfo (contents, props changed) head/devel/buildbot-www/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Mar 27 18:17:43 2017 (r437067) +++ head/devel/Makefile Mon Mar 27 18:18:27 2017 (r437068) @@ -205,6 +205,7 @@ SUBDIR += buildbot-pkg SUBDIR += buildbot-waterfall-view SUBDIR += buildbot-worker + SUBDIR += buildbot-www SUBDIR += buildtool SUBDIR += buildtool-doc SUBDIR += bullet Added: head/devel/buildbot-www/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/buildbot-www/Makefile Mon Mar 27 18:18:27 2017 (r437068) @@ -0,0 +1,41 @@ +# Created by: Michael Gmelin <grembo@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= buildbot-www +PORTVERSION= 0.9.4 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP + +MAINTAINER= grembo@FreeBSD.org +COMMENT= Continuous Integration Framework (WWW) + +LICENSE= GPLv2 + +MY_DEPENDS= buildbot>=0.9.4:devel/buildbot \ + buildbot-pkg>=0.9.4:devel/buildbot-pkg \ + ${PYTHON_PKGNAMEPREFIX}mock>0.8.0:devel/py-mock +BUILD_DEPENDS= ${MY_DEPENDS} +RUN_DEPENDS= ${MY_DEPENDS} \ + buildbot-console-view>=0.9.4:devel/buildbot-console-view \ + buildbot-waterfall-view>=0.9.4:devel/buildbot-waterfall-view +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-www/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/buildbot-www/distinfo Mon Mar 27 18:18:27 2017 (r437068) @@ -0,0 +1,3 @@ +TIMESTAMP = 1488902698 +SHA256 (buildbot-www-0.9.4.tar.gz) = eb2f48aabee5e840aa8a4fce1f95f2fe4e2ae98045f9465d275ee5e263ae04b3 +SIZE (buildbot-www-0.9.4.tar.gz) = 691706 Added: head/devel/buildbot-www/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/buildbot-www/pkg-descr Mon Mar 27 18:18:27 2017 (r437068) @@ -0,0 +1,6 @@ +This port is the Web UI part of 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?201703271818.v2RIIRM8014016>