add cmatrix 1.2a

Shows a scrolling 'Matrix'-like screen, with support for many options
like fonts, colors and font styles.

feedback and ok naddy@
This commit is contained in:
jasper 2006-12-21 17:27:05 +00:00
parent f9dbafbd00
commit 7297c315f5
5 changed files with 60 additions and 0 deletions

29
games/cmatrix/Makefile Normal file
View File

@ -0,0 +1,29 @@
# $OpenBSD: Makefile,v 1.1.1.1 2006/12/21 17:27:05 jasper Exp $
COMMENT= "scrolling 'Matrix'-like screen"
DISTNAME= cmatrix-1.2a
CATEGORIES= games misc
HOMEPAGE= http://www.asty.org/cmatrix/
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c ncurses
MASTER_SITES= ${HOMEPAGE}/dist/
CONFIGURE_STYLE= gnu
USE_X11= Yes
FONTDIR= ${PREFIX}/lib/X11/fonts/misc
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/cmatrix ${PREFIX}/bin/cmatrix
${INSTALL_MAN} ${WRKSRC}/cmatrix.1 ${PREFIX}/man/man6/cmatrix.6
${INSTALL_DATA_DIR} ${FONTDIR}
${INSTALL_DATA} ${WRKSRC}/mtx.pcf ${FONTDIR}
.include <bsd.port.mk>

4
games/cmatrix/distinfo Normal file
View File

@ -0,0 +1,4 @@
MD5 (cmatrix-1.2a.tar.gz) = ebfb5733104a258173a9ccf2669968a1
RMD160 (cmatrix-1.2a.tar.gz) = 8a401753ca0e88c0d24b6a8c3f23b725368c13bb
SHA1 (cmatrix-1.2a.tar.gz) = ca078c10322a47e327f07a44c9a42b52eab5ad93
SIZE (cmatrix-1.2a.tar.gz) = 74376

View File

@ -0,0 +1,19 @@
$OpenBSD: patch-cmatrix_1,v 1.1.1.1 2006/12/21 17:27:05 jasper Exp $
--- cmatrix.1.orig Mon Apr 1 02:38:52 2002
+++ cmatrix.1 Thu Nov 16 09:36:26 2006
@@ -1,4 +1,4 @@
-.TH CMatrix 1 "Mon May 3 1999"
+.TH CMatrix 6 "Mon May 3 1999"
.SH NAME
CMatrix
.SH SYNOPSIS
@@ -21,7 +21,8 @@
Force the linux $TERM type to be on
.TP
.I "\-l"
-Linux mode (sets "matrix.fnt" font in console)
+Linux mode (sets "matrix.fnt" font in console).
+Use it after a command like "xterm -fn mtx"
.TP
.I "\-o"
Use old-style scrolling

2
games/cmatrix/pkg/DESCR Normal file
View File

@ -0,0 +1,2 @@
Shows a scrolling 'Matrix'-like screen, with support for many options
like fonts, colors and font styles.

6
games/cmatrix/pkg/PLIST Normal file
View File

@ -0,0 +1,6 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/12/21 17:27:05 jasper Exp $
bin/cmatrix
lib/X11/fonts/
@fontdir lib/X11/fonts/misc/
lib/X11/fonts/misc/mtx.pcf
@man man/man6/cmatrix.6