[Midnightbsd-cvs] mports [24222] trunk/devel: add buildbot ports
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Wed Sep 5 09:33:35 EDT 2018
Revision: 24222
http://svnweb.midnightbsd.org/mports/?rev=24222
Author: laffer1
Date: 2018-09-05 09:33:34 -0400 (Wed, 05 Sep 2018)
Log Message:
-----------
add buildbot ports
Modified Paths:
--------------
trunk/devel/Makefile
Added Paths:
-----------
trunk/devel/py-buildbot-console-view/
trunk/devel/py-buildbot-console-view/Makefile
trunk/devel/py-buildbot-console-view/distinfo
trunk/devel/py-buildbot-console-view/pkg-descr
trunk/devel/py-buildbot-grid-view/
trunk/devel/py-buildbot-grid-view/Makefile
trunk/devel/py-buildbot-grid-view/distinfo
trunk/devel/py-buildbot-grid-view/pkg-descr
trunk/devel/py-buildbot-pkg/
trunk/devel/py-buildbot-pkg/Makefile
trunk/devel/py-buildbot-pkg/distinfo
trunk/devel/py-buildbot-pkg/pkg-descr
trunk/devel/py-buildbot-worker/
trunk/devel/py-buildbot-worker/Makefile
trunk/devel/py-buildbot-worker/distinfo
trunk/devel/py-buildbot-worker/files/
trunk/devel/py-buildbot-worker/files/buildbot-worker.in
trunk/devel/py-buildbot-worker/files/patch-setup.py
trunk/devel/py-buildbot-worker/pkg-descr
trunk/devel/py-buildbot-www/
trunk/devel/py-buildbot-www/Makefile
trunk/devel/py-buildbot-www/distinfo
trunk/devel/py-buildbot-www/pkg-descr
Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile 2018-09-05 13:16:15 UTC (rev 24221)
+++ trunk/devel/Makefile 2018-09-05 13:33:34 UTC (rev 24222)
@@ -475,6 +475,11 @@
SUBDIR += py-boto
SUBDIR += py-botocore
SUBDIR += py-buildbot
+SUBDIR += py-buildbot-console-view
+SUBDIR += py-buildbot-grid-view
+SUBDIR += py-buildbot-pkg
+SUBDIR += py-buildbot-worker
+SUBDIR += py-buildbot-www
SUBDIR += py-cffi
SUBDIR += py-colorama
SUBDIR += py-configargparse
Added: trunk/devel/py-buildbot-console-view/Makefile
===================================================================
--- trunk/devel/py-buildbot-console-view/Makefile (rev 0)
+++ trunk/devel/py-buildbot-console-view/Makefile 2018-09-05 13:33:34 UTC (rev 24222)
@@ -0,0 +1,22 @@
+# $MidnightBSD$
+
+PORTNAME= buildbot-console-view
+PORTVERSION= 0.9.15
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Continuous Integration Framework (Console View)
+
+LICENSE= gpl2
+
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}buildbot-pkg>=${PORTVERSION}:devel/py-buildbot-pkg
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}buildbot-pkg>=${PORTVERSION}:devel/py-buildbot-pkg
+
+USES= python
+USE_PYTHON= autoplist distutils
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
Property changes on: trunk/devel/py-buildbot-console-view/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/py-buildbot-console-view/distinfo
===================================================================
--- trunk/devel/py-buildbot-console-view/distinfo (rev 0)
+++ trunk/devel/py-buildbot-console-view/distinfo 2018-09-05 13:33:34 UTC (rev 24222)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1514920209
+SHA256 (buildbot-console-view-0.9.15.tar.gz) = f4ec92518d9d4f189c239d928ea984f51b13b5ecd2cd3461b22e6391dba9b772
+SIZE (buildbot-console-view-0.9.15.tar.gz) = 640529
Property changes on: trunk/devel/py-buildbot-console-view/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/py-buildbot-console-view/pkg-descr
===================================================================
--- trunk/devel/py-buildbot-console-view/pkg-descr (rev 0)
+++ trunk/devel/py-buildbot-console-view/pkg-descr 2018-09-05 13:33:34 UTC (rev 24222)
@@ -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: https://buildbot.net/trac
+
+WWW: https://buildbot.net
Property changes on: trunk/devel/py-buildbot-console-view/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/py-buildbot-grid-view/Makefile
===================================================================
--- trunk/devel/py-buildbot-grid-view/Makefile (rev 0)
+++ trunk/devel/py-buildbot-grid-view/Makefile 2018-09-05 13:33:34 UTC (rev 24222)
@@ -0,0 +1,22 @@
+# $MidnightBSD$
+
+PORTNAME= buildbot-grid-view
+PORTVERSION= 0.9.15
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Continuous Integration Framework (Grid View)
+
+LICENSE= gpl2
+
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}buildbot-pkg>=${PORTVERSION}:devel/py-buildbot-pkg
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}buildbot-pkg>=${PORTVERSION}:devel/py-buildbot-pkg
+
+USES= python
+USE_PYTHON= autoplist distutils
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
Property changes on: trunk/devel/py-buildbot-grid-view/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/py-buildbot-grid-view/distinfo
===================================================================
--- trunk/devel/py-buildbot-grid-view/distinfo (rev 0)
+++ trunk/devel/py-buildbot-grid-view/distinfo 2018-09-05 13:33:34 UTC (rev 24222)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1514920210
+SHA256 (buildbot-grid-view-0.9.15.tar.gz) = 771d2375a71caa4e92c6a4e2b57886222bf290ade398aec59f2a97573db9aa8d
+SIZE (buildbot-grid-view-0.9.15.tar.gz) = 638858
Property changes on: trunk/devel/py-buildbot-grid-view/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/py-buildbot-grid-view/pkg-descr
===================================================================
--- trunk/devel/py-buildbot-grid-view/pkg-descr (rev 0)
+++ trunk/devel/py-buildbot-grid-view/pkg-descr 2018-09-05 13:33:34 UTC (rev 24222)
@@ -0,0 +1,6 @@
+This port is the Grid View Plugin for BuildBot. For the buildmaster,
+install the devel/buildbot port.
+
+For more information, please see: https://buildbot.net/trac
+
+WWW: https://buildbot.net
Property changes on: trunk/devel/py-buildbot-grid-view/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/py-buildbot-pkg/Makefile
===================================================================
--- trunk/devel/py-buildbot-pkg/Makefile (rev 0)
+++ trunk/devel/py-buildbot-pkg/Makefile 2018-09-05 13:33:34 UTC (rev 24222)
@@ -0,0 +1,19 @@
+# $MidnightBSD$
+
+PORTNAME= buildbot-pkg
+PORTVERSION= 0.9.15
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Continuous Integration Framework (packaging)
+
+LICENSE= gpl2
+
+USES= python
+USE_PYTHON= autoplist distutils
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
Property changes on: trunk/devel/py-buildbot-pkg/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/py-buildbot-pkg/distinfo
===================================================================
--- trunk/devel/py-buildbot-pkg/distinfo (rev 0)
+++ trunk/devel/py-buildbot-pkg/distinfo 2018-09-05 13:33:34 UTC (rev 24222)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1514920210
+SHA256 (buildbot-pkg-0.9.15.tar.gz) = f012a68096be19c4d2bbcd515f706d07d1a2daf540637f6bf2828ab1b84f0bf8
+SIZE (buildbot-pkg-0.9.15.tar.gz) = 4902
Property changes on: trunk/devel/py-buildbot-pkg/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/py-buildbot-pkg/pkg-descr
===================================================================
--- trunk/devel/py-buildbot-pkg/pkg-descr (rev 0)
+++ trunk/devel/py-buildbot-pkg/pkg-descr 2018-09-05 13:33:34 UTC (rev 24222)
@@ -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: https://buildbot.net/trac
+
+WWW: https://buildbot.net
Property changes on: trunk/devel/py-buildbot-pkg/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/py-buildbot-worker/Makefile
===================================================================
--- trunk/devel/py-buildbot-worker/Makefile (rev 0)
+++ trunk/devel/py-buildbot-worker/Makefile 2018-09-05 13:33:34 UTC (rev 24222)
@@ -0,0 +1,37 @@
+# $MidnightBSD$
+
+PORTNAME= buildbot-worker
+PORTVERSION= 0.9.15
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Buildbot Worker Daemon
+
+LICENSE= gpl2
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>=0.15.2:devel/py-future \
+ ${PYTHON_PKGNAMEPREFIX}twisted>=14.0.1:devel/py-twisted
+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twisted>0:devel/py-twisted \
+ ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock
+
+USES= python
+USE_PYTHON= autoplist distutils
+USE_RC_SUBR= buildbot-worker
+
+SUB_LIST+= PYTHON_CMD=${PYTHON_CMD}
+
+NO_ARCH= yes
+
+PLIST_FILES= man/man1/buildbot-worker.1.gz
+
+post-install:
+ ${INSTALL_MAN} ${WRKSRC}/docs/buildbot-worker.1 ${STAGEDIR}${MANPREFIX}/man/man1
+
+do-test:
+ ${MKDIR} ${WRKDIR}/tmp
+ cd ${WRKDIR}/tmp && ${PYTHON_CMD} -m twisted.trial buildbot_worker.test
+
+.include <bsd.port.mk>
Property changes on: trunk/devel/py-buildbot-worker/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/py-buildbot-worker/distinfo
===================================================================
--- trunk/devel/py-buildbot-worker/distinfo (rev 0)
+++ trunk/devel/py-buildbot-worker/distinfo 2018-09-05 13:33:34 UTC (rev 24222)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1514920212
+SHA256 (buildbot-worker-0.9.15.tar.gz) = c80399cb2ee57b562389bd5adeb2001c6da1931ea6264e08284634e78ea28e9a
+SIZE (buildbot-worker-0.9.15.tar.gz) = 100728
Property changes on: trunk/devel/py-buildbot-worker/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/py-buildbot-worker/files/buildbot-worker.in
===================================================================
--- trunk/devel/py-buildbot-worker/files/buildbot-worker.in (rev 0)
+++ trunk/devel/py-buildbot-worker/files/buildbot-worker.in 2018-09-05 13:33:34 UTC (rev 24222)
@@ -0,0 +1,121 @@
+#!/bin/sh
+
+# $FreeBSD: head/devel/py-buildbot-worker/files/buildbot-worker.in 445207 2017-07-07 03:57:39Z asomers $
+# PROVIDE: buildbot-worker
+# REQUIRE: LOGIN
+# KEYWORD: shutdown
+#
+# Add the following lines to /etc/rc.conf to run buildbot-worker:
+#
+# buildbot_worker_enable (bool): Set to "YES" to enable buildbot-worker.
+# Default: "NO"
+#
+# buildbot_worker_flags (flags): Set extra command flags here. See buildbot-worker(8)
+# Default: Empty ("").
+#
+# buildbot_worker_uid (user): User to run buildbot-worker as.
+# Default: "buildbot"
+#
+# buildbot_worker_gid (group): Group to run buildbot-worker as.
+# Default: "buildbot"
+#
+# buildbot_worker_basedir (path): Location for buildbot-worker base directory
+# Default: %%PREFIX%%/etc/buildbot-worker
+#
+# buildbot_worker_profiles (str): Define profiles names. Space-delimited.
+# Default: Empty ("")
+#
+# This rc.d script supports multiple "profiles". When profiles are
+# specified, the non-profile specific parameters become defaults.
+#
+# Example:
+#
+# buildbot_worker_profiles="foo bar"
+#
+# buildbot_worker_foo_enable="YES"
+# buildbot_worker_foo_basedir="/usr/home/foo/buildbot"
+# buildbot_worker_foo_uid="foo"
+# buildbot_worker_foo_gid="foo"
+#
+# buildbot_worker_bar_enable="YES"
+# buildbot_worker_bar_basedir="/usr/home/buildbot/"
+
+. /etc/rc.subr
+
+export PATH=${PATH}:%%LOCALBASE%%/bin
+
+name=buildbot_worker
+desc="Buildbot Buildworker"
+rcvar=buildbot_worker_enable
+
+load_rc_config ${name}
+
+# These are just the defaults, they might get overriden for a specific profile.
+eval ": \${${name}_enable:=\"NO\"}"
+eval ": \${${name}_flags:=\"\"}"
+eval ": \${${name}_uid:=\"buildbot\"}"
+eval ": \${${name}_gid:=\"buildbot\"}"
+eval ": \${${name}_basedir:=\"%%PREFIX%%/etc/${name}\"}"
+
+command="%%PREFIX%%/bin/twistd"
+command_interpreter="%%PYTHON_CMD%%"
+pidfile="${buildbot_worker_basedir}/twistd.pid"
+
+ # A specific profile is specified in the command
+ if [ -n "$2" ]; then
+ profile="$2"
+ # Override defaults with profile-specific values
+ if [ -n "${buildbot_worker_profiles}" ]; then
+ eval buildbot_worker_enable="\${buildbot_worker_${profile}_enable:-${buildbot_worker_enable}}"
+ eval buildbot_worker_flags="\${buildbot_worker_${profile}_flags:-${buildbot_worker_flags}}"
+ eval buildbot_worker_uid="\${buildbot_worker_${profile}_uid:-${buildbot_worker_uid}}"
+ eval buildbot_worker_gid="\${buildbot_worker_${profile}_gid:-${buildbot_worker_gid}}"
+ eval buildbot_worker_basedir="\${buildbot_worker_${profile}_basedir:-${buildbot_worker_basedir}}"
+ eval pidfile="\${buildbot_worker_${profile}_basedir:-${buildbot_worker_basedir}}/twistd.pid"
+ else
+ echo "%%PREFIX%%/etc/rc.d/${name}: extra argument ignored"
+ fi
+ # A specific profile is not in the command
+ else
+ # Check if any profiles are defined
+ if [ -n "$1" -a -n "${buildbot_worker_profiles}" ]; then
+ # Loop through them
+ for profile in ${buildbot_worker_profiles}; do
+ eval _enable="\${buildbot_worker_${profile}_enable}"
+ case "${_enable:-${buildbot_worker_enable}}" in
+ [Nn][Oo]|[Ff][Aa][Ll][Ss][Ee]|[Oo][Ff][Ff]|0)
+ continue
+ ;;
+ [Yy][Ee][Ss]|[Tt][Rr][Uu][Ee]|[Oo][Nn]|1)
+ ;;
+ *)
+ if test -z "$_enable"; then
+ _var=buildbot_worker_enable
+ else
+ _var=buildbot_worker_"${profile}"_enable
+ fi
+ warn "Bad value" \
+ "'${_enable:-${buildbot_worker_enable}}'" \
+ "for ${_var}. " \
+ "Profile ${profile} skipped."
+ continue
+ ;;
+ esac
+ echo "===> ${name} profile: ${profile}"
+ if %%PREFIX%%/etc/rc.d/${name} $1 ${profile}; then
+ success="${profile} ${success:-}"
+ else
+ failed="${profile} (${retcode}) ${failed:-}"
+ fi
+ done
+ # Exit so that non-profile rc.d is not started when there are profiles
+ exit 0
+ fi
+ fi
+
+# run_rc_command would send ${name}_flags as parameters to $command (daemon)
+# This ensures they are actually passed to fcgiwrap instead.
+actual_buildbot_worker_flags="${buildbot_worker_flags}"
+buildbot_worker_flags=""
+command_args="--uid=${buildbot_worker_uid} --gid=${buildbot_worker_gid} --pidfile=${pidfile} --python=${buildbot_worker_basedir}/buildbot.tac ${actual_buildbot_worker_flags}"
+run_rc_command "$1"
Property changes on: trunk/devel/py-buildbot-worker/files/buildbot-worker.in
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/py-buildbot-worker/files/patch-setup.py
===================================================================
--- trunk/devel/py-buildbot-worker/files/patch-setup.py (rev 0)
+++ trunk/devel/py-buildbot-worker/files/patch-setup.py 2018-09-05 13:33:34 UTC (rev 24222)
@@ -0,0 +1,12 @@
+--- setup.py.orig 2017-07-01 19:16:48 UTC
++++ setup.py
+@@ -106,9 +106,6 @@ setup_args = {
+ "buildbot_worker.test.unit",
+ "buildbot_worker.test.util",
+ ],
+- # mention data_files, even if empty, so install_data is called and
+- # VERSION gets copied
+- 'data_files': [("buildbot_worker", [])],
+ 'cmdclass': {
+ 'install_data': our_install_data,
+ 'sdist': our_sdist
Property changes on: trunk/devel/py-buildbot-worker/files/patch-setup.py
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/py-buildbot-worker/pkg-descr
===================================================================
--- trunk/devel/py-buildbot-worker/pkg-descr (rev 0)
+++ trunk/devel/py-buildbot-worker/pkg-descr 2018-09-05 13:33:34 UTC (rev 24222)
@@ -0,0 +1,6 @@
+This port is the worker part of BuildBot. For the buildmaster, install the
+devel/py-buildbot port.
+
+For more information, please see: https://buildbot.net/trac
+
+WWW: https://buildbot.net
Property changes on: trunk/devel/py-buildbot-worker/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/py-buildbot-www/Makefile
===================================================================
--- trunk/devel/py-buildbot-www/Makefile (rev 0)
+++ trunk/devel/py-buildbot-www/Makefile 2018-09-05 13:33:34 UTC (rev 24222)
@@ -0,0 +1,27 @@
+# $MidnightBSD$
+
+PORTNAME= buildbot-www
+PORTVERSION= 0.9.15
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Continuous Integration Framework (WWW)
+
+LICENSE= gpl2
+
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}buildbot>=${PORTVERSION}:devel/py-buildbot \
+ ${PYTHON_PKGNAMEPREFIX}buildbot-pkg>=${PORTVERSION}:devel/py-buildbot-pkg \
+ ${PYTHON_PKGNAMEPREFIX}mock>0.8.0:devel/py-mock
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}buildbot-console-view>=${PORTVERSION}:devel/py-buildbot-console-view \
+ ${PYTHON_PKGNAMEPREFIX}buildbot-grid-view>=${PORTVERSION}:devel/py-buildbot-grid-view \
+ ${PYTHON_PKGNAMEPREFIX}buildbot-waterfall-view>=${PORTVERSION}:devel/py-buildbot-waterfall-view \
+ ${PYTHON_PKGNAMEPREFIX}service_identity>=16.0.0:security/py-service_identity
+
+USES= python
+USE_PYTHON= autoplist distutils
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
Property changes on: trunk/devel/py-buildbot-www/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/py-buildbot-www/distinfo
===================================================================
--- trunk/devel/py-buildbot-www/distinfo (rev 0)
+++ trunk/devel/py-buildbot-www/distinfo 2018-09-05 13:33:34 UTC (rev 24222)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1514920213
+SHA256 (buildbot-www-0.9.15.tar.gz) = 830bb3903d456462a48c723647d698f13c4a07966a89819895314b68ce7f8da1
+SIZE (buildbot-www-0.9.15.tar.gz) = 717948
Property changes on: trunk/devel/py-buildbot-www/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/py-buildbot-www/pkg-descr
===================================================================
--- trunk/devel/py-buildbot-www/pkg-descr (rev 0)
+++ trunk/devel/py-buildbot-www/pkg-descr 2018-09-05 13:33:34 UTC (rev 24222)
@@ -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: https://buildbot.net/trac
+
+WWW: https://buildbot.net
Property changes on: trunk/devel/py-buildbot-www/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list