Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.csd.uwm.edu!cs.utexas.edu!execu!sequoia!rpp386!jfh From: jfh@rpp386.Dallas.TX.US (John F. Haugh II) Newsgroups: comp.sources.wanted Subject: rpp386 Archive server relocation information Summary: I moved. Here is the information I promised. Message-ID: <16996@rpp386.Dallas.TX.US> Date: 9 Sep 89 17:43:51 GMT Reply-To: jfh@rpp386.cactus.org (John F. Haugh II) Distribution: na Organization: TrishTrash Readers, Inc. Lines: 193 Last week or so I promised to send updated archive information regarding rpp386. Here is the latest versions of the indices. This note contains the archive access information and a summary listing of the archive contents. In a companion note is the full index. -- [ Last modified Sat Sep 9 12:31:28 CDT 1989 ] What this is ... These are the instructions for accessing rpp386, a public access source archive system. A list of files available for downloading is available for you to peruse. The file is located in ~/archive, if you are using UUCP, or /archive if you are using the Kermit server. If you are planning on frequently using this system, then I suggest that you request this file from time to time. Setting this up ... Add the line rpp386 Any ACU 2400 15128328835 in:--in:--in: uucp to your L.sys file. You may have to adjust things to get this line to work. Send a break to change from 2400 to 1200 baud. Try logging in by hand if you have trouble. Austin does not presently have PC-Pursuit out-dial service. If you don't have UUCP, rpp386 is availably by anonymous Kermit server. Use the same telephone number, but login as `kermit' instead. Requesting the transfer ... The archive listing file will give the location of the files. All of the packages are storaged as 16 bit compressed sharchives, except for compress of course, stored in the subdirectory /usr/archive/. Kermit users are automatically placed in the /usr/archive subdirectory and need not specify that portion of the path. Use the `cwd' command to move to the desired package subdirectory. You will have to issue `set file type binary' and `set file name literal' commands on your local Kermit. This has already been done for you on this end. Sending floppies ... If you are interested in downloading a large amount of source, or you have trouble getting connected, I may be able to mail Xenix formatted floppies. Send mail for details. At present I can only handle 5 1/4" floppies. -- [ Last Modified Sat Sep 9 12:02:04 CDT 1989 ] This is the short listing for the archive on rpp386. A longer listing can be found in back issues of this newsgroup, or by anonymous UUCP from rpp386 from the file /usr/spool/uucppublic/archive. - John. Description Blocks =============================================================================== afio - Public domain cpio compatible tape file archiver. 1 part 92 arc - MS-DOS(tm) compatible ARC(tm) file archive utility. 11 parts 266 banner - Print messages in large characters. 1 part 4 basic - Fully function BASIC interpreter for 32 bit micros. 5 parts 250 bidding - Bridge bidding practice utility. 2 parts 22 bitstr - Bitstring operation subroutines, required for cron. 1 part 12 bool - Boolean expression evaluator. 1 part 48 bpatch - Binary file editor. 1 part 50 bsd-back - Berkeley Backgammon game. 3 parts 124 btree - In-memory binary tree routines. 1 part 48 c-check - Checks C programs for questionable syntax. 1 part 44 c-config - Find datatype sizes, etc for a C compiler. 1 part 26 c-grammar - ANSI C grammar suitable for YACC. 1 part 20 c-list - Produce C program listings including error messages. 2 parts 20 cal - Print a single calendar or a years worth. 1 part 14 calc - Full function trig calculator similiar to bc and expr. 1 part 16 calcdate - Computes dates and the difference between dates. 1 part 8 calen - Print calendars in full-page format by month. 1 part 16 captoinfo - Converts TERMCAP style descriptoins to TERMINFO. 1 part 26 cdecl - Convert C declaractions to English and back. 1 part 16 cforth - Fully working FORTH interpreter written in C. 3 parts 142 chess - GNU Chess, simple chess game using curses. 3 parts 148 chown - Replacements for chown and chgrp with improvements. 1 part 10 ckermit - Fully functional KERMIT server. 5 parts 342 compress - James Woods L/Z file compression utility. 2 parts 160 cookie - A simple replacement to the Fortune cookie game. 3 parts 138 cookies - A collection of addition fortune cookies. 2 parts 90 cparen - Fully parenthise a C expression. 1 part 28 craps - A casino-like version of Craps using curses, from UNR. 1 part 54 crash - Examine XENIX kernel data of a running system (386). 1 part 34 cron - A re-implementation of the System V cron. 2 parts 88 crypt - German Enigma based data encryption utility. 1 part 6 cshar - Rich $alz's shell archiver written in C. 3 parts 128 ctime - Table driven replacement for C library routines. 8 parts 274 cursive - A cursive implementation of the banner game. 1 part 32 cut - Re-implementations of the System V cut and paste tools. 1 part 36 dbug - A collection of macros and functions for debugging. 3 parts 174 des - NBS DES routines. 1 part 56 dial - Re-implementation of the System V dial functions. 3 parts 92 diff - Berkeley-style context diff generator. 1 part 48 directory - Doug Gwyn's POSIX compatible directory routines. 1 part 42 dist - Larry Wall's distribution kit generator. 9 parts 382 ephemeris - Determine sun and moon rise and set times. 1 part 18 file - Re-implementation of the System V file command. 1 part 112 flex - A faster re-implementation of LEX. 5 parts 214 fortune - Berkeley fortune command with fortunes. 16 parts 958 fsanalyze - Analyze file system structure and condition. 3 parts 118 fuser - Determine which processes have a file or device open. 1 part 26 getopt - Re-implementation of getopt(3) function. 1 part 4 glog - Shell wildcard matchine functions. 1 part 6 gnugrep - GNU global regular expression file search utility. 5 parts 218 gnuplot - GNU Interactive function and data plotting tool. 6 parts 220 graph+ - Interactive function and data plotting tool. 4 parts 142 grep - James Woods' Boyer/Moore based grep and regex routines. 2 parts 148 init - System V style init with inittab. 1 part 24 jive - Convert English text to Jive or Valley-girl text. 1 part 40 kermit - Old-style very simple kermit with no server. 1 part 42 last - Print last login times for all or individual users. 2 parts 16 lastlog - Maintain last login time. 1 part 6 less - File perusal filter similiar to more or pg. 3 parts 216 loan - Print loan amortization information. 1 part 6 login - System V Shadow Password login and libraries. 3 parts 88 m4 - Re-implementation of the m4 macro processor. 2 parts 110 make - Re-implementation of the 7th Edition make command. 1 part 48 mastrm - A computer version of the Master Mind(tm) game. 1 part 30 mkdir - More secure implementation of System V and V7 command, 1 part 14 mkid - Create and query a program identifier database. 3 parts 114 month - Appointment scheduler and personal reminder. 2 parts 140 moria - Dungeons and Dragons(tm) style adventure game. 20 parts 892 obvious - Determine if a proposed password is obvious. 1 part 18 othello - A computer version of the Othello(tm) board game. 1 part 24 patch - Larry Wall's utility to apply diffs to files. 2 parts 156 ptalias - Create routing paths file from UUCP Map data. 1 part 100 perl - Larry Wall's sed and awk replacement language. 16 parts 798 picnix3 - Version 3 of the MS/DOS(tm) UNIX-like utilities. 13 parts 1018 plot - Re-implementation of a device independent plot library. 1 part 16 proto - Create C function prototypes from C program files. 1 part 6 psc - Print various useful pieces of info from a core dump. 1 part 4 pwgen - Generate random, pseudo word, passwords. 1 part 10 puzzle - A sliding wooden block puzzle game. 1 part 14 puzzle15 - 15 number sliding square puzzle. 1 part 32 qt - Print time in English. 1 part 4 renice - Change nice of a running program. 1 part 26 rogue - Adventure into the Dungeons of Doom. 6 parts 360 rolo - A computerized Rolodex(tm) using curses. 4 parts 262 rolodex - A simple computerized Rolodex(tm). 1 part 24 safe - Run process for a specified amount of time. 1 part 6 sc - A simple computer spread sheet. 3 parts 206 scheme - Small SCHEME interpreter in C. 1 part 40 script - Create a logfile of a shell or login session. 1 part 10 shar - A simple shell file archiver. 1 part 24 shar2 - An enhanced shell file archiver. 1 part 36 smail - Pathalias-based routing smart mailer. 4 parts 170 smalltalk - Little Smalltalk language interpreter. 5 parts 184 speaker - Musical speaker driver for PC/AT's and 386/AT's. 1 part 28 spew - Create National Enquirer(tm)-style headlines. 1 part 34 spiro - A computerized Spirograph(tm) graphics games. 1 part 8 squeeze - Huffman-code based file compression utility. 1 part 58 syslog - System error logging library and daemon. 1 part 16 talk - Full screen replacement for the write utility. 1 part 12 tar - PD Re-implementation of the tar utility. 3 parts 186 therc - tplot(3) filter for Hercules card on SCO Xenix 386. 1 part 12 timer - Routines to handled multiple timer requests. 1 part 12 trek73 - Star Trek(tm) adventure game. 7 parts 310 turing - Turing machine simulation macros for vi. 1 part 10 u16.pc - PC 16 bit file decompression - uncompressed. 2 parts 90 uemacs - MicroEMACS version 3.9e and documentation, 20 parts 654 unctime - Convert ctime strings to long intereger time. 1 part 6 untic - Convert binary terminfo files into terminfo source. 1 part 16 uuencode - Encode and decode files for UUCP file transfer. 1 part 18 uumailclean - Return old mail requests to sender. 2 parts 26 uupc - UUCP for PC's running MS-DOS, uuencoded and split. 5 parts. 342 uuque - Print pending UUCP requests and their sources. 1 part 10 vipw - Edit and verify the /etc/passwd file. 1 part 6 vol - Display device name a given file is on. 1 part 4 vtree - Visually draw a directory tree. 1 part 10 vttest - Test features of DEC VT100(tm) terminal emulators. 1 part 94 w - SCO Xenix 2.2.1 port of Berkeley UNIX w command. 1 part 16 which - Find path name of a given command. 1 part 8 xdump - Hex dump a file or shared memory segment. 1 part 8 xmodem - BSD-style XMODEM protocol file transfer utility. 5 parts 112 yid-slots - Jewish slot machine like name game. 1 part 18 zmodem - Simple command line oriented X/Y/Z MODEM utility. 3 parts 130 zoo - Portable file archiving and compressing utility. 7 parts 290 -- John F. Haugh II +-Quote of the month club: ------------ VoiceNet: (512) 832-8832 Data: -8835 | It's not that important, InterNet: jfh@rpp386.cactus.org | it's only USENET. UUCPNet: {texbell|bigtex}!rpp386!jfh +-------------- -- Rich $alz ----