~ubuntu-branches/ubuntu/precise/unzip/precise-proposed

« back to all changes in this revision

Viewing changes to vms/Contents

  • Committer: Bazaar Package Importer
  • Author(s): Santiago Vila
  • Date: 2004-06-06 17:57:46 UTC
  • Revision ID: james.westby@ubuntu.com-20040606175746-nl7p2dgp3aobyc2c
Tags: upstream-5.51
ImportĀ upstreamĀ versionĀ 5.51

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Contents of the "vms" sub-archive for UnZip 5.3 and later:
 
2
 
 
3
  Contents            this file
 
4
  README              general VMS info about using UnZip and zipfiles
 
5
  unzip_def.rnh       UnZip default help page, RUNOFF format
 
6
  unzip_cli.help      UnZip VMSCLI help page, TPU format
 
7
  unzipsfx.hlp        UnZipSFX pre-formatted help page
 
8
  cvthelp.tpu         TPU macro file to convert .help file to RUNOFF format
 
9
  cmdline.c           VMS-style command-line-interface code (if VMSCLI defined)
 
10
  unz_cli.cld         more VMS-command-line stuff (if VMSCLI defined)
 
11
  vms.c               VMS file manipulation code
 
12
  vms.h               VMS header file for UnZip
 
13
  vmsdefs.h           VMS system declarations (missing C compiler support)
 
14
  make_unz.com        command file to make UnZip with GNU or DEC C on VAX or AXP
 
15
  link_unz.com        command file to (re)link UnZip and UnZipSFX
 
16
  descrip.mms         MMK/MMS makefile for UnZip/ZipInfo and UnZipSFX
 
17
  unzip.opt           options file used for linking unzip
 
18
  unzipsfx.opt        options file used for linking unzipsfx
 
19
  makesfx.com         command file to create self-extracting archives
 
20
 
 
21
MAKE/VMS is no longer supported since MMK (MMS clone by Matt Madison/MadGoat
 
22
Enterprises, compatible with descrip.mms) is both free and becoming quite
 
23
popular.  MMK is available by anonymous ftp from ftp.spc.edu/ftp.wku.edu and
 
24
by mailserver at lists.wku.edu.  Check VMS newsgroups for announcements and
 
25
exact location.
 
26
 
 
27
The MAKE_UNZ.COM command file accepts compilation options in a LOCAL_UNZIP
 
28
symbol or logical; the format is "VMSCLI,RETURN_CODES" (for example).
 
29
DESCRIP.MMS must be edited in order to use special options.