-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial import of cmatrix-1.2a from pkgsrc-wip, contributed by
Michal Pasternak. Make your console look like Nadbuchonazor's bridge. CMatrix displays green characters, falling from top of the screen, almost like the ones seen in "Matrix" movie series.
- Loading branch information
xtraeme
committed
Jul 7, 2004
1 parent
0b3d7d3
commit da74529
Showing
5 changed files
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Make your console look like Nadbuchonazor's bridge. CMatrix displays green | ||
characters, falling from top of the screen, almost like the ones seen in | ||
"Matrix" movie series. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
=========================================================================== | ||
$NetBSD: MESSAGE,v 1.1.1.1 2004/07/07 18:03:10 xtraeme Exp $ | ||
|
||
In case you have X11 installed, you can use | ||
|
||
${PREFIX}/share/cmatrix/mtx.pcf | ||
|
||
as your terminal font to make cmatrix look more like original. | ||
|
||
To do that, copy the file to ${X11BASE}/lib/X11/fonts/misc, then | ||
execute mkfontdir there; on running X you can then execute "xset fp rehash" | ||
to make the X server refresh its font list. Remember to use "-l" option to | ||
cmatrix then! | ||
|
||
=========================================================================== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# $NetBSD: Makefile,v 1.1.1.1 2004/07/07 18:03:10 xtraeme Exp $ | ||
# | ||
|
||
DISTNAME= cmatrix-1.2a | ||
CATEGORIES= games | ||
MASTER_SITES= http://www.asty.org/cmatrix/dist/ | ||
|
||
MAINTAINER= [email protected] | ||
HOMEPAGE= http://www.asty.org/cmatrix/ | ||
COMMENT= Make your console feel like Nadbuchonazor's bridge | ||
|
||
USE_BUILDLINK3= yes | ||
USE_PKGLOCALEDIR= yes | ||
GNU_CONFIGURE= yes | ||
|
||
do-install: | ||
${INSTALL_PROGRAM} ${WRKSRC}/cmatrix ${PREFIX}/bin/cmatrix | ||
${INSTALL_MAN} ${WRKSRC}/cmatrix.1 ${PREFIX}/man/man1/cmatrix.1 | ||
${INSTALL_DATA_DIR} ${PREFIX}/share/cmatrix | ||
${INSTALL_DATA} ${WRKSRC}/mtx.pcf ${PREFIX}/share/cmatrix/mtx.pcf | ||
|
||
.include "../../mk/bsd.pkg.mk" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
@comment $NetBSD: PLIST,v 1.1.1.1 2004/07/07 18:03:10 xtraeme Exp $ | ||
bin/cmatrix | ||
man/man1/cmatrix.1 | ||
share/cmatrix/mtx.pcf | ||
@dirrm share/cmatrix |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
$NetBSD: distinfo,v 1.1.1.1 2004/07/07 18:03:10 xtraeme Exp $ | ||
|
||
SHA1 (cmatrix-1.2a.tar.gz) = ca078c10322a47e327f07a44c9a42b52eab5ad93 | ||
Size (cmatrix-1.2a.tar.gz) = 74376 bytes |