git: 72a119cd1658 - main - misc/py-comfyui-workflow-templates-media-video: New port: ComfyUI: Media bundle containing video workflow assets
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 18 Mar 2026 15:48:17 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=72a119cd165851d94a0ec50961ad0032a76f9348
commit 72a119cd165851d94a0ec50961ad0032a76f9348
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-03-18 04:23:53 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-03-18 15:48:08 +0000
misc/py-comfyui-workflow-templates-media-video: New port: ComfyUI: Media bundle containing video 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 7e123ce6be2a..21ccb545f7f5 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-video
SUBDIR += py-cppman
SUBDIR += py-crudini
SUBDIR += py-csvw
diff --git a/misc/py-comfyui-workflow-templates-media-video/Makefile b/misc/py-comfyui-workflow-templates-media-video/Makefile
new file mode 100644
index 000000000000..9946d5f35934
--- /dev/null
+++ b/misc/py-comfyui-workflow-templates-media-video/Makefile
@@ -0,0 +1,22 @@
+PORTNAME= comfyui-workflow-templates-media-video
+DISTVERSION= 0.3.62
+CATEGORIES= misc python
+MASTER_SITES= PYPI
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTNAME= ${PORTNAME:S/-/_/g}-${DISTVERSION}
+
+MAINTAINER= yuri@FreeBSD.org
+COMMENT= ComfyUI: Media bundle containing video 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-video/distinfo b/misc/py-comfyui-workflow-templates-media-video/distinfo
new file mode 100644
index 000000000000..4e326a68c576
--- /dev/null
+++ b/misc/py-comfyui-workflow-templates-media-video/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1773805648
+SHA256 (comfyui_workflow_templates_media_video-0.3.62.tar.gz) = 81b9cbde81a35cecaf0acff098e0d947f91d758a54d7bbb8832f0b06c40147fb
+SIZE (comfyui_workflow_templates_media_video-0.3.62.tar.gz) = 97119359
diff --git a/misc/py-comfyui-workflow-templates-media-video/files/patch-pyproject.toml b/misc/py-comfyui-workflow-templates-media-video/files/patch-pyproject.toml
new file mode 100644
index 000000000000..9571cb205127
--- /dev/null
+++ b/misc/py-comfyui-workflow-templates-media-video/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.62"
+ description = "Media bundle containing video workflow assets"
+ readme = {text = "Media bundle containing video 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-video/pkg-descr b/misc/py-comfyui-workflow-templates-media-video/pkg-descr
new file mode 100644
index 000000000000..02a588d97a57
--- /dev/null
+++ b/misc/py-comfyui-workflow-templates-media-video/pkg-descr
@@ -0,0 +1,2 @@
+Media bundle containing video workflow assets for ComfyUI. This package
+provides workflow templates for video processing and generation tasks.