~ubuntu-branches/ubuntu/lucid/unzip/lucid-security

« back to all changes in this revision

Viewing changes to vms/unz_cli.cld

  • Committer: Bazaar Package Importer
  • Author(s): Santiago Vila
  • Date: 2009-05-08 20:02:40 UTC
  • mfrom: (1.1.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: james.westby@ubuntu.com-20090508200240-7l4gypruop5863bd
* New upstream release. Closes: #496989.
* Enabled new Unicode support. Closes: #197427. This may or may not work
  for your already created zipfiles, but it's not a bug unless they were
  created using the Unicode feature present in zip 3.0.
* Built using DATE_FORMAT=DF_YMD so that unzip -l show dates in ISO format,
  as that's the only available one which makes sense. Closes: #312886.
* Enabled new bzip2 support. Closes: #426798.
* Exit code for zipgrep should now be the right one. Closes: #441997.
* The reason why a file may not be created is now shown. Closes: #478791.
* Summary of changes in this version not being the debian/* files:
- Manpages in section 1, not 1L.
- Branding patch. UnZip by Debian. Original by Info-ZIP.
- Always #include <unistd.h>. Debian GNU/kFreeBSD needs it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
        Module          VMS_UNZIP_CLD
2
 
        Ident           "02-009"
 
2
        Ident           "03-003"
3
3
 
4
4
Define  Verb            UNZIP
5
5
        Parameter       P1, Label=ZIPFILE, Prompt="Zip file"
6
6
        Parameter       P2, Label=INFILE, VALUE(LIST), Prompt="Files to UnZip"
7
 
        Qualifier       BINARY, VALUE(TYPE=CONVERT_KEYWORDS), Negatable
8
 
        Qualifier       TEXT, VALUE(TYPE=CONVERT_KEYWORDS), Negatable
 
7
        Qualifier       BINARY, VALUE(TYPE=CONVBIN_KEYWORDS), Negatable
 
8
        Qualifier       TEXT, VALUE(TYPE=CONVTXT_KEYWORDS, LIST), Negatable
9
9
        Qualifier       SCREEN, Negatable
10
10
        Qualifier       DIRECTORY, VALUE(REQUIRED,TYPE=$FILE), Nonnegatable
11
11
        Qualifier       FRESHEN, Negatable
13
13
        Qualifier       JUNK, Negatable
14
14
        Qualifier       LIST, Nonnegatable
15
15
        Qualifier       BRIEF, Nonnegatable, Default
16
 
        Qualifier       FULL, Nonnegatable
 
16
        Qualifier       FULL, VALUE(TYPE=FULL_MODIFIER), Nonnegatable
 
17
        Qualifier       EXISTING, VALUE(REQUIRED, TYPE=EXISTING_KEYWORDS),
 
18
                        Nonnegatable
17
19
        Qualifier       OVERWRITE, Negatable
18
20
        Qualifier       QUIET, VALUE(TYPE=QUIET_MODIFIER), Nonnegatable
19
21
        Qualifier       TEST, Negatable
24
26
        Qualifier       UPPERCASE, Negatable
25
27
        Qualifier       UPDATE, Negatable
26
28
        Qualifier       VERSION, Negatable
27
 
        Qualifier       VERBOSE, Nonnegatable
28
 
        Qualifier       RESTORE, Negatable
 
29
        Qualifier       RESTORE, VALUE(TYPE=RESTORE_KEYWORDS, LIST), Negatable
29
30
        Qualifier       COMMENT, Negatable
30
31
        Qualifier       EXCLUDE, VALUE(LIST), Nonnegatable
31
32
        Qualifier       CASE_INSENSITIVE, Negatable
32
33
        Qualifier       LOWERCASE, Negatable
33
34
        Qualifier       PAGE, Negatable
 
35
        Qualifier       DOT_VERSION, Negatable
 
36
        Qualifier       ODS2, Negatable
34
37
        Qualifier       YYZ_UNZIP, NonNegatable, Default
35
38
        Qualifier       ZIPINFO, Syntax=INFORMATION, NonNegatable
36
39
        DisAllow        BRIEF and FULL
37
40
        DisAllow        DIRECTORY and SCREEN
38
41
        DisAllow        BINARY and TEXT.ALL
39
42
        DisAllow        BINARY.ALL and TEXT
 
43
        DisAllow        (OVERWRITE or (neg OVERWRITE)) and EXISTING
 
44
        DisAllow        (neg RESTORE) and RESTORE.DATE
 
45
        DisAllow        (neg RESTORE) and (neg RESTORE.DATE)
 
46
        DisAllow        (neg RESTORE) and RESTORE.OWNER_PROT
 
47
        DisAllow        (neg RESTORE) and (neg RESTORE.OWNER_PROT)
 
48
        DisAllow        (neg RESTORE.DATE) and RESTORE.DATE.ALL
 
49
        DisAllow        (neg RESTORE.DATE) and RESTORE.DATE.FILES
 
50
        DisAllow        TEXT.ALL and TEXT.AUTO
 
51
        DisAllow        TEXT.AUTO and TEXT.NONE
 
52
        DisAllow        TEXT.NONE and TEXT.ALL
 
53
        DisAllow        TEXT.NONE and TEXT.STMLF
 
54
        DisAllow        (neg TEXT) and TEXT.STMLF
40
55
        DisAllow        ZIPINFO and HELP
41
56
 
42
 
Define  Type            CONVERT_KEYWORDS
43
 
        Keyword         AUTO, DEFAULT
44
 
        Keyword         ALL
45
 
        Keyword         NONE
 
57
Define  Type            CONVBIN_KEYWORDS
 
58
        Keyword         AUTO, DEFAULT
 
59
        Keyword         ALL
 
60
        Keyword         NONE
 
61
 
 
62
Define  Type            CONVTXT_KEYWORDS
 
63
        Keyword         AUTO, DEFAULT
 
64
        Keyword         ALL
 
65
        Keyword         NONE
 
66
        Keyword         STMLF
 
67
 
 
68
Define  Type            EXISTING_KEYWORDS
 
69
        Keyword         NEW_VERSION
 
70
        Keyword         OVERWRITE
 
71
        Keyword         NOEXTRACT
 
72
 
 
73
Define  Type            RESTORE_KEYWORDS
 
74
        Keyword         DATE, VALUE(TYPE=RESTOREDATE_KEYS, Required),
 
75
                        Negatable
 
76
        Keyword         OWNER_PROT, Default, Negatable
 
77
 
 
78
Define  Type            RESTOREDATE_KEYS
 
79
        Keyword         FILES, DEFAULT
 
80
        Keyword         ALL
46
81
 
47
82
Define  Type            QUIET_MODIFIER
48
83
        Keyword         SUPER
49
84
 
 
85
Define  Type            FULL_MODIFIER
 
86
        Keyword         DIAGNOSTICS
 
87
 
50
88
Define Syntax INFORMATION
51
89
        Parameter       P1, Label=ZIPFILE, Prompt="Zip file"
52
90
        Parameter       P2, Label=INFILE, VALUE(LIST), Prompt="Files to display"