From owner-svn-ports-all@freebsd.org Mon Mar 27 18:18:28 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A69BFD2095E; Mon, 27 Mar 2017 18:18:28 +0000 (UTC) (envelope-from grembo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8156F614; Mon, 27 Mar 2017 18:18:28 +0000 (UTC) (envelope-from grembo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2RIIR2U014021; Mon, 27 Mar 2017 18:18:27 GMT (envelope-from grembo@FreeBSD.org) Received: (from grembo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2RIIRM8014016; Mon, 27 Mar 2017 18:18:27 GMT (envelope-from grembo@FreeBSD.org) Message-Id: <201703271818.v2RIIRM8014016@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: grembo set sender to grembo@FreeBSD.org using -f From: Michael Gmelin Date: Mon, 27 Mar 2017 18:18:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437068 - in head/devel: . buildbot-www X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 18:18:28 -0000 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 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 +# $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 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