Port details |
- tt Tetris for Terminals
- 15.1 games =2 15.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: 2003-09-24 18:15:12
- Last Update: 2024-07-28 13:15:14
- Commit Hash: d912727
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: not specified in port
- WWW:
- http://www.miketaylor.org.uk/tech/tt/
- Description:
- tt is an implementation of the well-known game tetris. Quadominoes (groups
of four squares joined orthogonally together) slowly fall down the screen,
accumulating at the bottom, and when the pile reaches the top of the screen
the game is over.
The pieces may be moved to the left or right, and rotated as they fall, with
the aim of making them tessellate with the pieces already at the bottom of
the game area. The height of the stack of pieces can be reduced by filling
a complete row of ten squares, at which point that row will disappear, and
those above will fall down into its place. It is possible (and desirable)
to destroy multiple rows at once.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/games/tt/ && make install clean
- To add the package, run one of these commands:
- pkg install games/tt
- pkg install tt
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: tt
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (tt-15.1.tar.gz) = 523544242bc780167d4bd770c5b1b8550de6a29edd6dcfa11d2da4286509eb54
SIZE (tt-15.1.tar.gz) = 48843
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 tt-15.1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- games_tt
- USES:
- ncurses
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 16
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
15.1 28 Jul 2024 13:15:14 |
Muhammad Moinur Rahman (bofh) |
games/tt: Use postunexec instead of unexec
- Sanitize the pkg-plist |
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) |
15.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 ) |
15.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 ) |
15.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
15.1 31 Jan 2016 08:28:47 |
marino |
games/tt: document ncurses requirement (USES+= ncurses)
It was linking -lcurses -ltermcap but on FreeBSD these are the aliases
for the same library, -lncurses, so just specific that directly. |
15.1 20 Sep 2013 17:36:36 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
15.1 01 Sep 2011 01:54:50 |
danfe |
- Update to version 15.1
- Utilize PORTDOCS
- Relinquish to the pool |
15.0 03 Jul 2011 14:25:36 |
ohauer |
-remove MD5 |
15.0 17 May 2011 11:24:22 |
danfe |
Reformat description text for better readability. |
15.0 12 Jan 2008 01:35:12 |
danfe |
- Add additional mastersite per portlint(1)
- Fix a typo in Makefile header |
15.0 07 Mar 2007 21:30:44 |
danfe |
Update to version 15.0. |
14.0 22 Jan 2006 11:18:58 |
edwin |
SHA256ify
Approved by: krion@ |
14.0 27 Aug 2004 08:46:33 |
danfe |
Update my email address to `@FreeBSD.org'.
Relinquish ports I happen to no longer use. They seem to be of the latest
versions, and non-broken, so this is a "clean" dump.
Approved by: fjoe (mentor) |
14.0 29 Feb 2004 20:50:30 |
krion |
- SIZEify
PR: ports/63548
Submitted by: maintainer |
14.0 24 Sep 2003 18:14:21 |
krion |
This is a new port of tetris game, written almost 15 years ago,
but being very playable, highly portable, well-tested, and
still being developed! It is specifically designed to be
played over terminal lines. Includes quite a few game-type
options, and just overall-neat piece of software.
PR: 56743
Submitted by: Alexey Dokuchaev <danfe@regency.nsu.ru> |
Number of commits found: 16
|