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) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
tetrinet Console tetrinet client
0.11_1 games on this many watch lists=3 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 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 search for ports maintained by this maintainer
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, autoconf, bash-completion, zip, zsh
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.
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 (5 items)
Collapse this list.
  1. bin/tetrinet
  2. bin/tetrinet-server
  3. /usr/local/share/licenses/tetrinet-0.11_1/catalog.mk
  4. /usr/local/share/licenses/tetrinet-0.11_1/LICENSE
  5. /usr/local/share/licenses/tetrinet-0.11_1/PD
Collapse this list.
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):
tetrinet
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.11_10.11_10.11_10.11_10.11_1-0.11_1-
FreeBSD:13:quarterly0.11_10.11_10.11_10.11_10.11_10.11_10.11_10.11_1
FreeBSD:14:latest0.11_10.11_10.11_10.11_10.11_10.11_1-0.11_1
FreeBSD:14:quarterly0.11_10.11_1-0.11_10.11_10.11_10.11_10.11_1
FreeBSD:15:latest0.11_10.11_1n/a0.11_1n/a0.11_10.11_10.11_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 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:
Expand this list (1 items)
Collapse this list.
  1. http://tetrinet.or.cz/download/
Collapse this list.

Number of commits found: 28

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)
0.11_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)
0.11_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)
0.11_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.
0.11_1
30 Sep 2020 11:58:39
Revision:550689Original commit files touched by this commit
se search for other commits by this committer
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
Revision:516744Original commit files touched by this commit
rene search for other commits by this committer
Returns johans's ports to the pool after safekeeping his commit bit.
0.11
09 Oct 2019 11:47:22
Revision:514137Original commit files touched by this commit
bapt search for other commits by this committer
Drop the ipv6 virtual category for g* category as it is not relevant anymore
0.11
13 Aug 2019 16:03:12
Revision:508837Original commit files touched by this commit
mat search for other commits by this committer
Convert to UCL & cleanup pkg-message (categories e-g)
0.11
19 May 2016 10:44:12
Revision:415499Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix trailing whitespace in pkg-descrs, categories [g-n]*

Approved by:	portmgr blanket
0.11
04 Feb 2016 22:22:30
Revision:408112Original commit files touched by this commit
marino search for other commits by this committer
games/tetrinet: document ncurses rqmt (USES+=ncurses), respect LDFLAGS

approved by:	infrastructure blanket
0.11
21 Feb 2014 13:36:57
Revision:345410Original commit files touched by this commit
ehaupt search for other commits by this committer
Remove trailing whitespaces from category games
0.11
10 Feb 2014 13:54:28
Revision:343634Original commit files touched by this commit
ehaupt search for other commits by this committer
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
Revision:337984Original commit files touched by this commit
johans search for other commits by this committer
Enable stage support
0.11
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)
0.11
19 Jul 2013 14:59:11
Revision:323300Original commit files touched by this commit
johans search for other commits by this committer
Rename variable 'log' to avoid conflicts with function 'log'
This fixes compilation on CURRENT
0.11
18 Dec 2012 22:54:06
Revision:309202Original commit files touched by this commit
johans search for other commits by this committer
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
Original commit files touched by this commit
johans search for other commits by this committer
- Adopt port
- Convert to new style OPTIONS
0.11
03 Jul 2011 14:25:36
Original commit files touched by this commit
ohauer search for other commits by this committer
-remove MD5
0.11
01 Dec 2006 15:29:55
Original commit files touched by this commit
pav search for other commits by this committer
- 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
Original commit files touched by this commit
pav search for other commits by this committer
- Add SHA256
0.11
29 Apr 2005 09:41:17
Original commit files touched by this commit
vs search for other commits by this committer
Use MAKE_ARGS/PLIST_FILES
0.11
29 Jan 2004 07:24:56
Original commit files touched by this commit
trevor search for other commits by this committer
SIZEify.
0.11
07 Jan 2004 09:00:34
Original commit files touched by this commit
edwin search for other commits by this committer
Update to version 0.11
Use PORTDICS
Fix URLs

Submitted by:   edwin@mavetju.org
0.7a
02 Nov 2003 02:48:09
Original commit files touched by this commit
edwin search for other commits by this committer
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
Original commit files touched by this commit
knu search for other commits by this committer
De-pkg-comment.
0.7a
13 Aug 2002 16:20:40
Original commit files touched by this commit
fenner search for other commits by this committer
Remove <> from MAINTAINER=; it's a pure email address.
0.7a
04 May 2002 21:49:04
Original commit files touched by this commit
kris search for other commits by this committer
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
commit hash: fp1.10322@dev.null.freshports.orgcommit hash: fp1.10322@dev.null.freshports.orgcommit hash: fp1.10322@dev.null.freshports.orgcommit hash: fp1.10322@dev.null.freshports.org files touched by this commit
roam search for other commits by this committer
Add tetrinet, a very popular Tetris-like multiplayer game with extras.    

Number of commits found: 28