git: 81da03634d9f - main - misc/py-comfyui-workflow-templates-media-other: New port: ComfyUI: Media bundle containing audio/3D/misc workflow assets

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

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

commit 81da03634d9f141c74830c7dcf7190a6d2ad1aad
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-03-18 04:34:01 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-03-18 15:48:09 +0000

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

diff --git a/misc/Makefile b/misc/Makefile
index c8baebe79421..d21721fdb69a 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -450,6 +450,7 @@
     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-other
     SUBDIR += py-comfyui-workflow-templates-media-video
     SUBDIR += py-cppman
     SUBDIR += py-crudini
diff --git a/misc/py-comfyui-workflow-templates-media-other/Makefile b/misc/py-comfyui-workflow-templates-media-other/Makefile
new file mode 100644
index 000000000000..0a7f3327fb3c
--- /dev/null
+++ b/misc/py-comfyui-workflow-templates-media-other/Makefile
@@ -0,0 +1,22 @@
+PORTNAME=	comfyui-workflow-templates-media-other
+DISTVERSION=	0.3.146
+CATEGORIES=	misc python
+MASTER_SITES=	PYPI
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	${PORTNAME:S/-/_/g}-${DISTVERSION}
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	ComfyUI: Media bundle containing audio/3D/misc 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-other/distinfo b/misc/py-comfyui-workflow-templates-media-other/distinfo
new file mode 100644
index 000000000000..c02a0f37f3f6
--- /dev/null
+++ b/misc/py-comfyui-workflow-templates-media-other/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1773805669
+SHA256 (comfyui_workflow_templates_media_other-0.3.146.tar.gz) = 36c8c02c3b6da5fb08f1d1d99a4f0c4cd5cd1d7d45db3ea7e7435ca81178aa3a
+SIZE (comfyui_workflow_templates_media_other-0.3.146.tar.gz) = 90260440
diff --git a/misc/py-comfyui-workflow-templates-media-other/files/patch-pyproject.toml b/misc/py-comfyui-workflow-templates-media-other/files/patch-pyproject.toml
new file mode 100644
index 000000000000..37d561b01cd0
--- /dev/null
+++ b/misc/py-comfyui-workflow-templates-media-other/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.146"
+ description = "Media bundle containing audio/3D/misc workflow assets"
+ readme = {text = "Media bundle containing audio/3D/misc 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-other/pkg-descr b/misc/py-comfyui-workflow-templates-media-other/pkg-descr
new file mode 100644
index 000000000000..c42e0610fe47
--- /dev/null
+++ b/misc/py-comfyui-workflow-templates-media-other/pkg-descr
@@ -0,0 +1,3 @@
+Media bundle containing audio, 3D, and miscellaneous workflow assets for
+ComfyUI. This package provides workflow templates for audio processing, 3D
+model generation, and other specialized tasks.