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:
parent
f9dbafbd00
commit
7297c315f5
29
games/cmatrix/Makefile
Normal file
29
games/cmatrix/Makefile
Normal 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
4
games/cmatrix/distinfo
Normal 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
|
19
games/cmatrix/patches/patch-cmatrix_1
Normal file
19
games/cmatrix/patches/patch-cmatrix_1
Normal 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
2
games/cmatrix/pkg/DESCR
Normal 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
6
games/cmatrix/pkg/PLIST
Normal 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
|
Loading…
Reference in New Issue
Block a user