last=true
packages="base.tgz cm.tgz dvipsk.tgz gsftopk.tgz kpathsea.tgz latex.tgz xdvik.tgz"

pkginfo()
{
series=$1 ; package=$2 ; space=$3 ; status=$4; version=$5

echo "Series:           $series"
echo "Package:          $package"
if [ ! -z "$version" ] ; then
	echo "Version:          $version"
fi
echo "Status:           $status"
echo "Disk-Space:       $space"
echo
}

base.tgz-help()
{
pkginfo BASE "Tools+configuration" 640k REQUIRED
cat << eof
This package contains some very important configuration files and
tools. teTeX will not work properly, if you do not install this package!
eof
}

cm.tgz-help()
{
pkginfo BASE "Computer Modern" 1265k REQUIRED
cat << eof
This package contains the most basic font sets: Computer Modern,
Manual and MFlogo.
eof
}

dvipsk.tgz-help()
{
pkginfo BASE dvips 425k RECOMMENDED 5.58c
cat << eof
This package contains the dvi to PostScript converter. You can use
this driver if you have a PostScript printer or the GhostScript (gs)
program.
eof
}

gsftopk.tgz-help()
{
pkginfo BASE gsftopk 70k RECOMMENDED 1.7
cat << eof
This package contains a program that allows you to convert fonts from
the type1 format into the pk format using GhostScript. The main purpose is,
to be able to preview a dvi file with xdvi. The missing pk fonts
will be generated automatically.
eof
}

kpathsea.tgz-help()
{
pkginfo BASE Kpathsea 440k RECOMMENDED 2.4
cat << eof
This package contains important information about the kpathsea
library (it is used by various programs including tex for locating
files). The documentation describes, how to use config-files and
environment variables to set up your search paths.
eof
}

latex.tgz-help()
{
pkginfo BASE LaTeX 2260k RECOMMENDED "2e, 1/6/94, patchlevel 4"
cat << eof
This package contains the LaTeX system. It contains the base LaTeX2e
system, all of the tool packages, AmSLaTeX-1.2 (full LaTeX2e support)
and much more.
eof
}

xdvik.tgz-help()
{
pkginfo BASE xdvi 355k RECOMMENDED
cat << eof
This package contains the xdvi program, a X11 based previewer for
dvi files. It can display PostScript images included in your dvi file
if GhostScript in installed at your system.
eof
}
