Port details |
- py-tofu Practical high-level network game engine
- 0.5_1 net =3 0.5_1Version of this port present on the latest quarterly branch.
- Maintainer: acm@FreeBSD.org
- Port Added: 2005-10-08 22:30:57
- Last Update: 2023-07-23 10:50:18
- Commit Hash: 34c6986
- People watching this port, also watch:: e2fsprogs, libevent, py39-simpy, pure-ftpd, sash
- Also Listed In: python
- License: GPLv2+
- WWW:
- http://home.gna.org/oomadness/en/tofu/index.html
- Description:
- Tofu is a practical high-level network game engine, written
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.
Tofu is Free Software, under the GNU LGPL license.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}tofu>0:net/py-tofu@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/net/py-tofu/ && make install clean
- To add the package, run one of these commands:
- pkg install net/py-tofu
- pkg install py39-tofu
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-tofu listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-tofu
- Package flavors (<flavor>: <package>)
- distinfo:
- SHA256 (python/Tofu-0.5.tar.bz2) = 0d7401b8e113041714b2ded9fb90d36695895fd3f7853b34e5a2c940cb4ec01c
SIZE (python/Tofu-0.5.tar.bz2) = 17290
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-twisted>=0 : devel/py-twisted@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- This port is required by:
- for Run
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for py39-tofu-0.5_1:
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- net_py-tofu
- USES:
- python tar:bzip2
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.5_1 23 Jul 2023 10:50:18 |
Muhammad Moinur Rahman (bofh) |
net/py-tofu: Remove stale MASTER_SITES
- Replace stale MIRROR_SITES with LOCAL as these stale SITES
drastically deteriorates the portscout scanner. MAINTAINERS who are
also committers please update or move the DISTFILE in your own HOME
public_distfiles on next commit.
Approved by: portmgr (blanket) |
0.5_1 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.5_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.5_1 20 Jul 2022 14:22:37 |
Tobias C. Berner (tcberner) |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
0.5_1 25 Mar 2022 13:38:18 |
Po-Chuan Hsieh (sunpoet) |
net/py-tofu: Fix build with setuptools 58.0.0+
With hat: python |
0.5_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.5_1 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
0.5_1 06 Jan 2019 12:26:02 |
tobik |
Do not set OPTIONS_DEFINE twice |
0.5_1 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
0.5_1 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
0.5_1 04 Sep 2017 00:01:02 |
sunpoet |
Change from USES=twisted to devel/py-twisted
- Bump PORTREVISION for dependency change
PR: 221660
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 14 days) |
0.5 09 Jun 2017 14:09:04 |
sunpoet |
Add LICENSE
- Add missing OPTIONS_DEFINE=EXMAPLES
- Add NO_ARCH
- Convert to options target helper
- While I'm here:
- Pet portlint: move DIST_SUBDIR upward
- Sort USE_PYTHON
- Remove no-op WRKSRC
Approved by: portmgr (blanket) |
0.5 23 May 2016 18:36:52 |
amdmi3 |
Convert tab after WWW: in pkg-descrs to single space as per PHB
Approved by: portmgr blanket |
0.5 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
0.5 24 Oct 2014 16:21:26 |
mva |
- Convert ports of net/ to new USES=python
Approved by: portmgr (implicit) |
0.5 29 Jul 2014 18:41:17 |
adamw |
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
0.5 01 Mar 2014 16:35:55 |
antoine |
Stage support |
0.5 08 Dec 2013 12:04:08 |
mva |
New USES=twisted, to replace the old USE_TWISTED knob.
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 |
0.5 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
0.5 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
0.5 30 Jul 2007 09:42:28 |
alexbl |
- Make Python 2.5.1 the default Python version
- 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 |
0.5 23 Jul 2006 02:45:24 |
acm |
Change maintainer address to my @FreeBSD.org email
Approved by: garga (mentor) |
0.5 15 Jun 2006 15:46:39 |
erwin |
Update to 0.5
PR: 98957
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> (maintainer) |
0.4 08 May 2006 17:24:58 |
stefan |
Update to 0.4
PR: 96942
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
Approved by: arved (mentor) |
0.3 08 Apr 2006 17:02:02 |
mnag |
- Update to 0.3
PR: 95505
Submitted by: maintainer |
0.2 22 Jan 2006 21:24:05 |
edwin |
SHA256ify
Approved by: krion@ |
0.2 10 Oct 2005 17:37:16 |
mnag |
Change COMMENT to reflect Porters Handbook (sect 5.6)
Notified by: hq
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> (maintainer) |
0.2 08 Oct 2005 22:55:25 |
mnag |
Use %%PYTHON_SITELIBDIR%%
Remove bsd.port.pre.mk |
0.2 08 Oct 2005 22:29:54 |
mnag |
Tofu is a practical high-level network game engine, written
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> |