Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 10f96c15 | 2025-12-17 13:56:01 | Remove -Werror from hard-coded build flags. gcc15 has new warnings and trips over this code base with -Werror. OK sthen@ | ||
| b980bb55 | 2024-05-06 12:22:30 | bump REVISION for py3.10 -> py3.11 switch | ||
| e65fdedb | 2023-09-20 06:52:54 | ->SITES | ||
| 7cbb2aaf | 2023-02-18 07:19:12 | Regen wANTLIB after wxWidgets update. | ||
| 31ec66eb | 2022-03-11 18:26:24 | drop RCS Ids | ||
| 3cbe1c2f | 2021-02-23 19:39:08 | Reverse the polarity of MODPY_VERSION; default is now 3.x, if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}. This commit doesn't change any versions currently used; it may be that some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those should be cleaned up in the course of updating ports where possible. Python module ports providing py3-* packages should still use FLAVOR=python3 so that we don't have a mixture of dependencies some using ${MODPY_FLAVOR} and others not. | ||
| eb0b6301 | 2019-11-09 15:35:26 | Import comms/pterm. Pterm is a terminal emulator designed for connecting to PLATO-like systems such as Cyber1 and the Cybis release from Tom Hunter. It also has the ability to run MicroTutor from floppy disk images. PLATO is a multi-user system hosting games, educational material, and communities. A PLATO server is hosted at IRATA.online with guest access and a CYBIS system is hosted at cyber1.org. From Tim Meunier, thanks! OK sthen@ |