diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-07-07 18:03:10 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-07-07 18:03:10 +0000 |
commit | da745295669a00ca0a7a12b4b852681b3de51e54 (patch) | |
tree | eeebc018a3910351113b0632ab513d7df433ac76 /games | |
parent | 0b3d7d3315e43aa90bd309fd5361bb19842ee5f8 (diff) | |
download | pkgsrc-da745295669a00ca0a7a12b4b852681b3de51e54.tar.gz |
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.
Diffstat (limited to 'games')
-rw-r--r-- | games/cmatrix/DESCR | 3 | ||||
-rw-r--r-- | games/cmatrix/MESSAGE | 15 | ||||
-rw-r--r-- | games/cmatrix/Makefile | 22 | ||||
-rw-r--r-- | games/cmatrix/PLIST | 5 | ||||
-rw-r--r-- | games/cmatrix/distinfo | 4 |
5 files changed, 49 insertions, 0 deletions
diff --git a/games/cmatrix/DESCR b/games/cmatrix/DESCR new file mode 100644 index 00000000000..65ec1049c6d --- /dev/null +++ b/games/cmatrix/DESCR @@ -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. diff --git a/games/cmatrix/MESSAGE b/games/cmatrix/MESSAGE new file mode 100644 index 00000000000..b16410c1b6b --- /dev/null +++ b/games/cmatrix/MESSAGE @@ -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! + +=========================================================================== diff --git a/games/cmatrix/Makefile b/games/cmatrix/Makefile new file mode 100644 index 00000000000..267289f2637 --- /dev/null +++ b/games/cmatrix/Makefile @@ -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= dotz@irc.pl +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" diff --git a/games/cmatrix/PLIST b/games/cmatrix/PLIST new file mode 100644 index 00000000000..14c22a0267f --- /dev/null +++ b/games/cmatrix/PLIST @@ -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 diff --git a/games/cmatrix/distinfo b/games/cmatrix/distinfo new file mode 100644 index 00000000000..c4146aab15a --- /dev/null +++ b/games/cmatrix/distinfo @@ -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 |