aboutsummaryrefslogtreecommitdiffstats
path: root/net/py-tofu/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - Make Python 2.5.1 the default Python versionalexbl2007-07-301-0/+1
| | | | | | | | | | - Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav
* Change maintainer address to my @FreeBSD.org emailacm2006-07-231-1/+1
| | | | Approved by: garga (mentor)
* Update to 0.5erwin2006-06-151-1/+1
| | | | | PR: 98957 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> (maintainer)
* Update to 0.4stefan2006-05-091-1/+1
| | | | | | PR: 96942 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> Approved by: arved (mentor)
* - Update to 0.3mnag2006-04-091-1/+1
| | | | | PR: 95505 Submitted by: maintainer
* Change COMMENT to reflect Porters Handbook (sect 5.6)mnag2005-10-111-1/+1
| | | | | Notified by: hq Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> (maintainer)
* Use %%PYTHON_SITELIBDIR%%mnag2005-10-091-4/+1
| | | | Remove bsd.port.pre.mk
* Tofu is a practical high-level network game engine, writtenmnag2005-10-091-0/+35
in Python and based on Twisted. Tofu is designed for games where players play one or several characters accross several levels. This includes jump'n run games, RPG or RTS, but not Tetris-like games or board game. It currently support client-server and single player mode; peer-to-peer mode may be added later. PR: 86956 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>