last=false
packages="plain.tgz web2c.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
}

plain.tgz-help()
{
pkginfo BASE "Basic TeX macros" 1620k REQUIRED
cat << eof
This package contains the most important macros for TeX and
BibTeX. These include the plain-TeX macros and the hyphenation
tables for several languages.
eof
}

web2c.tgz-help()
{
pkginfo BASE "web2c" 2015k REQUIRED 6.1
cat << eof
This package contains the binaries for TeX, BibTeX, Metafont
and some fontutils (e.g. dvicopy, gftopk). They are linked against
the latest kpathsea library (with some extra features added by me).
The search paths can be given not only via environment variables,
but also in config files. As a new feature, the search paths are
relative to the location where the binaries reside. Therefore, you
can install teTeX in any place in your filesystem and you need
not to change the config-file or to set any environment variables.
eof
}
