Port details |
- py-moderngl-window Library for ModernGL making window creation & resource loading simple
- 3.1.0 graphics
=2 2.4.6Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2023-01-21 08:21:19
- Last Update: 2025-01-12 22:36:41
- Commit Hash: 667842e
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://github.com/moderngl/moderngl-window
- Description:
- moderngl-window is a cross platform utility library for ModernGL making window
creation and resource loading simple. It can also be used with PyOpenGL for
rendering with the programmable pipeline.
¦ ¦ ¦ ¦ 
- 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}moderngl-window>0:graphics/py-moderngl-window@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/graphics/py-moderngl-window/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/py-moderngl-window
- pkg install py311-moderngl-window
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-moderngl-window listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-moderngl-window
- Package flavors (<flavor>: <package>)
- py311: py311-moderngl-window
- distinfo:
- TIMESTAMP = 1736660864
SHA256 (moderngl-moderngl-window-3.1.0_GH0.tar.gz) = 48d29dda0d2ec71a6674f7de88c1f997d23a63e2fe2e5d0ad3a1042024e8e186
SIZE (moderngl-moderngl-window-3.1.0_GH0.tar.gz) = 30986161
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>0 : devel/py-setuptools@py311
- py311-wheel>0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- py311-pytest>=7,1 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-moderngl<6 : graphics/py-moderngl@py311
- py311-numpy>=1.16,1<1.27,1 : math/py-numpy@py311
- py311-pillow>=7.0.0 : graphics/py-pillow@py311
- py311-pyglet>=2.0.0 : graphics/py-pyglet@py311
- py311-pyglm>=2.7.0 : graphics/py-pyglm@py311
- py311-pyrr>=0.10.3,<1 : math/py-pyrr@py311
- py311-PyWavefront>0 : misc/py-PyWavefront@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- graphics_py-moderngl-window
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.1.0 12 Jan 2025 22:36:41
    |
Yuri Victorovich (yuri)  |
graphics/py-moderngl-window: update 2.4.6 → 3.1.0
Reported by: portscout |
2.4.6 28 Apr 2024 17:53:54
    |
Yuri Victorovich (yuri)  |
graphics/py-moderngl-window: update 2.4.5 → 2.4.6
Reported by: portscout |
2.4.5 15 Oct 2023 09:30:14
    |
Yuri Victorovich (yuri)  |
graphics/py-moderngl-window: update 2.4.4 → 2.4.5
Reported by: portscout |
2.4.4 25 Jun 2023 18:29:35
    |
Yuri Victorovich (yuri)  |
graphics/py-moderngl-window: Update 2.4.3 → 2.4.4
Reported by: portscout |
2.4.3_2 23 Apr 2023 09:09:58
    |
Gerald Pfeifer (gerald)  |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
2.4.3_1 04 Apr 2023 18:29:11
    |
Antoine Brodin (antoine)  |
USE_PYTHON=pep517: bump PORTREVISION |
2.4.3 29 Mar 2023 15:03:19
    |
Charlie Li (vishwin)  |
graphics/py-moderngl-window: explicitly add setuptools to BUILD_DEPENDS
PR: 270243 |
2.4.3 06 Mar 2023 09:19:17
    |
Yuri Victorovich (yuri)  |
graphics/py-moderngl-window: Update 2.4.2 → 2.4.3
Reported by: portscout |
2.4.2 05 Feb 2023 19:05:02
    |
Charlie Li (vishwin)  |
Revert "Mk/Uses/python.mk: Fix USE_PYTHON=pep517: always compile and install
bytecode"
Despite installer's default behaviour to compile and install bytecode,
we are not doing so going forward at stage/package time. [0] During
initial development and qualification of PEP-517 framework support,
compiling and installing bytecode at stage/package time was considered,
but was found problematic, fragile and ultimately unreliable, both
currently and historically (with USE_PYTHON=distutils), due to our
fixed plist requirement. While the living binary distribution format
(wheel) specification [1] says to compile bytecode, that is in the
pure Python package management context (pip, etc); nuance always
exists when interacting with "system" package management.
Additionally, "bytecode is an implementation detail of the CPython
interpreter. No guarantees are made that bytecode will not be added, (Only the first 15 lines of the commit message are shown above ) |
2.4.2_1 05 Feb 2023 18:16:47
    |
Po-Chuan Hsieh (sunpoet)  |
Mk/Uses/python.mk: Fix USE_PYTHON=pep517: always compile and install bytecode
- While I'm here, use long options for easier reading [1][2]
- Bump PORTREVISION of dependent ports (USE_PYTHON=pep517) for package change
It fixes build_fs_violation of dependent ports in poudriere (with -t flag).
It is also the default behavior of installer [2].
from py-sphinx log:
=>> Checking for staging violations... done
=>> Error: Filesystem touched during stage (files must install to ${STAGEDIR}):
extra: usr/local/lib/python3.9/site-packages/importlib_metadata/__pycache__
=>> Cleaning up wrkdir
from installer documentation:
--compile-bytecode
Possible choices: 0, 1, 2
generate bytecode for the specified optimization level(s) (default=0, 1)
--no-compile-bytecode
don’t generate bytecode for installed modules
Default: False
With hat: python
Reference: https://pypa-build.readthedocs.io/en/stable/ [1]
https://installer.pypa.io/en/stable/cli/installer/ [2] |
2.4.2 21 Jan 2023 08:20:42
    |
Yuri Victorovich (yuri)  |
graphics/py-moderngl-window: New port: Library for ModernGL making window
creation & resource loading simple |