Subversion Repositories SvarDOS

Rev

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

Rev 1600 Rev 1681
Line 1... Line 1...
1
#
1
#
2
# PKG language file
2
# PKG language file
3
#
3
#
4
# Language....: English
4
# Language....: English
5
# Author......: Mateusz Viste
5
# Author......: Mateusz Viste
6
# Last updated: 16 Feb 2022
6
# Last updated: 31 Jan 2024
7
#
7
#
8
 
8
 
9
#### Help ####
9
#### Help ####
10
 
10
 
11
1.0:PKG is the SvarDOS package manager.
11
1.0:PKG is the SvarDOS package manager.
Line 13... Line 13...
13
1.21:       pkg update package[.svp]
13
1.21:       pkg update package[.svp]
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.27:       pkg unzip file.zip
-
 
18
1.28:       pkg crc32 file
18
1.25:PKG is published under the MIT license.
19
1.25:PKG is published under the MIT license.
19
1.26:It is configured through %DOSDIR%\\CFG\\PKG.CFG
20
1.26:It is configured through %DOSDIR%\\CFG\\PKG.CFG
20
 
21
 
21
### General stuff ####
22
### General stuff ####
22
 
23
 
Line 69... Line 70...
69
9.1:ERROR: Local package '%s' not found
70
9.1:ERROR: Local package '%s' not found
70
 
71
 
71
#### unzip ####
72
#### unzip ####
72
 
73
 
73
10.0:OK
74
10.0:OK
74
10.1:ERROR: Failed to open the archive file
75
10.1:ERROR: Failed to open the file
75
10.2:ERROR: Invalid ZIP archive
76
10.2:ERROR: Invalid ZIP archive
76
10.3:ERROR: File already exists
77
10.3:ERROR: File already exists
77
10.4:ERROR: unzip failure (%d)
78
10.4:ERROR: unzip failure (%d)