last=false packages="adobe.tgz amsfonts.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 } adobe.tgz-help() { pkginfo GOODIES "PostScript fonts" 2855k RECOMMENDED cat << eof This package contains the font metrics (.tfm/.vf/.afm) of the 35 standard adobe PostScript fonts and the charter font from Bitsrtream (including the type1 metrics). eof } amsfonts.tgz-help() { pkginfo GOODIES AmSfonts 2150k RECOMMENDED 2.4 cat << eof This package contains the Metafont sources (.mf) and TeX font metrics (.tfm) of the AmS fonts. eof }