pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-buildbot-console-view



Module Name:    pkgsrc
Committed By:   joerg
Date:           Sun Oct  1 23:44:52 UTC 2017

Added Files:
        pkgsrc/devel/py-buildbot-console-view: DESCR Makefile PLIST distinfo

Log Message:
Add py-buildbot-console-view-0.9.11:

The BuildBot is a system to automate the compile/test cycle required by
most software projects to validate code changes. By automatically
rebuilding and testing the tree each time something has changed, build
problems are pinpointed quickly, before other developers are
inconvenienced by the failure. The guilty developer can be identified
and harassed without human intervention. By running the builds on a
variety of platforms, developers who do not have the facilities to test
their changes everywhere before checkin will at least know shortly
afterwards whether they have broken the build or not. Warning counts,
lint checks, image size, compile time, and other build parameters can
be tracked over time, are more visible, and are therefore easier to
improve.

This package contains the Console View Plugin.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-buildbot-console-view/DESCR \
    pkgsrc/devel/py-buildbot-console-view/Makefile \
    pkgsrc/devel/py-buildbot-console-view/PLIST \
    pkgsrc/devel/py-buildbot-console-view/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/py-buildbot-console-view/DESCR
diff -u /dev/null pkgsrc/devel/py-buildbot-console-view/DESCR:1.1
--- /dev/null   Sun Oct  1 23:44:52 2017
+++ pkgsrc/devel/py-buildbot-console-view/DESCR Sun Oct  1 23:44:52 2017
@@ -0,0 +1,14 @@
+The BuildBot is a system to automate the compile/test cycle required by
+most software projects to validate code changes. By automatically
+rebuilding and testing the tree each time something has changed, build
+problems are pinpointed quickly, before other developers are
+inconvenienced by the failure. The guilty developer can be identified
+and harassed without human intervention. By running the builds on a
+variety of platforms, developers who do not have the facilities to test
+their changes everywhere before checkin will at least know shortly
+afterwards whether they have broken the build or not. Warning counts,
+lint checks, image size, compile time, and other build parameters can
+be tracked over time, are more visible, and are therefore easier to
+improve.
+
+This package contains the Console View Plugin.
Index: pkgsrc/devel/py-buildbot-console-view/Makefile
diff -u /dev/null pkgsrc/devel/py-buildbot-console-view/Makefile:1.1
--- /dev/null   Sun Oct  1 23:44:52 2017
+++ pkgsrc/devel/py-buildbot-console-view/Makefile      Sun Oct  1 23:44:52 2017
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2017/10/01 23:44:52 joerg Exp $
+
+DISTNAME=      buildbot-console-view-0.9.11
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel net python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=b/buildbot-console-view/}
+
+MAINTAINER=    joerg%NetBSD.org@localhost
+HOMEPAGE=      https://buildbot.net/
+COMMENT=       Waterfall Plugin for the buildbot CI system
+LICENSE=       gnu-gpl-v2
+
+DEPENDS+=      ${PYPKGPREFIX}-buildbot-[0-9]*:../../devel/py-buildbot
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-buildbot-pkg-[0-9]*:../../devel/py-buildbot-pkg
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-buildbot-console-view/PLIST
diff -u /dev/null pkgsrc/devel/py-buildbot-console-view/PLIST:1.1
--- /dev/null   Sun Oct  1 23:44:52 2017
+++ pkgsrc/devel/py-buildbot-console-view/PLIST Sun Oct  1 23:44:52 2017
@@ -0,0 +1,14 @@
+@comment $NetBSD: PLIST,v 1.1 2017/10/01 23:44:52 joerg Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/buildbot_console_view/VERSION
+${PYSITELIB}/buildbot_console_view/__init__.py
+${PYSITELIB}/buildbot_console_view/__init__.pyc
+${PYSITELIB}/buildbot_console_view/__init__.pyo
+${PYSITELIB}/buildbot_console_view/static/fixtures.js
+${PYSITELIB}/buildbot_console_view/static/scripts.js
+${PYSITELIB}/buildbot_console_view/static/styles.css
+${PYSITELIB}/buildbot_console_view/static/tests.js
Index: pkgsrc/devel/py-buildbot-console-view/distinfo
diff -u /dev/null pkgsrc/devel/py-buildbot-console-view/distinfo:1.1
--- /dev/null   Sun Oct  1 23:44:52 2017
+++ pkgsrc/devel/py-buildbot-console-view/distinfo      Sun Oct  1 23:44:52 2017
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/10/01 23:44:52 joerg Exp $
+
+SHA1 (buildbot-console-view-0.9.11.tar.gz) = e1cb0a2baadc2eeb123862007a824c63e33d8fea
+RMD160 (buildbot-console-view-0.9.11.tar.gz) = 91be975417eb43a938724cb93d97174e30fa5606
+SHA512 (buildbot-console-view-0.9.11.tar.gz) = 24a7915713665aeefe0389fa2aae1cdbde2b0dea0041b4a00410b77956b76897a9a427658303bf976916c5a0e3bb373a4a21339f4ded0b716d80ec380ad16cb4
+Size (buildbot-console-view-0.9.11.tar.gz) = 640623 bytes



Home | Main Index | Thread Index | Old Index