On 13/05/2021 20:18, Antonio Carlini via cctalk wrote:
Incidentally, I'm currently working through my
OpenVMS VAX (and a few
Alpha) CONDIST CDROMs and pulling out all the CD_CONTENTS.DAT so I can
put together a script to build a list of which sets hold any given
version of a product.
You might want to have a look at
http://de.openvms.org/spl.php
Some time ago I made a copy of this data in an SQLite database which
I've added some more entries to. You can download it here:
http://www.9track.net/bits/dec/vms/spl.db.bz2
You can see the entries I've added with
SELECT * FROM spl WHERE rowid > 41236;
Regards,
Matt