Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Apr 2000 04:27:48 -0700 (PDT)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/18051: Update port: misc/cmatrix to 1.1b
Message-ID:  <200004171127.EAA97477@freefall.freebsd.org>

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

>Number:         18051
>Category:       ports
>Synopsis:       Update port: misc/cmatrix to 1.1b
>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 Apr 17 04:30:08 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.0-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 1.1b
- Add WWW: line into pkg/DESCR

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/misc/cmatrix/Makefile misc/cmatrix/Makefile
--- /usr/ports/misc/cmatrix/Makefile	Sat Apr 15 00:28:14 2000
+++ misc/cmatrix/Makefile	Mon Apr 17 20:15:40 2000
@@ -6,21 +6,23 @@
 #
 
 PORTNAME=	cmatrix
-PORTVERSION=	1.0b
+PORTVERSION=	1.1b
 CATEGORIES=	misc
-MASTER_SITES=	${MASTER_SITE_SUNSITE}
-MASTER_SITE_SUBDIR=	apps/graphics/hacks/curses
+MASTER_SITES=	http://www.asty.org/cmatrix/dist/
 
 MAINTAINER=	ports@FreeBSD.org
 
-do-build:
-	cd ${WRKSRC}; ${CC} ${CFLAGS} cmatrix.c -lncurses -o cmatrix
+MAN1=		cmatrix.1
+
+USE_GMAKE=	yes
+GNU_CONFIGURE=	yes
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/cmatrix ${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/cmatrix.1 ${PREFIX}/man/man1
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${PREFIX}/share/doc/cmatrix
-.for file in Changelog README TODO
+.for file in ChangeLog README TODO
 	${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/cmatrix
 .endfor
 .endif
diff -urN /usr/ports/misc/cmatrix/files/md5 misc/cmatrix/files/md5
--- /usr/ports/misc/cmatrix/files/md5	Sat Apr  1 21:47:33 2000
+++ misc/cmatrix/files/md5	Mon Apr 10 20:10:19 2000
@@ -1 +1 @@
-MD5 (cmatrix-1.0b.tar.gz) = 0893cc483f64193cbd0d7017d38d8925
+MD5 (cmatrix-1.1b.tar.gz) = f99d5139c75da5b30170edda7132012a
diff -urN /usr/ports/misc/cmatrix/pkg/DESCR misc/cmatrix/pkg/DESCR
--- /usr/ports/misc/cmatrix/pkg/DESCR	Sat Apr  1 21:47:34 2000
+++ misc/cmatrix/pkg/DESCR	Sat Apr 15 00:32:36 2000
@@ -10,8 +10,7 @@
 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.
+
+WWW: http://www.asty.org/cmatrix/
diff -urN /usr/ports/misc/cmatrix/pkg/PLIST misc/cmatrix/pkg/PLIST
--- /usr/ports/misc/cmatrix/pkg/PLIST	Wed May  5 23:37:25 1999
+++ misc/cmatrix/pkg/PLIST	Mon Apr 10 20:37:17 2000
@@ -1,5 +1,5 @@
 bin/cmatrix
-share/doc/cmatrix/Changelog
+share/doc/cmatrix/ChangeLog
 share/doc/cmatrix/README
 share/doc/cmatrix/TODO
 @dirrm share/doc/cmatrix


>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?200004171127.EAA97477>