Skip to content

Commit

Permalink
Initial import of cmatrix-1.2a from pkgsrc-wip, contributed by
Browse files Browse the repository at this point in the history
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
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 0 deletions.
3 changes: 3 additions & 0 deletions games/cmatrix/DESCR
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.
15 changes: 15 additions & 0 deletions games/cmatrix/MESSAGE
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!

===========================================================================
22 changes: 22 additions & 0 deletions games/cmatrix/Makefile
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"
5 changes: 5 additions & 0 deletions games/cmatrix/PLIST
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
4 changes: 4 additions & 0 deletions games/cmatrix/distinfo
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

0 comments on commit da74529

Please sign in to comment.