Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Mar 2024 12:56:26 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 45fa35a7ba50 - main - devel/py-buildbot-react-console-view: New port
Message-ID:  <202403041256.424CuQT2005625@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=45fa35a7ba502744270e309d4c4065aedca2b93c

commit 45fa35a7ba502744270e309d4c4065aedca2b93c
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-03-04 12:54:23 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-03-04 12:56:08 +0000

    devel/py-buildbot-react-console-view: New port
    
    Buildbot Console View plugin (react)
    
    WWW: https://buildbot.net
---
 devel/Makefile                                 |  1 +
 devel/py-buildbot-react-console-view/Makefile  | 21 +++++++++++++++++++++
 devel/py-buildbot-react-console-view/distinfo  |  3 +++
 devel/py-buildbot-react-console-view/pkg-descr |  1 +
 4 files changed, 26 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index 6028154de4a5..7b3146903072 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4433,6 +4433,7 @@
     SUBDIR += py-buildbot-console-view
     SUBDIR += py-buildbot-grid-view
     SUBDIR += py-buildbot-pkg
+    SUBDIR += py-buildbot-react-console-view
     SUBDIR += py-buildbot-waterfall-view
     SUBDIR += py-buildbot-worker
     SUBDIR += py-buildbot-www
diff --git a/devel/py-buildbot-react-console-view/Makefile b/devel/py-buildbot-react-console-view/Makefile
new file mode 100644
index 000000000000..78edfa80e7aa
--- /dev/null
+++ b/devel/py-buildbot-react-console-view/Makefile
@@ -0,0 +1,21 @@
+PORTNAME=	buildbot-react-console-view
+DISTVERSION=	3.11.1
+CATEGORIES=	devel python
+MASTER_SITES=	PYPI
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	bofh@FreeBSD.org
+COMMENT=	Buildbot Console View plugin (react)
+WWW=		https://buildbot.net
+
+LICENSE=	GPLv2
+
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}buildbot-pkg>=${PORTVERSION}:devel/py-buildbot-pkg@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}buildbot-pkg>=${PORTVERSION}:devel/py-buildbot-pkg@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	autoplist distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/devel/py-buildbot-react-console-view/distinfo b/devel/py-buildbot-react-console-view/distinfo
new file mode 100644
index 000000000000..01e2b9da5475
--- /dev/null
+++ b/devel/py-buildbot-react-console-view/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1709556595
+SHA256 (buildbot-react-console-view-3.11.1.tar.gz) = 66452c00de7a38423f4a9850c9dbf81e4555e84a1b774a5df946d76b6de605f4
+SIZE (buildbot-react-console-view-3.11.1.tar.gz) = 22200
diff --git a/devel/py-buildbot-react-console-view/pkg-descr b/devel/py-buildbot-react-console-view/pkg-descr
new file mode 100644
index 000000000000..f5f27ac98b2d
--- /dev/null
+++ b/devel/py-buildbot-react-console-view/pkg-descr
@@ -0,0 +1 @@
+Buildbot Console View plugin (react)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403041256.424CuQT2005625>