From owner-freebsd-ports Sat May 1 4:50:11 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 21C0215052 for ; Sat, 1 May 1999 04:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA32513; Sat, 1 May 1999 04:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from icc.surw.chel.su (surw.chel.su [195.54.2.162]) by hub.freebsd.org (Postfix) with ESMTP id C447714E46 for ; Sat, 1 May 1999 04:45:23 -0700 (PDT) (envelope-from andy@icc.surw.chel.su) Received: (from andy@localhost) by icc.surw.chel.su (8.9.2/8.8.8) id PAA68703; Sat, 1 May 1999 15:45:22 +0400 (MSD) (envelope-from andy) Message-Id: <199905011145.PAA68703@icc.surw.chel.su> Date: Sat, 1 May 1999 15:45:22 +0400 (MSD) From: Andrey Zakhvatov Reply-To: andy@icc.surw.chel.su To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11427: New port: cmatrix-0.98b Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11427 >Category: ports >Synopsis: New port: cmatrix-0.98b >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: Sat May 1 04:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Andrey Zakhvatov >Release: FreeBSD 3.1-RELEASE i386 >Organization: South Ural Railway ICC >Environment: >Description: This is a port of cmatrix-0.98b, that shows a scrolling 'Matrix' like screen. 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. http://www.plattsburgh.edu/faculty/allegrcr/cmatrix/index.html # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # cmatrix-0.98b # cmatrix-0.98b/Makefile # cmatrix-0.98b/files # cmatrix-0.98b/files/md5 # cmatrix-0.98b/patches # cmatrix-0.98b/patches/patch-aa # cmatrix-0.98b/patches/patch-ab # cmatrix-0.98b/pkg # cmatrix-0.98b/pkg/PLIST # cmatrix-0.98b/pkg/COMMENT # cmatrix-0.98b/pkg/DESCR # echo c - cmatrix-0.98b mkdir -p cmatrix-0.98b > /dev/null 2>&1 echo x - cmatrix-0.98b/Makefile sed 's/^X//' >cmatrix-0.98b/Makefile << 'END-of-cmatrix-0.98b/Makefile' X# New ports collection makefile for: cmatrix X# Version required: 0.98b X# Date created: 1 May 1999 X# Whom: Andrey Zakhvatov X# X# $Id$ X# X XDISTNAME= cmatrix-0.98b XCATEGORIES= misc XMASTER_SITES= http://www.plattsburgh.edu/faculty/allegrcr/cmatrix/dist/ X XMAINTAINER= andy@icc.surw.chel.su X Xdo-install: X @ ${INSTALL_PROGRAM} ${WRKSRC}/cmatrix ${PREFIX}/bin X Xpost-install: X.if !defined(NOPORTDOCS) X @ ${MKDIR} ${PREFIX}/share/doc/cmatrix X.for file in COPYING Changelog README TODO X @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/cmatrix X.endfor X.endif X X.include END-of-cmatrix-0.98b/Makefile echo c - cmatrix-0.98b/files mkdir -p cmatrix-0.98b/files > /dev/null 2>&1 echo x - cmatrix-0.98b/files/md5 sed 's/^X//' >cmatrix-0.98b/files/md5 << 'END-of-cmatrix-0.98b/files/md5' XMD5 (cmatrix-0.98b.tar.gz) = f4e0fb3f036c505c6a0feedbfe611a71 END-of-cmatrix-0.98b/files/md5 echo c - cmatrix-0.98b/patches mkdir -p cmatrix-0.98b/patches > /dev/null 2>&1 echo x - cmatrix-0.98b/patches/patch-aa sed 's/^X//' >cmatrix-0.98b/patches/patch-aa << 'END-of-cmatrix-0.98b/patches/patch-aa' X--- Makefile Fri Apr 23 09:29:56 1999 X+++ /home/andy/tmp/wrk/Makefile Sat May 1 15:26:10 1999 X@@ -1,5 +1,5 @@ X all: cmatrix.c X- gcc -O2 -Wall -o cmatrix cmatrix.c -lncurses X+ $(CC) $(CFLAGS) -o cmatrix cmatrix.c -lncurses X strip cmatrix X X clean: END-of-cmatrix-0.98b/patches/patch-aa echo x - cmatrix-0.98b/patches/patch-ab sed 's/^X//' >cmatrix-0.98b/patches/patch-ab << 'END-of-cmatrix-0.98b/patches/patch-ab' X--- cmatrix.c Sat May 1 02:47:56 1999 X+++ /home/andy/tmp/wrk/cmatrix.c Sat May 1 15:31:05 1999 X@@ -23,7 +23,11 @@ X #define MAXCOLS 300 X X #include X+#ifdef __FreeBSD__ X+#include X+#else X #include X+#endif X #include X #include X #include END-of-cmatrix-0.98b/patches/patch-ab echo c - cmatrix-0.98b/pkg mkdir -p cmatrix-0.98b/pkg > /dev/null 2>&1 echo x - cmatrix-0.98b/pkg/PLIST sed 's/^X//' >cmatrix-0.98b/pkg/PLIST << 'END-of-cmatrix-0.98b/pkg/PLIST' Xbin/cmatrix Xshare/doc/cmatrix/COPYING Xshare/doc/cmatrix/Changelog Xshare/doc/cmatrix/README Xshare/doc/cmatrix/TODO X@dirrm share/doc/cmatrix END-of-cmatrix-0.98b/pkg/PLIST echo x - cmatrix-0.98b/pkg/COMMENT sed 's/^X//' >cmatrix-0.98b/pkg/COMMENT << 'END-of-cmatrix-0.98b/pkg/COMMENT' XShow a scrolling 'Matrix' like screen. END-of-cmatrix-0.98b/pkg/COMMENT echo x - cmatrix-0.98b/pkg/DESCR sed 's/^X//' >cmatrix-0.98b/pkg/DESCR << 'END-of-cmatrix-0.98b/pkg/DESCR' XCMatrix - show a scrolling 'Matrix' like screen (curses based) X XCMatrix by default operates in 'eye candy' mode. It must be aborted with Xcontrol-c. If you wish for more of a 'screen saver' effect, you must Xspecify -s on the command line. For usage, use cmatrix -h. X X If you have any suggestions/flames/patches to send, please feel free to Xdo so. Please do not critique my code, I know I'm a hack ;-) I just got Xthe urge to write this one evening, and decided to see how fast I could do Xit. It's probably not particularly portable or efficient, but I'm pretty Xsure it wont hog *too* much CPU time. X XChris Allegretta Xchris.allegretta@plattsburgh.edu X XThis software is provided under the GNU GPL. I am in no way affiliated Xin any way with the movie 'The Matrix', just a big fan. X Xhttp://www.plattsburgh.edu/faculty/allegrcr/cmatrix/index.html END-of-cmatrix-0.98b/pkg/DESCR exit >How-To-Repeat: >Fix: Please, check and commit this port. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message