Initial import of cmatrix version 0.98b.

Shows a scrolling 'Matrix' like screen.

PR:		11427
Submitted by:	Andrey Zakhvatov <andy@icc.surw.chel.su>
This commit is contained in:
Steve Price
1999-05-03 04:36:15 +00:00
parent cfea99ceeb
commit 5bd93a51fe
5 changed files with 53 additions and 0 deletions

26
misc/cmatrix/Makefile Normal file
View File

@@ -0,0 +1,26 @@
# New ports collection makefile for: cmatrix
# Version required: 0.98b
# Date created: 1 May 1999
# Whom: Andrey Zakhvatov
#
# $Id$
#
DISTNAME= cmatrix-0.98b
CATEGORIES= misc
MASTER_SITES= http://www.plattsburgh.edu/faculty/allegrcr/cmatrix/dist/
MAINTAINER= andy@icc.surw.chel.su
do-install:
@ ${INSTALL_PROGRAM} ${WRKSRC}/cmatrix ${PREFIX}/bin
post-install:
.if !defined(NOPORTDOCS)
@ ${MKDIR} ${PREFIX}/share/doc/cmatrix
.for file in COPYING Changelog README TODO
@ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/cmatrix
.endfor
.endif
.include <bsd.port.mk>

1
misc/cmatrix/distinfo Normal file
View File

@@ -0,0 +1 @@
MD5 (cmatrix-0.98b.tar.gz) = f4e0fb3f036c505c6a0feedbfe611a71

1
misc/cmatrix/pkg-comment Normal file
View File

@@ -0,0 +1 @@
Show a scrolling 'Matrix' like screen.

19
misc/cmatrix/pkg-descr Normal file
View File

@@ -0,0 +1,19 @@
CMatrix - show a scrolling 'Matrix' like screen (curses based)
CMatrix by default operates in 'eye candy' mode. It must be aborted with
control-c. If you wish for more of a 'screen saver' effect, you must
specify -s on the command line. For usage, use cmatrix -h.
If you have any suggestions/flames/patches to send, please feel free to
do so. Please do not critique my code, I know I'm a hack ;-) I just got
the urge to write this one evening, and decided to see how fast I could do
it. It's probably not particularly portable or efficient, but I'm pretty
sure it wont hog *too* much CPU time.
Chris Allegretta
chris.allegretta@plattsburgh.edu
This software is provided under the GNU GPL. I am in no way affiliated
in any way with the movie 'The Matrix', just a big fan.
http://www.plattsburgh.edu/faculty/allegrcr/cmatrix/index.html

6
misc/cmatrix/pkg-plist Normal file
View File

@@ -0,0 +1,6 @@
bin/cmatrix
share/doc/cmatrix/COPYING
share/doc/cmatrix/Changelog
share/doc/cmatrix/README
share/doc/cmatrix/TODO
@dirrm share/doc/cmatrix