notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Newsfeed changes

The news feed page[s] were not laid out well. Two pages, disjointed information, hard to figure out how to use the optional parameters...

Thankfully, someone told me.

The new page is ready for your review. Please compare these two:

You may also be interested in the Github issue.
Port details
py-vbuild Simple module to extract html/script/style from a VueJS file
0.8.2_1 textproc on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
Maintainer: DtxdF@disroot.org search for ports maintained by this maintainer
Port Added: 2024-11-02 19:33:04
Last Update: 2024-11-15 10:17:17
Commit Hash: af95c62
Also Listed In: python
License: MIT
WWW:
https://github.com/manatlan/vbuild
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}vbuild>0:textproc/py-vbuild@${PY_FLAVOR}
To install the port:
cd /usr/ports/textproc/py-vbuild/ && make install clean
To add the package, run one of these commands:
  • pkg install textproc/py-vbuild
  • pkg install py311-vbuild
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py311-vbuild listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-vbuild
Package flavors (<flavor>: <package>)
  • py311: py311-vbuild
distinfo:
TIMESTAMP = 1729896364 SHA256 (vbuild-0.8.2.tar.gz) = 270cd9078349d907dfae6c0e6364a5a5e74cb86183bb5093613f12a18b435fa9 SIZE (vbuild-0.8.2.tar.gz) = 8937

Packages (timestamps in pop-ups are UTC):
py311-vbuild
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.8.2_10.8.2_1-0.8.2_10.8.2_1---
FreeBSD:13:quarterly0.8.2_10.8.2_1-0.8.2_10.8.2_1---
FreeBSD:14:latest0.8.2_10.8.2_1-0.8.2_10.8.2_1---
FreeBSD:14:quarterly0.8.2_10.8.2_1-0.8.2_10.8.2_1---
FreeBSD:15:latest0.8.2_10.8.2_1n/a0.8.2_1n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-poetry-core>=1.0.0 : devel/py-poetry-core@py311
  2. python3.11 : lang/python311
  3. py311-build>=0 : devel/py-build@py311
  4. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. py311-pscript>=0 : textproc/py-pscript@py311
  2. python3.11 : lang/python311
This port is required by:
for Run
  1. www/py-nicegui
  2. www/py-nicegui-nogui

Configuration Options:
No options to configure
Options name:
textproc_py-vbuild
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/v/vbuild/
  2. https://pypi.org/packages/source/v/vbuild/
Collapse this list.

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.8.2_1
15 Nov 2024 10:17:17
commit hash: af95c62c120e895f1e12f0ae6d49ee68f48ea806commit hash: af95c62c120e895f1e12f0ae6d49ee68f48ea806commit hash: af95c62c120e895f1e12f0ae6d49ee68f48ea806commit hash: af95c62c120e895f1e12f0ae6d49ee68f48ea806 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
textproc/py-vbuild: Fix BUILD_DEPENDS

- While I'm here, remove incorrect/unnecessary patch-pyproject.toml for python
and pscript in tool.poetry.dependencies section
- Bump PORTREVISION for package change

Approved by:	portmgr (blanket)
With hat:	python
0.8.2
02 Nov 2024 19:30:11
commit hash: 59856b93264a2a6567e8b43ac36e3142a5018556commit hash: 59856b93264a2a6567e8b43ac36e3142a5018556commit hash: 59856b93264a2a6567e8b43ac36e3142a5018556commit hash: 59856b93264a2a6567e8b43ac36e3142a5018556 files touched by this commit
Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
Author: Jesús Daniel Colmenares Oviedo
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

Number of commits found: 2