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 | |
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>
-rw-r--r-- | misc/cmatrix/Makefile | 26 | ||||
-rw-r--r-- | misc/cmatrix/distinfo | 1 | ||||
-rw-r--r-- | misc/cmatrix/pkg-comment | 1 | ||||
-rw-r--r-- | misc/cmatrix/pkg-descr | 19 | ||||
-rw-r--r-- | misc/cmatrix/pkg-plist | 6 |
5 files changed, 53 insertions, 0 deletions
diff --git a/misc/cmatrix/Makefile b/misc/cmatrix/Makefile new file mode 100644 index 000000000000..a5e41ae7ab30 --- /dev/null +++ b/misc/cmatrix/Makefile @@ -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> diff --git a/misc/cmatrix/distinfo b/misc/cmatrix/distinfo new file mode 100644 index 000000000000..1e64914942d6 --- /dev/null +++ b/misc/cmatrix/distinfo @@ -0,0 +1 @@ +MD5 (cmatrix-0.98b.tar.gz) = f4e0fb3f036c505c6a0feedbfe611a71 diff --git a/misc/cmatrix/pkg-comment b/misc/cmatrix/pkg-comment new file mode 100644 index 000000000000..259fac87f360 --- /dev/null +++ b/misc/cmatrix/pkg-comment @@ -0,0 +1 @@ +Show a scrolling 'Matrix' like screen. 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 diff --git a/misc/cmatrix/pkg-plist b/misc/cmatrix/pkg-plist new file mode 100644 index 000000000000..59effdb0fdf9 --- /dev/null +++ b/misc/cmatrix/pkg-plist @@ -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 |