Commit Graph

10 Commits

Author SHA1 Message Date
naddy
9433d2a35f drop RCS Ids 2022-03-11 19:04:03 +00:00
daniel
ca74f27d06 adapt a few ports to the numpy python2/python3 port split
- make the python2 consumers point to py2-numpy
- make the py-numpy port python3-only so it can be updated
2021-06-14 01:02:27 +00:00
sthen
3cbe1c2f30 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.
2021-02-23 19:39:08 +00:00
sthen
03d56c48e8 mysticmine: add missing RDEP on py-numpy 2021-02-21 21:22:08 +00:00
ajacoutot
17a39f5ccf Unbreak: BUILD_DEPNDS -> BUILD_DEPENDS 2020-10-18 11:03:11 +00:00
daniel
a7ab354828 use cython instead of pyrex in mysticmine
pyrex is used for a single .pyx file. Since development on this game seems
to have stopped we could pre-generate a static copy of ai.c so we can drop
the pyrex dependency. However, it turns out that the pyrex code is similar
enough to modern cython, that we can just swap pyrex for cython. This seems
to work...

While here:
- remove pyrex as an RDEP, not sure why that was ever needed
- fix the locale-related crasher so the game doesn't just bail at startup
- update to what looks like the final github commit (from July 2016)
- s/koonsolo/dewitters/ as requested by kmos@
- regenerate PLIST

Tested by myself on amd64

ok kmos@
2020-10-17 18:20:34 +00:00
sthen
484cf3de0c replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:45:45 +00:00
landry
cfa378bddb Bump REVISION on pygame consumers to account for pygame->py-game renaming. 2018-04-01 09:29:31 +00:00
espie
8d860230fd adjust distinfo post DISTFILES change 2017-05-06 15:10:17 +00:00
bentley
6037eeda20 Import mysticmine-1.2.0.
Guide your gold car through a mine, switching rails with a single button.
You can only go down, but thanks to an optic illusion in the levels, you can
always reach every point. Play this game alone or invite some friends and
play against each other. The game supports up to 6 people on one keyboard.
Everyone can enjoy this family friendly game, regardless of age or
experience.

ok landry@
2016-06-02 11:33:07 +00:00