          MODULE=readstat
         VERSION=1.1.9
          SOURCE=$MODULE-$VERSION.tar.gz
      SOURCE_URL=https://github.com/WizardMac/ReadStat/releases/download/v$VERSION/
      SOURCE_VFY=sha256:3a232b9e852d10173e2f25da9155afe2e129a30d1fc6c9aac142cdc5cbfe527e
        WEB_SITE=https://github.com/WizardMac/ReadStat
         ENTERED=20220812
         UPDATED=20230220
           SHORT="Read (and write) data sets from SAS, Stata, and SPSS"

cat << EOF
Originally developed for Wizard, ReadStat is a command-line tool and MIT-licensed C library for
reading files from popular stats packages. Supported data formats include:

    SAS: SAS7BDAT (binary file) and XPORT (transport file)
    Stata: DTA (binary file) versions 104-119
    SPSS: POR (portable file), SAV (binary file), and ZSAV (compressed binary)

Supported metadata formats include:

    SAS: SAS7BCAT (catalog file) and .sas (command file)
    Stata: .dct (dictionary file)
    SPSS: .sps (command file)
EOF
