aboutsummaryrefslogtreecommitdiff
path: root/games/super_mario_bros_python
Commit message (Collapse)AuthorAgeFilesLines
* Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/Sunpoet Po-Chuan Hsieh2017-01-201-1/+1
| | | | Notes: svn path=/head/; revision=431996
* Improve shebangfix frameworkDmitry Marakasov2015-10-191-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Support multiple values in *_OLD_CMD, i.e. we can now fix both "/usr/bin/python" and "/usr/bin/env python" at the same time - Default *_OLD_CMD values are now always appended, so you don't need to specify them in individual ports - Add lua support (depends on USES=lua) - Add more default values, such as "/usr/bin/env foo" for python, perl, bash, ruby and lua - Shebangfix now matches whole words, e.g. we will no longer (erroneously) replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is still (correctly) replaced with "${perl_CMD} -tt") Note that *_OLD_CMD items containing spaces must now be quoted (e.g. perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl") Update shebangfix usage according to new rules in many ports: - Remove *_OLD_CMD for patterns now replaced by default - Quote custom *_OLD_CMD which contain spaces Fix shebangfix usage in many ports (irrelevant to infrastructure change): - Remove redundant SHEBANG_LANG (no need to duplicate default langs) - Remove redundant *_CMD (such as python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present) - Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for exact string Approved by: portmgr (bapt) Differential Revision: D3756 Notes: svn path=/head/; revision=399684
* Switch default python_CMD used by shebangfix to ${PYTHON_CMD} for portsAntoine Brodin2015-07-291-1/+0
| | | | | | | | | | | | using python PR: 201077 Reviewed by: mat With hat: portmgr Differential Revision: https://reviews.freebsd.org/D2955 Notes: svn path=/head/; revision=393196
* - Add LICENSE_FILEDmitry Marakasov2014-12-022-10/+6
| | | | | | | | - Fix shebangs in all python files - Drop @dirrm* from plist Notes: svn path=/head/; revision=373735
* - Release ports maintained by games@Dmitry Marakasov2014-10-311-1/+1
| | | | | | | | | | | | | | games@ team is quite small and inactive, so ports currently assigned to it cannot be assumed as properly maintained. To not cause confusion by making it look otherwise, and also to allow and promote adoption by individual maintainers, release these ports back to the pool. Note that this does not change the fact that games@ team still takes care of these ports to excent of its capabilities. Suggested by: marino Notes: svn path=/head/; revision=371872
* - Convert games/ to new USES=pythonMarcus von Appen2014-10-201-2/+1
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371287
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* games/arkanoidsbRusmir Dusko2014-06-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Transfer maintainership to games@ team - Use tar:bzip2 instead of USE_BZIP2=yes games/magicmaze - Mastersite disappeared, mirror on my SF site - Transfer maintainership to games@ team - Change WWW to WayBack games/sdl_jewels - Transfer maintainership to games@ team games/sdl_lopan - Transfer maintainership to games@ team games/secrettower - Transfer maintainership to games@ team games/super_mario_bros_python - Transfer maintainership to games@ team games/xvier - Transfer maintainership to games@ team Notes: svn path=/head/; revision=357788
* - Add USES shebangfix and SHEBANG_FILESRusmir Dusko2014-05-011-6/+9
| | | | | | | | | - Fix the usage of 'perl' to get rid of the implicit lang/perl dependency, change REINPLACE - Change install, cosmetical changes Notes: svn path=/head/; revision=352768
* Update the default version of GCC used in the Ports Collection fromGerald Pfeifer2014-03-101-0/+1
| | | | | | | | | | | | | | GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as well as changing the default in Mk/bsd.default-versions.mk. Part II, Bump PORTREVISIONs. PR: 182136 Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports) Tested by: bdrewery (two -exp runs) Notes: svn path=/head/; revision=347809
* Convert g* to USES=zipBaptiste Daroussin2014-03-101-1/+1
| | | | Notes: svn path=/head/; revision=347760
* Python cleanup:Rene Ladan2014-01-131-1/+1
| | | | | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat) Notes: svn path=/head/; revision=339634
* Super Mario Bros. Python is a clone of the original Super Mario Bros 1985 NES.Rusmir Dusko2013-12-085-0/+237
WWW: http://sourceforge.net/projects/supermariobrosp/ PR: ports/171392 Submitted by: nemysis (self) Approved by: pawel (mentor) Notes: svn path=/head/; revision=335925