diff options
author | Steve Price <steve@FreeBSD.org> | 1999-05-03 04:36:15 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-05-03 04:36:15 +0000 |
commit | 5bd93a51feec4248dea8de4dbb07cc46f2846907 (patch) | |
tree | 1494278c5d3a0b56fec61470b5906f8af918e3a0 /misc/cmatrix | |
parent | cfea99ceeb30fe982f3cd83feb9c9aa3a6aba5b8 (diff) | |
download | ports-5bd93a51feec4248dea8de4dbb07cc46f2846907.tar.gz ports-5bd93a51feec4248dea8de4dbb07cc46f2846907.zip |
Notes
Diffstat (limited to 'misc/cmatrix')
-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 |