Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  3 May 1999 17:34:58 -0700 (PDT)
From:      cpiazza@home.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/11474: Update: misc/cmatrix
Message-ID:  <19990504003458.0B6E31464@norn.ca.eu.org>

next in thread | raw e-mail | index | archive | help

>Number:         11474
>Category:       ports
>Synopsis:       Update: misc/cmatrix
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon May  3 17:40:00 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Chris Piazza
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
n/a 
>Environment:

FreeBSD 4.0-CURRENT i386

>Description:

Update to 0.98c
Files added: patch-ac

patch-ac changes the program so it doesn't force a ``linux'' term on us.  This
allows the text to actually be coloured on the console, instead of just
monochrome. (technically anyone could run cmatrix -f to do this, but there's
no reason we should have to :>)

also, don't install COPYING.

>How-To-Repeat:


>Fix:
	
Index: cmatrix/Makefile
===================================================================
RCS file: /cvs/FreeBSD/ports/misc/cmatrix/Makefile,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 Makefile
--- Makefile	1999/05/03 04:36:13	1.1.1.1
+++ Makefile	1999/05/04 00:25:21
@@ -1,12 +1,12 @@
 # New ports collection makefile for:	cmatrix
-# Version required:			0.98b
+# Version required:			0.98c
 # Date created:				1 May 1999
 # Whom:					Andrey Zakhvatov
 #
 # $Id: Makefile,v 1.1.1.1 1999/05/03 04:36:13 steve Exp $
 #
 
-DISTNAME=	cmatrix-0.98b
+DISTNAME=	cmatrix-0.98c
 CATEGORIES=	misc
 MASTER_SITES=	http://www.plattsburgh.edu/faculty/allegrcr/cmatrix/dist/
 
@@ -18,7 +18,7 @@
 post-install:
 .if !defined(NOPORTDOCS)
 	@ ${MKDIR} ${PREFIX}/share/doc/cmatrix
-.for file in COPYING Changelog README TODO
+.for file in Changelog README TODO
 	@ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/cmatrix
 .endfor
 .endif
Index: cmatrix/files/md5
===================================================================
RCS file: /cvs/FreeBSD/ports/misc/cmatrix/files/md5,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 md5
--- md5	1999/05/03 04:36:14	1.1.1.1
+++ md5	1999/05/04 00:24:55
@@ -1 +1 @@
-MD5 (cmatrix-0.98b.tar.gz) = f4e0fb3f036c505c6a0feedbfe611a71
+MD5 (cmatrix-0.98c.tar.gz) = 246c3fc6c0a40cdb52c30eb2c34ce773
Index: cmatrix/patches/patch-ac
===================================================================
RCS file: patch-ac
diff -N patch-ac
--- /dev/null	Mon May  3 17:31:04 1999
+++ patch-ac	Mon May  3 17:30:47 1999
@@ -0,0 +1,11 @@
+--- cmatrix.c.orig	Mon May  3 17:30:29 1999
++++ cmatrix.c	Mon May  3 17:30:37 1999
+@@ -81,7 +81,7 @@
+ int main(int argc, char *argv[])
+ {
+    int i, j = 0, count = 0, screensaver = 0, asynch = 0,
+-       bold = 0, force = 0, y, z, firstcoldone = 0, oldstyle = 0, 
++       bold = 0, force = 1, y, z, firstcoldone = 0, oldstyle = 0, 
+        random = 0, update = 4;
+ 
+    cmatrix matrix[MAXROWS+1][MAXCOLS];
Index: cmatrix/pkg/PLIST
===================================================================
RCS file: /cvs/FreeBSD/ports/misc/cmatrix/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 PLIST
--- PLIST	1999/05/03 04:36:15	1.1.1.1
+++ PLIST	1999/05/04 00:25:26
@@ -1,5 +1,4 @@
 bin/cmatrix
-share/doc/cmatrix/COPYING
 share/doc/cmatrix/Changelog
 share/doc/cmatrix/README
 share/doc/cmatrix/TODO

-Chris

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990504003458.0B6E31464>