Date: Mon, 27 Mar 2017 18:12:24 +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: r437065 - in head/devel: . buildbot-pkg Message-ID: <201703271812.v2RICO3x012175@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: grembo Date: Mon Mar 27 18:12:24 2017 New Revision: 437065 URL: https://svnweb.freebsd.org/changeset/ports/437065 Log: Add buildbot-pkg 0.9.4, continuous Integration Framework (packaging). PR: 217700 Submitted by: Michael Gmelin <grembo@FreeBSD.org> Added: head/devel/buildbot-pkg/ head/devel/buildbot-pkg/Makefile (contents, props changed) head/devel/buildbot-pkg/distinfo (contents, props changed) head/devel/buildbot-pkg/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Mar 27 17:34:24 2017 (r437064) +++ head/devel/Makefile Mon Mar 27 18:12:24 2017 (r437065) @@ -201,6 +201,7 @@ SUBDIR += bugzilla50 SUBDIR += build SUBDIR += buildbot + SUBDIR += buildbot-pkg SUBDIR += buildbot-worker SUBDIR += buildtool SUBDIR += buildtool-doc Added: head/devel/buildbot-pkg/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/buildbot-pkg/Makefile Mon Mar 27 18:12:24 2017 (r437065) @@ -0,0 +1,37 @@ +# Created by: Michael Gmelin <grembo@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= buildbot-pkg +PORTVERSION= 0.9.4 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP + +MAINTAINER= grembo@FreeBSD.org +COMMENT= Continuous Integration Framework (packaging) + +LICENSE= GPLv2 + +MY_DEPENDS= buildbot>=0.9.4:devel/buildbot +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-pkg/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/buildbot-pkg/distinfo Mon Mar 27 18:12:24 2017 (r437065) @@ -0,0 +1,3 @@ +TIMESTAMP = 1488904370 +SHA256 (buildbot-pkg-0.9.4.tar.gz) = 968f252f0700fbbcc6cac9f3fcf66d06bd577db5bf793fb3d7c84158f4f64325 +SIZE (buildbot-pkg-0.9.4.tar.gz) = 3830 Added: head/devel/buildbot-pkg/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/buildbot-pkg/pkg-descr Mon Mar 27 18:12:24 2017 (r437065) @@ -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?201703271812.v2RICO3x012175>