Thu, 15 Nov 2012 22:28:48 -0400, Jim Diamond did cat :
Now that there exists a central mirror access it is quite
easy to answer quickly to that type of interrogation:
### get the version related MANIFEST file (might use a VERSION variable
### but put it straight here for clarity
$ wget -c
http://mirrors.slackware.com/slackware/slackware-13.0/slackware/MANIFEST.bz2 -O MANIFEST-13.0.bz2
###
### check if some stuff is listed and if so tells in whick package.
### examples with two toolies related to this thread ;-)
$ bzcat ./MANIFEST-13.0.bz2 | awk '/pdftoppm/{print $5}' RS=
./l/poppler-0.10.7-i486-1.txz
$ bzcat ./MANIFEST-13.0.bz2 | awk '/pdfimages/{print $5}' RS=
./l/poppler-0.10.7-i486-1.txz