devel/pyside6: fix packaging without webview
pkg-static: Unable to access file /wrkdirs/usr/ports/devel/pyside6/work-py311/stage/usr/local/share/PySide6/glue/qtwebview.cpp:No such file or directory
lang/algol68g: update Algol 68 Genie to version 3.12.2
As one of the oldest ISPs in the Netherlands will discontinue
its last hosting services, the site that hosted the project's
pages for almost 25 years is going to be shut down in the near
future and thus the website had been migrated to a new domain.
Reported by: portscout, Marcel van der Veer (hosting part)
devel/py-game_sdl2: fix Python package local version identifier
fixes build with newer setuptools, which more strictly enforces
PyPA version specifier standards
PR: 294404
Approved by: maintainer timeout
With hat: python
lang/lua55: Add port: Powerful, efficient, lightweight, embeddable scripting language (Version 5.5)
Lua is a programming language originally designed for extending applications,
but also frequently used as a general-purpose, stand-alone language. Lua
combines simple procedural syntax (similar to Pascal) with powerful data
description constructs based on associative arrays and extensible semantics.
Lua is dynamically typed, interpreted from bytecodes, and has automatic memory
management with garbage collection, making it ideal for configuration,
scripting, and rapid prototyping.
A fundamental concept in the design of Lua is to provide meta-mechanisms for
implementing features, instead of providing a host of features directly in
the language. For example, although Lua is not a pure object-oriented
language, it does provide meta-mechanisms for implementing classes and
inheritance. Lua's meta-mechanisms bring an economy of concepts and keep the
language small, while allowing the semantics to be extended in unconventional
ways. Extensible semantics is a distinguishing feature of Lua.
Lua is implemented as a small library of C functions, written in ANSI C, and
[9 lines not shown]