Subversion Repositories SvarDOS

Rev

Rev 1962 | Rev 1967 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

#
# PKG language file
#
# Language....: English
# Author......: Mateusz Viste
# Last updated: 22 Aug 2024
#

#### Help ####

1.0:PKG is the SvarDOS package manager.
1.19:Usage:
1.20:pkg install package[.svp]   installs package
1.21:pkg update package[.svp]    updates (or reinstalls) package
1.22:pkg rm package              uninstalls package
1.23:pkg files package           lists files belonging to package
1.24:pkg list [filter]           lists installed packages
1.25:pkg check [package]         checks integrity of package(s) (exe files)
1.26:pkg check+ [package]        same as above but checks all files
1.27:pkg unzip file.zip          unzips a ZIP archive
1.28:pkg crc32 file              computes the CRC32 of a file
1.29:pkg ziplist file.zip        lists the files inside a ZIP archive
1.40:PKG is published under the MIT license.
1.41:It is configured through %DOSDIR%\\PKG.CFG

### General stuff ####

2.2:%DOSDIR% not set! You should make it point to the SvarDOS main directory.
2.3:Example: SET DOSDIR=C:\\SVARDOS
2.14:Out of memory!

#### Installing package ####

3.8:ERROR: Invalid zip archive! Package not installed.
3.9:ERROR: Package contains a file that already exists locally:
3.10:ERROR: Could not create %s!
3.12:ERROR: This is not a valid SvarDOS package
3.18:Package %s already installed! You may want to use the 'update' action.
3.19:Package %s installed: %ld errors, %ld files extracted.
3.20:ERROR: Package contains an encrypted file:
3.23:ERROR: Package contains an invalid filename:
3.24:ERROR: package name too long

#### Removing package ####

4.0:Package %s is not installed, so not removed.
4.4:removing
4.5:Package %s has been removed.

#### Searching package ####

5.0:No package matched the search.

#### Loading configuration ####

7.0:ERROR: custom dir '%s' is listed twice!
7.1:ERROR: Could not open config file '%s'!
7.4:Warning: token with empty value on line #%d
7.5:Warning: Invalid bootdrive on line #%d
7.8:Warning: Unknown token '%s' at line #%d
7.11:Warning: Invalid 'DIR' directive found at line #%d
7.15:ERROR: invalid custom dir:
7.17:ERROR: PKG.CFG found at %s
7.18:       Please move it to %DOSDIR%\\PKG.CFG

#### Unziping package ####

8.2:ERROR: Package contains a file compressed with an unsupported method:

#### Handling the local list of installed packages ####

9.0:ERROR: Could not access directory:
9.1:ERROR: Local package '%s' not found

#### unzip ####

10.0:OK
10.1:ERROR: File not found
10.2:ERROR: Invalid ZIP archive
10.3:ERROR: File already exists
10.4:ERROR: unzip failure (%d)