svn commit: r437066 - in head/devel: . buildbot-console-view
Michael Gmelin
grembo at FreeBSD.org
Mon Mar 27 18:15:55 UTC 2017
Author: grembo
Date: Mon Mar 27 18:15:53 2017
New Revision: 437066
URL: https://svnweb.freebsd.org/changeset/ports/437066
Log:
Add buildbot-console-view 0.9.4, continuous Integration Framework
(Console View).
PR: 217700
Submitted by: Michael Gmelin <grembo at FreeBSD.org>
Added:
head/devel/buildbot-console-view/
head/devel/buildbot-console-view/Makefile (contents, props changed)
head/devel/buildbot-console-view/distinfo (contents, props changed)
head/devel/buildbot-console-view/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Mon Mar 27 18:12:24 2017 (r437065)
+++ head/devel/Makefile Mon Mar 27 18:15:53 2017 (r437066)
@@ -201,6 +201,7 @@
SUBDIR += bugzilla50
SUBDIR += build
SUBDIR += buildbot
+ SUBDIR += buildbot-console-view
SUBDIR += buildbot-pkg
SUBDIR += buildbot-worker
SUBDIR += buildtool
Added: head/devel/buildbot-console-view/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/buildbot-console-view/Makefile Mon Mar 27 18:15:53 2017 (r437066)
@@ -0,0 +1,37 @@
+# Created by: Michael Gmelin <grembo at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= buildbot-console-view
+PORTVERSION= 0.9.4
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+
+MAINTAINER= grembo at FreeBSD.org
+COMMENT= Continuous Integration Framework (Console 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-console-view/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/buildbot-console-view/distinfo Mon Mar 27 18:15:53 2017 (r437066)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1488906561
+SHA256 (buildbot-console-view-0.9.4.tar.gz) = 16d1ab8801439d50d712883ab155530840588d4d77ab600299ead0ef23da5bf0
+SIZE (buildbot-console-view-0.9.4.tar.gz) = 631510
Added: head/devel/buildbot-console-view/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/buildbot-console-view/pkg-descr Mon Mar 27 18:15:53 2017 (r437066)
@@ -0,0 +1,6 @@
+This port is the Console 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
More information about the svn-ports-all
mailing list