git: a3cb55ee902b - main - misc/py-comfyui-frontend-package: New port: ComfyUI: Frontend package

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Wed, 18 Mar 2026 15:48:22 UTC
The branch main has been updated by yuri:

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

commit a3cb55ee902b2423fe2cac451bcfc0665d2b855a
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-03-18 04:39:16 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-03-18 15:48:09 +0000

    misc/py-comfyui-frontend-package: New port: ComfyUI: Frontend package
---
 misc/Makefile                              |  1 +
 misc/py-comfyui-frontend-package/Makefile  | 19 +++++++++++++++++++
 misc/py-comfyui-frontend-package/distinfo  |  3 +++
 misc/py-comfyui-frontend-package/pkg-descr |  2 ++
 4 files changed, 25 insertions(+)

diff --git a/misc/Makefile b/misc/Makefile
index 9448ed5c1830..4066b73e7e1d 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -447,6 +447,7 @@
     SUBDIR += py-colorzero
     SUBDIR += py-comfy-aimdo
     SUBDIR += py-comfyui-embedded-docs
+    SUBDIR += py-comfyui-frontend-package
     SUBDIR += py-comfyui-workflow-templates
     SUBDIR += py-comfyui-workflow-templates-core
     SUBDIR += py-comfyui-workflow-templates-media-api
diff --git a/misc/py-comfyui-frontend-package/Makefile b/misc/py-comfyui-frontend-package/Makefile
new file mode 100644
index 000000000000..8f4bae298889
--- /dev/null
+++ b/misc/py-comfyui-frontend-package/Makefile
@@ -0,0 +1,19 @@
+PORTNAME=	comfyui-frontend-package
+DISTVERSION=	1.43.1
+CATEGORIES=	misc python
+MASTER_SITES=	PYPI
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	${PORTNAME:S/-/_/g}-${DISTVERSION}
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	ComfyUI: Frontend package
+WWW=		https://github.com/Comfy-Org/ComfyUI_frontend
+
+LICENSE=	GPLv3
+
+USES=		python
+USE_PYTHON=	distutils autoplist
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/misc/py-comfyui-frontend-package/distinfo b/misc/py-comfyui-frontend-package/distinfo
new file mode 100644
index 000000000000..05b08e50840a
--- /dev/null
+++ b/misc/py-comfyui-frontend-package/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1773766098
+SHA256 (comfyui_frontend_package-1.43.1.tar.gz) = 8d07aa261b6c4aa4b41f2c5e4b06dc055f678dad0086f54293d3e50a76c32203
+SIZE (comfyui_frontend_package-1.43.1.tar.gz) = 21459731
diff --git a/misc/py-comfyui-frontend-package/pkg-descr b/misc/py-comfyui-frontend-package/pkg-descr
new file mode 100644
index 000000000000..2882be095988
--- /dev/null
+++ b/misc/py-comfyui-frontend-package/pkg-descr
@@ -0,0 +1,2 @@
+Frontend package for ComfyUI, providing the web-based user interface components
+for the ComfyUI stable diffusion GUI.