Port details |
- tetrinet Console tetrinet client
- 0.11_1 games =5 0.11_1Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2001-03-05 10:57:25
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: openssl, lame, tosha, autoconf, mmencode
- Also Listed In: net
- License: PD
- WWW:
- http://tetrinet.or.cz/
- Description:
- Tetrinet is a multiplayer, networked tetris game for up to 6 players.
This is a Tetrinet client for the console.
You must be using at least a 50-line text display to run this version of
Tetrinet. This is made by either typing 'vidcontrol 80x50' before
you start tetrinet, or by adding 'allscreens_flags="80x50"' to /etc/rc.conf.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- tetrinet>0:games/tetrinet
- To install the port:
- cd /usr/ports/games/tetrinet/ && make install clean
- To add the package, run one of these commands:
- pkg install games/tetrinet
- pkg install tetrinet
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: tetrinet
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (tetrinet-0.11.tar.gz) = 703d5b267e8749dff4c35aa4c86515c9360d58a788bf17e2380ae6f6dcba2e77
SIZE (tetrinet-0.11.tar.gz) = 42585
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for tetrinet-0.11_1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- games_tetrinet
- USES:
- ncurses
- pkg-message:
- For install:
- You must be using at least a 50-line text display to run this version of
Tetrinet. This is made by either typing 'vidcontrol 80x50' before
you start tetrinet, or by adding 'allscreens_flags="80x50"' to /etc/rc.conf.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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.11_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.11_1 20 Jul 2022 14:21:58 |
Tobias C. Berner (tcberner) |
games: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <benlutz@datacomm.ch>
* <janos.mohacsi@bsd.hu>
* Aaron Baugher
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron VonderHaar <avh4@usa.net>
* Aaron Zauner <az_mail@gmx.at>
* Adam Kranzel (adam@alameda.edu)
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
0.11_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.11_1 30 Sep 2020 11:58:39 |
se |
Fix build with -fno-common
While here fix compiler warnings including one out-of-bounds array
access. |
0.11 04 Nov 2019 21:21:04 |
rene |
Returns johans's ports to the pool after safekeeping his commit bit. |
0.11 09 Oct 2019 11:47:22 |
bapt |
Drop the ipv6 virtual category for g* category as it is not relevant anymore |
0.11 13 Aug 2019 16:03:12 |
mat |
Convert to UCL & cleanup pkg-message (categories e-g) |
0.11 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
0.11 04 Feb 2016 22:22:30 |
marino |
games/tetrinet: document ncurses rqmt (USES+=ncurses), respect LDFLAGS
approved by: infrastructure blanket |
0.11 21 Feb 2014 13:36:57 |
ehaupt |
Remove trailing whitespaces from category games |
0.11 10 Feb 2014 13:54:28 |
ehaupt |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt) |
0.11 29 Dec 2013 13:51:52 |
johans |
Enable stage support |
0.11 20 Sep 2013 17:36:36 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
0.11 19 Jul 2013 14:59:11 |
johans |
Rename variable 'log' to avoid conflicts with function 'log'
This fixes compilation on CURRENT |
0.11 18 Dec 2012 22:54:06 |
johans |
Fix potential build problem with non-standard compilers
by avoiding global variable 'log' to be treated as built-in function
(no functional changes) |
0.11 13 Jul 2012 09:05:24 |
johans |
- Adopt port
- Convert to new style OPTIONS |
0.11 03 Jul 2011 14:25:36 |
ohauer |
-remove MD5 |
0.11 01 Dec 2006 15:29:55 |
pav |
- Add ipv6 to CATEGORIES
PR: ports/106121, ports/106122
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> |
0.11 24 Nov 2005 19:28:01 |
pav |
- Add SHA256 |
0.11 29 Apr 2005 09:41:17 |
vs |
Use MAKE_ARGS/PLIST_FILES |
0.11 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
0.11 07 Jan 2004 09:00:34 |
edwin |
Update to version 0.11
Use PORTDICS
Fix URLs
Submitted by: edwin@mavetju.org |
0.7a 02 Nov 2003 02:48:09 |
edwin |
ports with possibly unreachable MAINTAINERs
*** addresses that seem to be dead:
PR: ports/58694
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> |
0.7a 21 Feb 2003 12:06:01 |
knu |
De-pkg-comment. |
0.7a 13 Aug 2002 16:20:40 |
fenner |
Remove <> from MAINTAINER=; it's a pure email address. |
0.7a 04 May 2002 21:49:04 |
kris |
Chase the checksum to tetrinet-0.7a; the author included two of our
patch files. Respect CC and CFLAGS.
Noticed by: bento |
05 Mar 2001 13:57:25 |
roam |
Add tetrinet, a very popular Tetris-like multiplayer game with extras. |