Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Mar 2026 15:48:18 +0000
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d5f0ab3a2028 - main - misc/py-comfyui-workflow-templates-media-image: New port: ComfyUI: Media bundle containing image workflow assets
Message-ID:  <69bac942.18915.63d6651f@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by yuri:

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

commit d5f0ab3a20289d8d276888b601f78909ffd610ba
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-03-18 04:32:15 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-03-18 15:48:08 +0000

    misc/py-comfyui-workflow-templates-media-image: New port: ComfyUI: Media bundle containing image workflow assets
---
 misc/Makefile                                      |  1 +
 .../Makefile                                       | 22 ++++++++++++++++++++++
 .../distinfo                                       |  3 +++
 .../files/patch-pyproject.toml                     | 11 +++++++++++
 .../pkg-descr                                      |  2 ++
 5 files changed, 39 insertions(+)

diff --git a/misc/Makefile b/misc/Makefile
index 21ccb545f7f5..c8baebe79421 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -449,6 +449,7 @@
     SUBDIR += py-comfyui-embedded-docs
     SUBDIR += py-comfyui-workflow-templates-core
     SUBDIR += py-comfyui-workflow-templates-media-api
+    SUBDIR += py-comfyui-workflow-templates-media-image
     SUBDIR += py-comfyui-workflow-templates-media-video
     SUBDIR += py-cppman
     SUBDIR += py-crudini
diff --git a/misc/py-comfyui-workflow-templates-media-image/Makefile b/misc/py-comfyui-workflow-templates-media-image/Makefile
new file mode 100644
index 000000000000..dc397233313a
--- /dev/null
+++ b/misc/py-comfyui-workflow-templates-media-image/Makefile
@@ -0,0 +1,22 @@
+PORTNAME=	comfyui-workflow-templates-media-image
+DISTVERSION=	0.3.107
+CATEGORIES=	misc python
+MASTER_SITES=	PYPI
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	${PORTNAME:S/-/_/g}-${DISTVERSION}
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	ComfyUI: Media bundle containing image workflow assets
+WWW=		https://github.com/Comfy-Org/workflow_templates
+
+LICENSE=	MIT
+
+BUILD_DEPENDS=	${PY_SETUPTOOLS} \
+		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	pep517 autoplist
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/misc/py-comfyui-workflow-templates-media-image/distinfo b/misc/py-comfyui-workflow-templates-media-image/distinfo
new file mode 100644
index 000000000000..cc727f542a5a
--- /dev/null
+++ b/misc/py-comfyui-workflow-templates-media-image/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1773805656
+SHA256 (comfyui_workflow_templates_media_image-0.3.107.tar.gz) = f5666d4d53967cb39660101f4073322f6570c2ef1a363bd95b7fa268839556cc
+SIZE (comfyui_workflow_templates_media_image-0.3.107.tar.gz) = 42570930
diff --git a/misc/py-comfyui-workflow-templates-media-image/files/patch-pyproject.toml b/misc/py-comfyui-workflow-templates-media-image/files/patch-pyproject.toml
new file mode 100644
index 000000000000..99e55a0077cd
--- /dev/null
+++ b/misc/py-comfyui-workflow-templates-media-image/files/patch-pyproject.toml
@@ -0,0 +1,11 @@
+--- pyproject.toml.orig	2026-03-17 21:00:00 UTC
++++ pyproject.toml
+@@ -7,7 +7,7 @@ version = "0.3.107"
+ description = "Media bundle containing image workflow assets"
+ readme = {text = "Media bundle containing image workflow assets for ComfyUI.", content-type = "text/plain"}
+ requires-python = ">=3.9"
+-license = "MIT"
++license = {text = "MIT"}
+ 
+ [tool.setuptools.packages.find]
+ where = ["src"]
diff --git a/misc/py-comfyui-workflow-templates-media-image/pkg-descr b/misc/py-comfyui-workflow-templates-media-image/pkg-descr
new file mode 100644
index 000000000000..cb08a1d86c6f
--- /dev/null
+++ b/misc/py-comfyui-workflow-templates-media-image/pkg-descr
@@ -0,0 +1,2 @@
+Media bundle containing image workflow assets for ComfyUI. This package
+provides workflow templates for image processing and generation tasks.


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69bac942.18915.63d6651f>