aboutsummaryrefslogtreecommitdiff
path: root/net/py-tofu
Commit message (Collapse)AuthorAgeFilesLines
* Convert tab after WWW: in pkg-descrs to single space as per PHBDmitry Marakasov2016-05-231-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415738
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-5/+5
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* - Convert ports of net/ to new USES=pythonMarcus von Appen2014-10-241-4/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371449
* Convert a bunch of USE_BZIP2 to USES=tar:bzip2Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363371
* Stage supportAntoine Brodin2014-03-012-22/+6
| | | | Notes: svn path=/head/; revision=346644
* New USES=twisted, to replace the old USE_TWISTED knob.Marcus von Appen2013-12-081-1/+1
| | | | | | | | | | | | | | | | | twisted can be configured with the arguments run or build to replace the previous USE_TWISTED_RUN and USE_TWISTED_BUILD knobs. The twisted components can be added as comma-separated arguments. If you previously wrote USE_TWISTED= yes USE_TWISTED= conch names USE_TWISTED_RUN= yes you now would write USES= twisted USES= twisted:conch,names USES= twisted:run Notes: svn path=/head/; revision=335877
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | net) Notes: svn path=/head/; revision=327755
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Make Python 2.5.1 the default Python versionAlexander Botero-Lowry2007-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 Notes: svn path=/head/; revision=196700
* Change maintainer address to my @FreeBSD.org emailJose Alonso Cardenas Marquez2006-07-231-1/+1
| | | | | | | Approved by: garga (mentor) Notes: svn path=/head/; revision=168518
* Update to 0.5Erwin Lansing2006-06-153-7/+4
| | | | | | | | PR: 98957 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> (maintainer) Notes: svn path=/head/; revision=165509
* Update to 0.4Stefan Walter2006-05-082-4/+4
| | | | | | | | | PR: 96942 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> Approved by: arved (mentor) Notes: svn path=/head/; revision=161735
* - Update to 0.3Marcus Alves Grando2006-04-082-4/+4
| | | | | | | | PR: 95505 Submitted by: maintainer Notes: svn path=/head/; revision=159139
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154193
* Change COMMENT to reflect Porters Handbook (sect 5.6)Marcus Alves Grando2005-10-101-1/+1
| | | | | | | | Notified by: hq Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> (maintainer) Notes: svn path=/head/; revision=144848
* Use %%PYTHON_SITELIBDIR%%Marcus Alves Grando2005-10-082-20/+17
| | | | | | | Remove bsd.port.pre.mk Notes: svn path=/head/; revision=144619
* Tofu is a practical high-level network game engine, writtenMarcus Alves Grando2005-10-084-0/+69
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> Notes: svn path=/head/; revision=144612