Date: Wed, 18 Mar 2026 15:48:13 +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: 48e923d06e43 - main - misc/py-comfyui-embedded-docs: New port: Embedded documentation for ComfyUI Message-ID: <69bac93d.196d9.5b8c7ef4@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=48e923d06e4348d0d208780c8e57025948765728 commit 48e923d06e4348d0d208780c8e57025948765728 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2026-03-18 03:38:10 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2026-03-18 15:48:08 +0000 misc/py-comfyui-embedded-docs: New port: Embedded documentation for ComfyUI --- misc/Makefile | 1 + misc/py-comfyui-embedded-docs/Makefile | 23 ++++++++++++++++++++++ misc/py-comfyui-embedded-docs/distinfo | 3 +++ .../files/patch-pyproject.toml | 11 +++++++++++ misc/py-comfyui-embedded-docs/pkg-descr | 2 ++ 5 files changed, 40 insertions(+) diff --git a/misc/Makefile b/misc/Makefile index 3f73270b5000..984520ddde68 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -446,6 +446,7 @@ SUBDIR += py-colored SUBDIR += py-colorzero SUBDIR += py-comfy-aimdo + SUBDIR += py-comfyui-embedded-docs SUBDIR += py-cppman SUBDIR += py-crudini SUBDIR += py-csvw diff --git a/misc/py-comfyui-embedded-docs/Makefile b/misc/py-comfyui-embedded-docs/Makefile new file mode 100644 index 000000000000..567dbbea98ae --- /dev/null +++ b/misc/py-comfyui-embedded-docs/Makefile @@ -0,0 +1,23 @@ +PORTNAME= comfyui-embedded-docs +DISTVERSION= 0.4.3 +CATEGORIES= misc python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= ${PORTNAME:S/-/_/g}-${DISTVERSION} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Embedded documentation for ComfyUI +WWW= https://github.com/Comfy-Org/embedded-docs + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE + +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-embedded-docs/distinfo b/misc/py-comfyui-embedded-docs/distinfo new file mode 100644 index 000000000000..f6b86904fd43 --- /dev/null +++ b/misc/py-comfyui-embedded-docs/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1773766107 +SHA256 (comfyui_embedded_docs-0.4.3.tar.gz) = 1cc2abf93eb906fe746dbf1c69271b1f500216b0a0aa0d48a084218ceb71bbac +SIZE (comfyui_embedded_docs-0.4.3.tar.gz) = 7552795 diff --git a/misc/py-comfyui-embedded-docs/files/patch-pyproject.toml b/misc/py-comfyui-embedded-docs/files/patch-pyproject.toml new file mode 100644 index 000000000000..24ee0e3b86bc --- /dev/null +++ b/misc/py-comfyui-embedded-docs/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- pyproject.toml.orig 2026-02-24 03:59:12 UTC ++++ pyproject.toml +@@ -8,7 +8,7 @@ requires-python = ">=3.9" + description = "Embedded documentation for ComfyUI nodes" + readme = "README.md" + requires-python = ">=3.9" +-license = "GPL-3.0" ++license = {text = "GPL-3.0"} + authors = [ + {name = "Comfy-Org"} + ] diff --git a/misc/py-comfyui-embedded-docs/pkg-descr b/misc/py-comfyui-embedded-docs/pkg-descr new file mode 100644 index 000000000000..72c973ea090b --- /dev/null +++ b/misc/py-comfyui-embedded-docs/pkg-descr @@ -0,0 +1,2 @@ +Embedded documentation package for ComfyUI, providing offline documentation +and help resources.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69bac93d.196d9.5b8c7ef4>
