FreeBSD Bugzilla – Attachment 221285 Details for
Bug 252433
[NEW PORT] misc/cxxmatrix: C++ Matrix: The Matrix Reloaded in Terminals
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Sugested shar archive
cxxmatrix.shar (text/plain), 2.09 KB, created by
Nuno Teixeira
on 2021-01-05 09:04:04 UTC
(
hide
)
Description:
Sugested shar archive
Filename:
MIME Type:
Creator:
Nuno Teixeira
Created:
2021-01-05 09:04:04 UTC
Size:
2.09 KB
patch
obsolete
>#!/bin/sh ># This is a shell archive >echo x cxxmatrix >mkdir -p cxxmatrix > /dev/null 2>&1 >echo x cxxmatrix/Makefile >sed 's/^X//' > cxxmatrix/Makefile << 'SHAR_END' >X# $FreeBSD$ >X >XPORTNAME= cxxmatrix >XDISTVERSION= g20201128 >XCATEGORIES= misc >X >XMAINTAINER= ed.arrakis@gmail.com >XCOMMENT= C++ Matrix: The Matrix Reloaded in Terminals >X >XLICENSE= MIT >XLICENSE_FILE= ${WRKSRC}/LICENSE.md >X >XBUILD_DEPENDS= gawk:lang/gawk >X >XUSES= compiler:c++17-lang gmake >XMAKEFILE= GNUmakefile >XUSE_GITHUB= yes >XGH_ACCOUNT= akinomyoga >XGH_TAGNAME= 93e505c >X >XPORTDOCS= README.md >XPLIST_FILES= bin/cxxmatrix \ >X share/man/man1/cxxmatrix.1.gz >X >XOPTIONS_DEFINE= DOCS >X >Xpost-patch: >X @${REINPLACE_CMD} \ >X -e 's|CXXFLAGS :=|CXXFLAGS +=|g' \ >X -e 's|-Ofast||g' \ >X ${WRKSRC}/GNUmakefile >X >Xdo-install: >X ${INSTALL_PROGRAM} ${WRKSRC}/cxxmatrix ${STAGEDIR}${PREFIX}/bin >X ${INSTALL_MAN} ${WRKSRC}/cxxmatrix.1 ${STAGEDIR}${PREFIX}/share/man/man1 >X >Xdo-install-DOCS-on: >X @${MKDIR} ${STAGEDIR}${DOCSDIR} >X ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} >X >X.include <bsd.port.mk> >SHAR_END >echo x cxxmatrix/distinfo >sed 's/^X//' > cxxmatrix/distinfo << 'SHAR_END' >XTIMESTAMP = 1609760666 >XSHA256 (akinomyoga-cxxmatrix-g20201128-93e505c_GH0.tar.gz) = c6c118be8b268c5297615fb40bb9596a3a59869174879d6987e036fdb2a6e903 >XSIZE (akinomyoga-cxxmatrix-g20201128-93e505c_GH0.tar.gz) = 23446 >SHAR_END >echo x cxxmatrix/pkg-descr >sed 's/^X//' > cxxmatrix/pkg-descr << 'SHAR_END' >XC++ Matrix: The Matrix Reloaded in Terminals (Number falls, Banners, >XMatrix rains, Conway's Game of Life and Mandelbrot set) >X >XI wrote a simple terminal program of Matrix digital rain. >XA part of the purpose of this program is to test the performance >Xof terminal emulators. Another purpose is just for fun. >XEnjoy it with fast terminals (e.g., urxvt, alacritty, terminology, etc.)! >X >XFeatures >X >X- Hankaku kana characters as in the original film >X- Ten levels of "green"s using terminal 256 color support >X- Twinkling effects by adding random brightness fluctuations >X- Diffused reflection effects by cell background colors >X >XWWW: https://github.com/akinomyoga/cxxmatrix >SHAR_END >exit
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Flags:
eduardo
:
maintainer-approval+
Actions:
View
Attachments on
bug 252433
: 221285