Index: games/Makefile =================================================================== --- games/Makefile +++ games/Makefile @@ -952,6 +952,7 @@ SUBDIR += thegrind SUBDIR += tileworld SUBDIR += tkmoo + SUBDIR += tmatrix SUBDIR += tomatoes SUBDIR += tome4 SUBDIR += tome4-beta Index: games/tmatrix/Makefile =================================================================== --- /dev/null +++ games/tmatrix/Makefile @@ -0,0 +1,29 @@ +PORTNAME= tmatrix +DISTVERSIONPREFIX= v +DISTVERSION= 1.4 +CATEGORIES= games + +MAINTAINER= driesm@FreeBSD.org +COMMENT= Terminal based replica of the digital rain from The Matrix + +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= cmake ncurses +USE_GITHUB= yes +GH_ACCOUNT= M4444 +GH_PROJECT= TMatrix + +PLIST_FILES= bin/tmatrix \ + share/bash-completion/completions/tmatrix \ + share/man/man6/tmatrix.6.gz \ + share/zsh/site-functions/_tmatrix +PORTDOCS= README.md + +OPTIONS_DEFINE= DOCS + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} + +.include Index: games/tmatrix/distinfo =================================================================== --- /dev/null +++ games/tmatrix/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1639906602 +SHA256 (M4444-TMatrix-v1.4_GH0.tar.gz) = 99591915fa83ceb98c31a97b5686a2df0d667c5d62f3e82837f76e5f9243710e +SIZE (M4444-TMatrix-v1.4_GH0.tar.gz) = 6324927 Index: games/tmatrix/pkg-descr =================================================================== --- /dev/null +++ games/tmatrix/pkg-descr @@ -0,0 +1,6 @@ +TMatrix is a program that simulates the digital rain from The Matrix. +It's focused on being the most accurate replica of the digital rain +effect achievable on a typical terminal, while also being customizable +and performant. + +WWW: https://github.com/M4444/TMatrix