last=false
packages="gothic.tgz concrete.tgz dc.tgz dviljk.tgz  mkindex.tgz  pandora.tgz texinfo.tgz xtexsh.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
}

gothic.tgz-help()
{
pkginfo GOODIES "Old-german fonts" 915k RECOMMENDED
cat << eof
This package contains the Metafont sources (.mf) and TeX font
metrics (.tfm) of some old-german fonts.
eof
}

concrete.tgz-help()
{
pkginfo GOODIES "Concrete fonts" 75k RECOMMENDED
cat << eof
This package contains the Metafont sources (.mf) and TeX font
metrics (.tfm) of the Concrete fonts.
eof
}

dc.tgz-help()
{
pkginfo GOODIES "DC fonts" 1135k RECOMMENDED
cat << eof
This package contains the Metafont sources (.mf) and TeX font
metrics (.tfm) of the DC fonts.
eof
}

dviljk.tgz-help()
{
pkginfo GOODIES dviljk 290k RECOMMENDED 2.4
cat << eof
This package contains dvi drivers for HP LaserJet printers.
eof
}

mkindex.tgz-help()
{
pkginfo GOODIES Makeindex 110k RECOMMENDED "2.12 [26-May-1993]"
cat << eof
This package contains the makeindex program, a general purpose,
formatter-independent index processor.
eof
}

pandora.tgz-help()
{
pkginfo GOODIES "pandora fonts" 350k RECOMMENDED
cat << eof
This package contains the Metafont sources (.mf) and TeX font
metrics (.tfm) of the Pandora fonts.
eof
}

texinfo.tgz-help()
{
pkginfo GOODIES texinfo 800k RECOMMENDED 3.1
cat << eof
This package contains the texinfo distribution. Texinfo is a
documentation system that uses a single source file to produce both
on-line information and printed output. A texinfo document
can by converted by makeinfo into the info format and by texi2dvi
into the dvi format.
eof
}

xtexsh.tgz-help()
{
pkginfo GOODIES XTeXShell 1370k RECOMMENDED 0.91
cat << eof
This package contains the XTeXShell, a system independent X-Windows
shell for TeXing, where you don't need to care about program calls,
operating system dependencies and other stuff. It has a built-in
editor (similar to the IDE of some Borland products) and on-line
help for LaTeX commands. This package requites Tcl, Tk and TclX
to be installed.
eof
}
