Subversion Repositories SvarDOS

Rev

Rev 1880 | Rev 1891 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
247 mateuszvis 1
#
272 mateuszvis 2
# PKG language file
247 mateuszvis 3
#
723 bttr 4
# Language....: English
5
# Author......: Mateusz Viste
1711 bttr 6
# Last updated: 10 Feb 2024
247 mateuszvis 7
#
8
 
9
#### Help ####
10
 
723 bttr 11
1.0:PKG is the SvarDOS package manager.
1600 mateusz.vi 12
1.20:Usage: pkg install package[.svp]
13
1.21:       pkg update package[.svp]
272 mateuszvis 14
1.22:       pkg remove package
15
1.23:       pkg listfiles package
16
1.24:       pkg listlocal [filter]
296 mateuszvis 17
1.27:       pkg unzip file.zip
1681 mateusz.vi 18
1.28:       pkg crc32 file
1889 mateusz.vi 19
1.29:       pkg listzip file.zip
1682 mateusz.vi 20
1.40:PKG is published under the MIT license.
21
1.41:It is configured through %DOSDIR%\\CFG\\PKG.CFG
247 mateuszvis 22
 
23
### General stuff ####
24
 
273 mateuszvis 25
2.2:%DOSDIR% not set! You should make it point to the SvarDOS main directory.
704 mateusz.vi 26
2.3:Example: SET DOSDIR=C:\\SVARDOS
247 mateuszvis 27
2.14:Out of memory! (%s)
28
 
29
#### Installing package ####
30
 
272 mateuszvis 31
3.8:ERROR: Invalid zip archive! Package not installed.
32
3.9:ERROR: Package contains a file that already exists locally:
33
3.10:ERROR: Could not create %s!
1880 mateusz.vi 34
3.12:ERROR: This is not a valid SvarDOS package
1116 mateusz.vi 35
3.18:Package %s already installed! You may want to use the 'update' action.
1711 bttr 36
3.19:Package %s installed: %ld errors, %ld files extracted.
272 mateuszvis 37
3.20:ERROR: Package contains an encrypted file:
38
3.23:ERROR: Package contains an invalid filename:
261 mateuszvis 39
3.24:ERROR: package name too long
247 mateuszvis 40
 
41
#### Removing package ####
42
 
43
4.0:Package %s is not installed, so not removed.
44
4.3:Out of memory! Could not store directory %s!
45
4.4:removing %s
46
4.5:Package %s has been removed.
47
 
48
#### Searching package ####
49
 
50
5.0:No package matched the search.
51
 
52
#### Loading configuration ####
53
 
272 mateuszvis 54
7.0:ERROR: custom dir '%s' is listed twice!
55
7.1:ERROR: Could not open config file '%s'!
247 mateuszvis 56
7.4:Warning: token with empty value on line #%d
57
7.8:Warning: Unknown token '%s' at line #%d
58
7.11:Warning: Invalid 'DIR' directive found at line #%d
272 mateuszvis 59
7.15:ERROR: custom dir '%s' is not a valid absolute path!
60
7.16:ERROR: custom dir '%s' is a reserved name!
247 mateuszvis 61
 
62
#### Unziping package ####
63
 
64
8.1:unknown zip sig: 0x%08lx
272 mateuszvis 65
8.2:ERROR: Package contains a file compressed with an unsupported method (%d):
66
8.3:ERROR: failed extracting '%s' to '%s'!
247 mateuszvis 67
 
68
#### Handling the local list of installed packages ####
69
 
272 mateuszvis 70
9.0:ERROR: Could not access directory %s
275 mateuszvis 71
9.1:ERROR: Local package '%s' not found
296 mateuszvis 72
 
73
#### unzip ####
74
 
75
10.0:OK
1800 mateusz.vi 76
10.1:ERROR: File not found
296 mateuszvis 77
10.2:ERROR: Invalid ZIP archive
78
10.3:ERROR: File already exists
79
10.4:ERROR: unzip failure (%d)