Created attachment 254830 [details] vbuild-0.8.2.patch Description: Compile your VueJS (vuejs2 only) components (*.vue) to standalone HTML/JS/CSS using Python only, no need of NodeJS. And you can use python components with vbuild in your vue/sfc files. WWW: https://github.com/manatlan/vbuild QA: * portlint: OK (looks fine.) * testport: OK (poudriere: 14.1-RELEASE, amd64)
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=59856b93264a2a6567e8b43ac36e3142a5018556 commit 59856b93264a2a6567e8b43ac36e3142a5018556 Author: Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org> AuthorDate: 2024-11-02 19:28:33 +0000 Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> CommitDate: 2024-11-02 19:30:11 +0000 textproc/py-vbuild: New port: Simple module to extract html/script/style from a VueJS file Compile your VueJS (vuejs2 only) components (*.vue) to standalone HTML/JS/CSS using Python only, no need of NodeJS. And you can use python components with vbuild in your vue/sfc files. WWW: https://github.com/manatlan/vbuild PR: 282454 textproc/Makefile | 1 + textproc/py-vbuild/Makefile (new) | 22 ++++++++++++++++++++++ textproc/py-vbuild/distinfo (new) | 3 +++ .../py-vbuild/files/patch-pyproject.toml (new) | 13 +++++++++++++ textproc/py-vbuild/pkg-descr (new) | 3 +++ 5 files changed, 42 insertions(+)
Committed thanks!