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
ctris Colorized, small, and flexible Tetris(TM)-clone for the console
0.42.1_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 0.42.1Version of this port present on the latest quarterly branch.
Maintainer: ehaupt@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2005-10-21 23:25:31
Last Update: 2024-01-21 20:03:42
Commit Hash: 9fffa37
License: GPLv2
WWW:
https://github.com/dominikhackl/ctris
Description:
ctris is a colorized, small and flexible Tetris(TM)-clone for the console. It also has some small special features. (e.g. a highscore-list)
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/ctris
  2. share/man/man6/ctris.6.gz
  3. /usr/local/share/licenses/ctris-0.42.1_1/catalog.mk
  4. /usr/local/share/licenses/ctris-0.42.1_1/LICENSE
  5. /usr/local/share/licenses/ctris-0.42.1_1/GPLv2
Collapse this list.
Dependency lines:
  • ctris>0:games/ctris
To install the port:
cd /usr/ports/games/ctris/ && make install clean
To add the package, run one of these commands:
  • pkg install games/ctris
  • pkg install ctris
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: ctris
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1486030284 SHA256 (dominikhackl-ctris-v0.42.1_GH0.tar.gz) = c5fe3e70b76129ea83cac85a3c5dbc084066a62d7ef4edcc73c545ee89222ed8 SIZE (dominikhackl-ctris-v0.42.1_GH0.tar.gz) = 16116

Packages (timestamps in pop-ups are UTC):
ctris
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.42.1_10.42.1_10.42.10.42.1_10.42.1_1-0.42.1-
FreeBSD:13:quarterly0.42.10.42.10.42.10.42.10.42.10.42.10.42.10.42.1
FreeBSD:14:latest0.42.1_10.42.1_10.42.10.42.1_10.42.1_10.42.1-0.42.1
FreeBSD:14:quarterly0.42.10.42.1-0.42.10.42.10.42.10.42.10.42.1
FreeBSD:15:latest0.42.1_10.42.1_1n/a0.42.1_1n/a0.42.1_10.42.1_10.42.1_1
FreeBSD:15:quarterly--n/a-n/a---
This port has no dependencies.
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
games_ctris
USES:
ncurses
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/dominikhackl/ctris/tar.gz/v0.42.1?dummy=/
Collapse this list.

Number of commits found: 26

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.42.1_1
21 Jan 2024 20:03:42
commit hash: 9fffa37fbc5af0cd38dd658f806201e6588ed288commit hash: 9fffa37fbc5af0cd38dd658f806201e6588ed288commit hash: 9fffa37fbc5af0cd38dd658f806201e6588ed288commit hash: 9fffa37fbc5af0cd38dd658f806201e6588ed288 files touched by this commit
Emanuel Haupt (ehaupt) search for other commits by this committer
games/ctris: Move manpages to share/man
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.42.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.42.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.42.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.42.1
28 Aug 2020 18:15:18
Revision:546784Original commit files touched by this commit
tcberner search for other commits by this committer
games/ctris: fix build on recent current
0.42.1
25 Jun 2017 18:12:47
Revision:444316Original commit files touched by this commit
sunpoet search for other commits by this committer
Fix WWW

Approved by:	portmgr (blanket)
0.42.1
08 Feb 2017 17:43:03
Revision:433658Original commit files touched by this commit
marino search for other commits by this committer
games/ctris: honor LDFLAGS (again)

The previous update removed the LIBS definition of MAKE_ARGS, but it
is still needed for ports ncurses, so return it back (minus the -lm flag
which is no longer needed).

Approved by:	nurses blanket
0.42.1
02 Feb 2017 10:20:28
Revision:433135Original commit files touched by this commit
ehaupt search for other commits by this committer
- Update to 0.42.1
- Move to GitHub
- Define LICENSE_FILE
0.42
04 Feb 2016 21:09:21
Revision:408093Original commit files touched by this commit
marino search for other commits by this committer
games/ctris: document ncurses rqmt (USES+=ncurses), respect LDFLAGS

approved by:	infrastructure blanket
0.42
06 Jan 2015 09:37:53
Revision:376395Original commit files touched by this commit
ehaupt search for other commits by this committer
Move MASTER_SITES from CRITICAL to LOCAL/ehaupt
0.42
14 Mar 2014 10:15:52
Revision:348200Original commit files touched by this commit
ehaupt search for other commits by this committer
Convert USE_BZIP2=yes to USES=tar:bzip2
0.42
26 Oct 2013 09:07:38
Revision:331666Original commit files touched by this commit
ehaupt search for other commits by this committer
Support staging.
0.42
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.42
24 Jul 2013 08:19:07
Revision:323578Original commit files touched by this commit
ehaupt search for other commits by this committer
Remove MAKE_JOBS_SAFE which is now default.
0.42
08 May 2013 08:04:04
Revision:317643Original commit files touched by this commit
ehaupt search for other commits by this committer
- Mark MAKE_JOBS_SAFE
- Trim header
0.42
02 Aug 2012 14:08:17
Original commit files touched by this commit
ehaupt search for other commits by this committer
Remove dead mirror.
0.42
28 Jul 2012 15:57:56
Original commit files touched by this commit
cs search for other commits by this committer
Fix typos in COMMENT

Approved by:	portmgr@ (implicit)
0.42
13 Oct 2011 13:36:54
Original commit files touched by this commit
ehaupt search for other commits by this committer
- Take maintainership
- Add LICENSE
- Add more distfile mirrors
0.42
03 Jul 2011 14:25:36
Original commit files touched by this commit
ohauer search for other commits by this committer
-remove MD5
0.42
29 May 2009 03:19:51
Original commit files touched by this commit
linimon search for other commits by this committer
Reset maintainer: email address bounces.
0.42
08 Feb 2007 12:05:34
Original commit files touched by this commit
mnag search for other commits by this committer
- Remove MASTER_SITE_LOCAL since distfile does not exists.
0.42
23 Dec 2006 23:02:39
Original commit files touched by this commit
miwi search for other commits by this committer
- Update 0.42
- Fix build with gcc 4.X

PR:             ports/107149
Submitted by:   Travis Poppe <tlp@liquidx.org> (maintainer)
0.41
07 May 2006 23:46:33
Original commit files touched by this commit
edwin search for other commits by this committer
Remove USE_REINPLACE for categories starting with a G
0.41
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@
0.41
21 Oct 2005 23:22:14
Original commit files touched by this commit
mnag search for other commits by this committer
Update to 0.41
Move games/ctetris to games/ctris

PR:             87232
Submitted by:   Travis Poppe <tlp@liquidx.org> (maintainer)
Repocopied by:  marcus

Number of commits found: 26