From nobody Thu Jan 09 19:53:02 2025 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4YTb7261s6z5jvj1; Thu, 09 Jan 2025 19:53:02 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4YTb723nQkz4n1Q; Thu, 9 Jan 2025 19:53:02 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1736452382; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=Frv9ZGtNuFOcKqhdBn0I/7UXeyAv/2soFzi3nv6JKPM=; b=VMdJig3V+C9bxTV29KwR7Po2yujysdIUurEqkFdUgonXQMTDcR9D5tIh4VReDtQnXHACzE PXS93tTcIz/hnHjkX4K2ZSASUsoebsYOhKlg5DyR2JeM9ckr82lqXXzAx/uO9XZf4HAsMv Chx6sKVVnsTDKlN6dtgl6O5IAC+6QZl5ZXyY4Cj0Rmd4eitGgen/bXF9n3MuRegBCXJ+z7 H4WgSe1WDp4QEPWVXy49+9jedYg8B31X1jZkioQS9ou7xlE5JRAqUZkyb7rcVhZBz32rwE iTjz5XI5A5jaaFLeidTV9xWfM9vuLi6Kualf9WO4vAkWcNptRl+SJ87uz+TBkw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1736452382; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=Frv9ZGtNuFOcKqhdBn0I/7UXeyAv/2soFzi3nv6JKPM=; b=L+TJNOhKJJnr/ddL3GuGf2vuYW3IIBewRU9SS9NEH2rniyooVG7/A3NSVMPCoAYvWyS4pR IP3aey+C5Rhduye4dWVjF4Gn4HZydrJRLAsjUTwyJMEXEjU4+/VTdbERrmIC07808CeYCt tBLaqe6u/7GvONVRbQTrTQYKqgSM5XtCbcY4ORjtxiRdshnzrR/qas5iayfuxhg/tWHDjc Ffx4vOdxn3ATy9XLdnowChJUm1NahD0OJMcBFb3ognWL+OuO2enUGiv2Y3BVneqi4JtN8S 9SbzmT4hziazaqqgRfXaDFp6EreQuZg5nhxonQ0He47gowp2P9x9lP4Ols7TXg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1736452382; a=rsa-sha256; cv=none; b=IJVdiA0CsybeoajWGmG1DVnA5XT1ujLdyR3SF7+ZNiPuBZ+AdF/GgjqLcp18675o/EKvT6 hvZ/yHNLL/aIqIzSSWfuteOdu+Ge1YWKgLnGZn38T8fy9rs7lg47XAztU7WripZgdSPqO6 mpAk8PPFcbZ8QEKGanAtdKiw4BEFtuPJ3vVvbFpxdROXqv+qbdgRM8kA8EKu8MYx+iErSE fV8X7jkNxudFO6QECVgEnamLyZCz28a9cGIeWz2LpyUuepp417icfgs5QKzEoZrT5MZkDG 7J19v79t591Zq1/RSB9hDUVNDzyVVc+reNgcziEzRc4tihDj2/QGGYRv6DVKCA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4YTb723NWdzhDP; Thu, 09 Jan 2025 19:53:02 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.18.1/8.18.1) with ESMTP id 509Jr2cF008253; Thu, 9 Jan 2025 19:53:02 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.18.1/8.18.1/Submit) id 509Jr2oZ008250; Thu, 9 Jan 2025 19:53:02 GMT (envelope-from git) Date: Thu, 9 Jan 2025 19:53:02 GMT Message-Id: <202501091953.509Jr2oZ008250@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: 64a00e943095 - main - games/tetrigo: New port: Tetris in terminal List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-ports-main@freebsd.org Sender: owner-dev-commits-ports-main@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 64a00e9430953dd69e69ee6a0640cfa0044d22e4 Auto-Submitted: auto-generated The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=64a00e9430953dd69e69ee6a0640cfa0044d22e4 commit 64a00e9430953dd69e69ee6a0640cfa0044d22e4 Author: Yuri Victorovich AuthorDate: 2025-01-09 14:41:39 +0000 Commit: Yuri Victorovich CommitDate: 2025-01-09 14:41:39 +0000 games/tetrigo: New port: Tetris in terminal --- games/Makefile | 1 + games/tetrigo/Makefile | 20 ++++++++++++++++++++ games/tetrigo/distinfo | 5 +++++ games/tetrigo/pkg-descr | 2 ++ 4 files changed, 28 insertions(+) diff --git a/games/Makefile b/games/Makefile index aa5815a47c2a..288ee4dfe748 100644 --- a/games/Makefile +++ b/games/Makefile @@ -965,6 +965,7 @@ SUBDIR += tenebrae SUBDIR += tesseract SUBDIR += tesseract-data + SUBDIR += tetrigo SUBDIR += tetrinet SUBDIR += tetrinet-x SUBDIR += tetzle diff --git a/games/tetrigo/Makefile b/games/tetrigo/Makefile new file mode 100644 index 000000000000..198df5b70b95 --- /dev/null +++ b/games/tetrigo/Makefile @@ -0,0 +1,20 @@ +PORTNAME= tetrigo +DISTVERSIONPREFIX= v +DISTVERSION= 0.2.0 +CATEGORIES= games + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Tetris in terminal +WWW= https://github.com/Broderick-Westrope/tetrigo + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +USES= go:1.23,modules + +GO_MODULE= github.com/Broderick-Westrope/tetrigo +GO_TARGET= ./cmd/${PORTNAME} + +PLIST_FILES= bin/${PORTNAME} + +.include diff --git a/games/tetrigo/distinfo b/games/tetrigo/distinfo new file mode 100644 index 000000000000..dfb6b6bb800d --- /dev/null +++ b/games/tetrigo/distinfo @@ -0,0 +1,5 @@ +TIMESTAMP = 1736451011 +SHA256 (go/games_tetrigo/tetrigo-v0.2.0/v0.2.0.mod) = 423cb59efff9c7281711f244e98ed24fb4440000d09236896580eba4d6b2a492 +SIZE (go/games_tetrigo/tetrigo-v0.2.0/v0.2.0.mod) = 2230 +SHA256 (go/games_tetrigo/tetrigo-v0.2.0/v0.2.0.zip) = e5b7a52e720f0e48c19802c08bd5a6d79c8a9dcb1f8c48b2f10490ab07cb18b9 +SIZE (go/games_tetrigo/tetrigo-v0.2.0/v0.2.0.zip) = 9130965 diff --git a/games/tetrigo/pkg-descr b/games/tetrigo/pkg-descr new file mode 100644 index 000000000000..80143286c772 --- /dev/null +++ b/games/tetrigo/pkg-descr @@ -0,0 +1,2 @@ +tetrigo is a Golang implementation of Tetris, following the official +2009 Tetris Design Guideline.