Subversion Repositories SvarDOS

Rev

Rev 275 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 275 Rev 296
Line 12... Line 12...
12
1.20:Usage: pkg install package.zip
12
1.20:Usage: pkg install package.zip
13
1.21:       pkg update package.zip
13
1.21:       pkg update package.zip
14
1.22:       pkg remove package
14
1.22:       pkg remove package
15
1.23:       pkg listfiles package
15
1.23:       pkg listfiles package
16
1.24:       pkg listlocal [filter]
16
1.24:       pkg listlocal [filter]
-
 
17
1.27:       pkg unzip file.zip
17
1.25:PKG is published under the MIT license.
18
1.25:PKG is published under the MIT license.
18
1.26:It is configured through %DOSDIR%\\CFG\\PKG.CFG
19
1.26:It is configured through %DOSDIR%\\CFG\\PKG.CFG
19
 
20
 
20
### General stuff ####
21
### General stuff ####
21
 
22
 
Line 64... Line 65...
64
 
65
 
65
#### Handling the local list of installed packages ####
66
#### Handling the local list of installed packages ####
66
 
67
 
67
9.0:ERROR: Could not access directory %s
68
9.0:ERROR: Could not access directory %s
68
9.1:ERROR: Local package '%s' not found
69
9.1:ERROR: Local package '%s' not found
-
 
70
 
-
 
71
#### unzip ####
-
 
72
 
-
 
73
10.0:OK
-
 
74
10.1:ERROR: Failed to open the archive file
-
 
75
10.2:ERROR: Invalid ZIP archive
-
 
76
10.3:ERROR: File already exists
-
 
77
10.4:ERROR: unzip failure (%d)