IABSD.fr/ports/lang/pcbasic

Branch :


Log

Author Commit Date CI Message
c2fac5fe 2022-11-25 16:38:02 use MODPY_PYBUILD, fix deps in secularize while there
dae9f91e 2022-11-13 15:28:39 bump for MODPY_DEFAULT_VERSION_3 change
e93f9d0c 2022-03-11 19:28:46 drop RCS Ids
5e4370b6 2021-11-02 00:01:12 bump REVISION for switch from Python 3.8 -> 3.9
20830aca 2021-02-27 23:25:28 switch pcbasic to python3 ok bcallah@ (MAINTAINER)
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.
3318ced0 2019-07-12 20:46:54 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes
c45cd79f 2019-05-15 12:04:34 Add RUN_DEPENDS to TEST_DEPENDS automatically for ports using the lang/python port module. I've not yet come up with a port that would not need this and one can always set MODPY_TESTDEP to "no" to prevent the module from touching TEST_DEPENDS. Idea from afresh1 who pointed out the cpan module already does this. aja "I support this move." OK sthen@
e376ae4b 2018-12-11 20:56:11 Update to pcbasic-2.0.1 Change the V variable to MODPY_EGG_VERSION (it should have been that in the first place) Changelog: https://github.com/robhagemans/pcbasic/compare/v2.0.0...v2.0.1
9694b946 2018-11-08 04:27:02 Import lang/pcbasic, a free, cross-platform emulator for GW-BASIC family. ok juanfra@ PC-BASIC is a free, cross-platform interpreter for GW-BASIC, Advanced BASIC (BASICA), PCjr Cartridge Basic and Tandy 1000 GWBASIC. It interprets these BASIC dialects with a high degree of accuracy, aiming for bug-for-bug compatibility. PC-BASIC emulates the most common video and audio hardware on which these BASICs used to run. PC-BASIC runs plain-text, tokenised and protected .BAS files. It implements floating-point arithmetic in the Microsoft Binary Format (MBF) and can therefore read and write binary data files created by GW-BASIC.