pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games/cmatrix Initial import of cmatrix-1.2a from pkgs...
details: https://anonhg.NetBSD.org/pkgsrc/rev/58bb1d9e052d
branches: trunk
changeset: 477719:58bb1d9e052d
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Wed Jul 07 18:03:10 2004 +0000
description:
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:
games/cmatrix/DESCR | 3 +++
games/cmatrix/MESSAGE | 15 +++++++++++++++
games/cmatrix/Makefile | 22 ++++++++++++++++++++++
games/cmatrix/PLIST | 5 +++++
games/cmatrix/distinfo | 4 ++++
5 files changed, 49 insertions(+), 0 deletions(-)
diffs (69 lines):
diff -r 75186f8fcef9 -r 58bb1d9e052d games/cmatrix/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/games/cmatrix/DESCR Wed Jul 07 18:03:10 2004 +0000
@@ -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 -r 75186f8fcef9 -r 58bb1d9e052d games/cmatrix/MESSAGE
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/games/cmatrix/MESSAGE Wed Jul 07 18:03:10 2004 +0000
@@ -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 -r 75186f8fcef9 -r 58bb1d9e052d games/cmatrix/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/games/cmatrix/Makefile Wed Jul 07 18:03:10 2004 +0000
@@ -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@localhost
+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 -r 75186f8fcef9 -r 58bb1d9e052d games/cmatrix/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/games/cmatrix/PLIST Wed Jul 07 18:03:10 2004 +0000
@@ -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 -r 75186f8fcef9 -r 58bb1d9e052d games/cmatrix/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/games/cmatrix/distinfo Wed Jul 07 18:03:10 2004 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index