home *** CD-ROM | disk | FTP | other *** search
- echo
- echo ">>> Installing binary utilities"
- echo " ---------------------------"
- echo " These are a set of random utilities that live in the /bin"
- echo " and /usr/bin directories"
- echo
- echo " Programs: GNU fileutils, at, crond, file, GNU gawk, man,"
- echo " modules, GNU patch, sed, sharutils, time, tput and"
- echo " colour ls"
- tar $TARFLAGS $SRC/bin.tgz -C $TARGET
- echo
- echo ">>> Installing minicom and sz/rz"
- echo " ----------------------------"
- echo " This is a set of programs that allows you to connect to"
- echo " builitin boards and the like. Minicom presents you with"
- echo " a front end and vt100 ansi terminal."
- echo " sz and rz are the file transfer commands that can support"
- echo " zmodem, ymodem and xmodem protocols."
- echo
- echo " Programs: minicom, sx, sy, sz, rx, ry, rz"
- tar $TARFLAGS $SRC/comms.tgz -C $TARGET
- echo
- echo ">>> Installing GNU grep"
- echo " -------------------"
- echo " Grep searches files for lines matching a patterm that you"
- echo " specify. Apparantly (according to Slackware anyway), this"
- echo " is the fastest grep in the West."
- tar $TARFLAGS $SRC/grep.tgz -C $TARGET
- echo
- echo ">>> Installing GNU zip"
- echo " ------------------"
- echo " GZip compresses files. Files that have been compressed with"
- echo " gzip have .gz appended to them. It is commonly used to"
- echo " compress tar files"
- tar $TARFLAGS $SRC/gzip.tgz -C $TARGET
- echo
- echo ">>> Installing less"
- echo " ---------------"
- echo " Less is a paginator similar to more, but is more versitile."
- echo
- echo " Programs: less, lesskey"
- tar $TARFLAGS $SRC/less.tgz -C $TARGET
- echo
- echo ">>> Installing lpr"
- echo " --------------"
- echo " This is the BSD print spooling system. It allows control"
- echo " over the spooling of print jobs."
- echo
- echo " Programs: lpr, lpd, lpc, lpq, lprm"
- tar $TARFLAGS $SRC/lpr.tgz -C $TARGET
- echo
- echo ">>> Installing ps (process listing)"
- echo " -------------------------------"
- echo " These programs allow you to control and list running processes"
- echo
- echo " Programs: ps, killall, free, fuser, pstree, tload, top, uptime,"
- echo " vmstat, w"
- tar $TARFLAGS $SRC/ps.tgz -C $TARGET
- echo
- echo ">>> Installing shell utilities"
- echo " --------------------------"
- echo " This is a set of small shell programming utilities, mostly"
- echo " compliant with the POSIX.2 spec."
- echo
- echo "Programs: basename, date, dirname, echo, env, expr, false, logname,"
- echo " nice, nohup, patchchk, printenv, printf, sleep, stty, tee, test"
- echo " true, tty, uname, who, whoami, yes"
- tar $TARFLAGS $SRC/sh_utils.tgz -C $TARGET
- echo
- echo ">>> Installing syslogd"
- echo " ------------------"
- echo " This is the system logger. It takes various messages emitted by"
- echo " various daemons and the kernel, and places them in a file or onto"
- echo " a users display"
- echo
- echo " Programs: syslogd"
- tar $TARFLAGS $SRC/syslogd.tgz -C $TARGET
- echo
- echo ">>> Installing GNU tar"
- echo " ------------------"
- echo " tar is a tape archiving program which adds or extracts files from"
- echo " a tape or archive files. This is the most common way to collect"
- echo " up a set of files before compressing them."
- echo
- echo " Programs: tar"
- tar $TARFLAGS $SRC/tar.tgz -C $TARGET
- echo
- echo ">>> Installing tcsh shell"
- echo " ---------------------"
- echo " This shell is a version of the standard C shell (csh), but with"
- echo " some extra features. Its extra features include spell checking,"
- echo " command completion, command line editor, command history and job"
- echo " control."
- echo
- echo " Programs: tcsh"
- tar $TARFLAGS $SRC/tcsh.tgz -C $TARGET
- echo
- echo ">>> Installing time zone information"
- echo " --------------------------------"
- echo " This set of files handles the different time zones."
- echo " Please see the /usr/lib/zoneinfo directory for furthur information"
- tar $TARFLAGS $SRC/zoneinfo.tgz -C $TARGET
- echo
- echo ">>> Installing FP Emulator"
- echo " ----------------------"
- echo " This allows programs with floating point instructions to"
- echo " run. This is a packaged copy of the Acorn FP Emulator, supplied"
- echo " with RiscOS 3.11 (FPE version 2.87). Thanks due to Acorn for"
- echo " allowing me to use it."
- tar $TARFLAGS $SRC/fpem.tgz -C $TARGET
- echo
-