diff options
author | steve <steve@FreeBSD.org> | 1999-05-03 12:36:15 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-05-03 12:36:15 +0800 |
commit | 075c65d765e81d92c78139d78c534c4c77f3c879 (patch) | |
tree | 8f584a692521c6bde9b22d0203fac47c35a0a6bd /misc/cmatrix/pkg-descr | |
parent | 835dd3d80b6dcf2bf5ff924141a0101cb66017d3 (diff) | |
download | freebsd-ports-gnome-075c65d765e81d92c78139d78c534c4c77f3c879.tar.gz freebsd-ports-gnome-075c65d765e81d92c78139d78c534c4c77f3c879.tar.zst freebsd-ports-gnome-075c65d765e81d92c78139d78c534c4c77f3c879.zip |
Initial import of cmatrix version 0.98b.
Shows a scrolling 'Matrix' like screen.
PR: 11427
Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
Diffstat (limited to 'misc/cmatrix/pkg-descr')
-rw-r--r-- | misc/cmatrix/pkg-descr | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/misc/cmatrix/pkg-descr b/misc/cmatrix/pkg-descr new file mode 100644 index 000000000000..2295c9156b64 --- /dev/null +++ b/misc/cmatrix/pkg-descr @@ -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 |