Path: utzoo!utgpu!water!watmath!clyde!cbosgd!ucbvax!ucsfcgl!cgl.ucsf.edu!kneller From: kneller@cgl.ucsf.edu (Don Kneller) Newsgroups: comp.binaries.ibm.pc Subject: PC MORIA 4.83 (part 0/7) Message-ID: <10565@cgl.ucsf.EDU> Date: 16 Dec 87 19:10:13 GMT Sender: daemon@cgl.ucsf.edu Reply-To: kneller@socrates.ucsf.edu (Don Kneller) Organization: UCSF Computer Graphics Lab Lines: 107 References: Keywords: This is an MSDOS version of UNIX MORIA 4.83 (which was ported to UNIX by Jim Wilson at UC Berkeley). System requirements are: 1) DOS 2.0 or above 2) 640K of memory (512 may be OK) 3) Disk storage capacity of at least 720K 4) Monochrome or color display 5) Hours of your time and the patience of your family There are two possible methods used for video output. 1) For IBM PCs and clones, BIOS calls as done in PC Curses 1.0 2) For other machines, ANSI sequences. The next 7 postings are PCMORIA483.ARC, uuencoded and split up. The rest of this file is a README and a shell script for combining the parts. Happy Holidays! Don Kneller UUCP: ...ucbvax!ucsfcgl!kneller INTERNET: kneller@cgl.ucsf.edu BITNET: kneller@ucsfcgl.BITNET ----- #! /bin/sh # This is a shell archive, meaning: # 1. Remove everything above the #! /bin/sh line. # 2. Save the resulting text in a file. # 3. Execute the file with /bin/sh (not csh) to create: # README # makeit # This archive created: Wed Dec 16 10:20:58 1987 export PATH; PATH=/bin:/usr/bin:$PATH echo shar: "extracting 'README'" '(593 characters)' if test -f 'README' then echo shar: "will not over-write existing file 'README'" else cat << \SHAR_EOF > 'README' The executable for PC MORIA 4.83 is stored in a ARChive which has been uuencoded and split into pieces smaller than 64K for mailing. Run '/bin/sh' on each of the parts. Once you have all parts, run the enclosed 'makeit' shell script. If all goes well, you should have a pcmoria483.arc file on which you use PKXARC to extract the files. When you transfer pcmoria483.arc to your PC, make sure you use binary protocal like XMODEM (or use kermit with the -i flag for image mode transfer). Don Kneller UUCP: ...ucbvax!ucsfcgl!kneller ARPA: kneller@cgl.ucsf.edu BITNET: kneller@ucsfcgl.BITNET SHAR_EOF if test 593 -ne "`wc -c < 'README'`" then echo shar: "error transmitting 'README'" '(should have been 593 characters)' fi fi echo shar: "extracting 'makeit'" '(525 characters)' if test -f 'makeit' then echo shar: "will not over-write existing file 'makeit'" else cat << \SHAR_EOF > 'makeit' #! /bin/csh -f set name = pcmoria483 set total = 7 set n = 1 set missing = "" set have = "" while ($n <= $total) if !(-f $name.uu.$n) then set missing = "$missing$n " else set have = "$have$name.uu.$n " endif @ n++ end if (x"$missing" != x) then echo You don\'t have parts \"$missing\" yet! echo You need all $total parts first. exit endif echo Combining all the parts and passing through uudecode to make $name.arc /bin/cat $have | uudecode echo The size of $name.arc should be 262971 ls -l $name.arc echo Done. SHAR_EOF if test 525 -ne "`wc -c < 'makeit'`" then echo shar: "error transmitting 'makeit'" '(should have been 525 characters)' fi chmod +x 'makeit' fi exit 0 # End of shell archive ----- Don Kneller UUCP: ...ucbvax!ucsfcgl!kneller INTERNET: kneller@cgl.ucsf.edu BITNET: kneller@ucsfcgl.BITNET