head 1.7; access; symbols pkgsrc-2026Q2:1.7.0.20 pkgsrc-2026Q2-base:1.7 pkgsrc-2026Q1:1.7.0.18 pkgsrc-2026Q1-base:1.7 pkgsrc-2025Q4:1.7.0.16 pkgsrc-2025Q4-base:1.7 pkgsrc-2025Q3:1.7.0.14 pkgsrc-2025Q3-base:1.7 pkgsrc-2025Q2:1.7.0.12 pkgsrc-2025Q2-base:1.7 pkgsrc-2025Q1:1.7.0.10 pkgsrc-2025Q1-base:1.7 pkgsrc-2024Q4:1.7.0.8 pkgsrc-2024Q4-base:1.7 pkgsrc-2024Q3:1.7.0.6 pkgsrc-2024Q3-base:1.7 pkgsrc-2024Q2:1.7.0.4 pkgsrc-2024Q2-base:1.7 pkgsrc-2024Q1:1.7.0.2 pkgsrc-2024Q1-base:1.7 pkgsrc-2023Q4:1.3.0.2 pkgsrc-2023Q4-base:1.3 pkgsrc-2023Q3:1.2.0.2 pkgsrc-2023Q3-base:1.2; locks; strict; comment @# @; 1.7 date 2024.01.12.14.02.10; author pin; state Exp; branches; next 1.6; commitid XpbZb6aFKV00laUE; 1.6 date 2024.01.12.10.58.55; author pin; state Exp; branches; next 1.5; commitid BJvRPInWxqz8k9UE; 1.5 date 2024.01.11.20.44.31; author pin; state Exp; branches; next 1.4; commitid WPYjT0uY8iF0B4UE; 1.4 date 2024.01.09.20.02.45; author pin; state Exp; branches; next 1.3; commitid KM7h40bHLtVGqOTE; 1.3 date 2023.10.01.10.00.23; author pin; state Exp; branches; next 1.2; commitid fb9gtZiYZuNkjUGE; 1.2 date 2023.09.20.12.13.37; author pin; state Exp; branches; next 1.1; commitid uM7lKBCDpbLXovFE; 1.1 date 2023.09.15.06.32.00; author pin; state Exp; branches; next ; commitid LCoEYxEzQVqEFPEE; desc @@ 1.7 log @games/tetris-tui: update to 0.2.10 - add build script to override CARGO_PKG_VERSION - build -> release -> publish - only need to re-render play grid when adding some lines - fix logic to check game over - Merge pull request #8 from quantonganh/start-at-level - Merge pull request #7 from quantonganh/alternate-screen - let players choose the starting level or the number of lines already filled - Merge pull request #6 from quantonganh/task-7-remove-border-cell - enter/leave alternate screen when starting/quitting - auto update version using cargo-edit Versions 0.2.3 -> 0.2.9 skipped. @ text @# $NetBSD: Makefile,v 1.6 2024/01/12 10:58:55 pin Exp $ DISTNAME= tetris-tui-0.2.10 CATEGORIES= games MASTER_SITES= https://static.crates.io/crates/tetris-tui/ EXTRACT_SUFX= .crate MAINTAINER= pkgsrc-users@@NetBSD.org HOMEPAGE= https://github.com/quantonganh/tetris-tui/ COMMENT= Tetris in the terminal LICENSE= mit .include "cargo-depends.mk" .include "../../lang/rust/cargo.mk" .include "../../mk/bsd.pkg.mk" @ 1.6 log @games/tetris-tui: update to 0.2.2 - fix logic to check game over - Merge pull request #8 from quantonganh/start-at-level - let players choose the starting level or the number of lines already filled - Merge pull request #7 from quantonganh/alternate-screen - enter/leave alternate screen when starting/quitting - only set version on x86_64-linux @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.5 2024/01/11 20:44:31 pin Exp $ d3 1 a3 1 DISTNAME= tetris-tui-0.2.2 @ 1.5 log @games/tetris-tui: update to 0.2.1 - Merge pull request #6 from quantonganh/task-7-remove-border-cell - auto update version using cargo-edit - remove border cells - Merge pull request #5 from quantonganh/task-9-render-changed-portions - adjust the height of the "game over" base on the number of top players in the db - only render the portions that have changed @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.4 2024/01/09 20:02:45 pin Exp $ d3 1 a3 1 DISTNAME= tetris-tui-0.2.1 @ 1.4 log @games/tetris-tui: update to 0.2.0 - How to play in 2-player mode - print centered, left aligned messages, show score when playing in 2-player mode @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2023/10/01 10:00:23 pin Exp $ d3 1 a3 1 DISTNAME= tetris-tui-0.2.0 @ 1.3 log @games/tetris-tui: update to 0.1.8 v0.1.8 - fix duplicate key events on Windows v0.1.7 - support 2-player mode @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2023/09/20 12:13:37 pin Exp $ d3 1 a3 1 DISTNAME= tetris-tui-0.1.8 @ 1.2 log @games/tetris-tui: update to 0.1.6 - limit player name length - disable raw mode before quitting - make the game continue after unpausing @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2023/09/15 06:32:00 pin Exp $ d3 1 a3 1 DISTNAME= tetris-tui-0.1.6 @ 1.1 log @games/tetris-tui: import package Play tetris in the terminal. @ text @d1 1 a1 1 # $NetBSD$ d3 1 a3 1 DISTNAME= tetris-tui-0.1.5 @