notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
tt Tetris for Terminals
15.1 games on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 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 search for ports maintained by this maintainer
Port Added: 2003-09-24 18:15:12
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (9 items)
Collapse this list.
  1. @group games
  2. @mode 2555
  3. bin/tt
  4. @mode
  5. @group
  6. @unexec if [ -f /var/games/ttscores ]; then rm /var/games/ttscores; fi
  7. @owner
  8. @group
  9. @mode
Collapse this list.
Dependency lines:
  • tt>0:games/tt
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):
tt
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest15.115.115.115.115.1-15.1-
FreeBSD:13:quarterly15.115.115.115.115.115.115.115.1
FreeBSD:14:latest15.115.115.115.115.115.1-15.1
FreeBSD:14:quarterly15.115.1-15.115.115.115.115.1
FreeBSD:15:latest15.115.1n/a15.1n/a15.115.115.1
FreeBSD:15:quarterly--n/a-n/a---
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:
Expand this list (1 items)
Collapse this list.
  1. http://www.miketaylor.org.uk/tech/tt/
Collapse this list.

Number of commits found: 15

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
15.1
20 Jul 2022 14:21:58
commit hash: d56127bdfc7d6fca27855e27a66e61ce99cce27ccommit hash: d56127bdfc7d6fca27855e27a66e61ce99cce27ccommit hash: d56127bdfc7d6fca27855e27a66e61ce99cce27ccommit hash: d56127bdfc7d6fca27855e27a66e61ce99cce27c files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
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 View all of this commit message)
15.1
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
15.1
31 Jan 2016 08:28:47
Revision:407586Original commit files touched by this commit
marino search for other commits by this committer
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
Revision:327730Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
games)
15.1
01 Sep 2011 01:54:50
Original commit files touched by this commit
danfe search for other commits by this committer
- Update to version 15.1
- Utilize PORTDOCS
- Relinquish to the pool
15.0
03 Jul 2011 14:25:36
Original commit files touched by this commit
ohauer search for other commits by this committer
-remove MD5
15.0
17 May 2011 11:24:22
Original commit files touched by this commit
danfe search for other commits by this committer
Reformat description text for better readability.
15.0
12 Jan 2008 01:35:12
Original commit files touched by this commit
danfe search for other commits by this committer
- Add additional mastersite per portlint(1)
- Fix a typo in Makefile header
15.0
07 Mar 2007 21:30:44
Original commit files touched by this commit
danfe search for other commits by this committer
Update to version 15.0.
14.0
22 Jan 2006 11:18:58
Original commit files touched by this commit
edwin search for other commits by this committer
SHA256ify

Approved by:    krion@
14.0
27 Aug 2004 08:46:33
Original commit files touched by this commit
danfe search for other commits by this committer
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
Original commit files touched by this commit
krion search for other commits by this committer
- SIZEify

PR:             ports/63548
Submitted by:   maintainer
14.0
24 Sep 2003 18:14:21
Original commit files touched by this commit
krion search for other commits by this committer
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: 15