Subversion Repositories SvarDOS

Rev

Rev 50 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 50 Rev 135
1
##############################################################################
1
##############################################################################
2
#                                                                            #
2
#                                                                            #
3
# This is the configuration file of FDNPKG.                                  #
3
# This is the configuration file of FDNPKG.                                  #
4
#                                                                            #
4
#                                                                            #
5
# Otherwise you will loose your custom settings (if any) when FDNPKG will be #
5
# Otherwise you will loose your custom settings (if any) when FDNPKG will be #
6
# updated to a newer version.                                                #
6
# updated to a newer version.                                                #
7
#                                                                            #
7
#                                                                            #
8
##############################################################################
8
##############################################################################
9
 
9
 
10
 
10
 
11
 
11
 
12
##############################################################################
12
##############################################################################
13
# The maximum time FDNPKG can keep its internal package database cache.
13
# The maximum time FDNPKG can keep its internal package database cache.
14
# The value must be provided in seconds, in a range of 0..1209600.
14
# The value must be provided in seconds, in a range of 0..1209600.
15
# Default: 7200
15
# Default: 7200
16
#
16
#
17
maxcachetime 7200
17
maxcachetime 7200
18
 
18
 
19
 
19
 
20
##############################################################################
20
##############################################################################
21
# Whether or not to install sources (when available) along with binaries.
21
# Whether or not to install sources (when available) along with binaries.
22
# This can be overriden via command line at any time.
22
# This can be overriden via command line at any time.
23
# Possible values:
23
# Possible values:
24
#  0 - don't install sources by default
24
#  0 - don't install sources by default
25
#  1 - install sources by default
25
#  1 - install sources by default
26
#
26
#
27
installsources 0
27
installsources 0
28
 
28
 
29
 
29
 
30
##############################################################################
30
##############################################################################
31
# Below you can edit/add custom path to store different kinds of applications
31
# Below you can edit/add custom path to store different kinds of applications
32
# in different places on your disk. Use only absolute paths here! Note, that
32
# in different places on your disk. Use only absolute paths here! Note, that
33
# you can use environment variables, if you need to.
33
# you can use environment variables, if you need to.
34
#
34
#
35
# directory for development tools (mostly compilers)
35
# directory for development tools (mostly compilers)
36
dir devel c:\devel
36
dir devel c:\devel
37
 
37
 
38
# directory for drivers
38
# directory for drivers
39
dir drivers c:\system\drivers
39
dir drivers c:\system\drivers
40
 
40
 
41
# where games should get installed
41
# where games should get installed
42
dir games c:\games
42
dir games c:\games
43
 
43
 
44
# this folder contains sources to program that comes with their source files
44
# this folder contains sources to programs that come with their sources
45
dir source c:\system\source
45
dir source c:\system\source
46
 
46
 
47
# user programs... (only those that are not incorporated in FreeDOS of course).
47
# user programs... (only those that are not incorporated in FreeDOS of course).
48
dir progs c:\
48
dir progs c:\
49
 
49
 
-
 
50
# links to apps that are supposed to be executable from %PATH%
-
 
51
# IMPORTANT: this directory should be included in your %PATH%
-
 
52
dir links c:\system\links
-
 
53
 
50
 
54
 
51
##############################################################################
55
##############################################################################
52
# Below are listed all online repositories used by FDNPKG. The syntax is:
56
# Below are listed all online repositories used by FDNPKG. The syntax is:
53
# REPO repository_path
57
# REPO repository_path
54
#
58
#
55
# FDNPKG supports both online (http or gopher) repositories, as well as on
59
# FDNPKG supports both online (http or gopher) repositories, as well as on
56
# disk repos.
60
# disk repos.
57
# When using ondisk repositories, you have to use the full path (eg. D:\REPO)
61
# When using ondisk repositories, you have to use the full path (eg. D:\REPO)
58
#
62
#
59
 
63
 
60
# CORE repository - all MSDOS replacements
64
# CORE repository - all MSDOS replacements
61
REPO $:\core
65
REPO $:\core
62
 
66
 
63
# Devel stuff - mostly compilers
67
# Devel stuff - mostly compilers
64
REPO $:\devel
68
REPO $:\devel
65
#REPO http://svarog386.viste.fr/repos/devel
69
#REPO http://svarog386.viste.fr/repos/devel
66
 
70
 
67
# Drivers (hardware-related)
71
# Drivers (hardware-related)
68
REPO $:\drivers
72
REPO $:\drivers
69
#REPO http://svarog386.viste.fr/repos/drivers
73
#REPO http://svarog386.viste.fr/repos/drivers
70
 
74
 
71
# Editors
75
# Editors
72
REPO $:\edit
76
REPO $:\edit
73
#REPO http://svarog386.viste.fr/repos/edit
77
#REPO http://svarog386.viste.fr/repos/edit
74
 
78
 
75
# Emulators
79
# Emulators
76
REPO $:\emulatrs
80
REPO $:\emulatrs
77
#REPO http://svarog386.viste.fr/repos/emulatrs
81
#REPO http://svarog386.viste.fr/repos/emulatrs
78
 
82
 
79
# Games
83
# Games
80
REPO $:\games
84
REPO $:\games
81
#REPO http://svarog386.viste.fr/repos/games
85
#REPO http://svarog386.viste.fr/repos/games
82
 
86
 
83
# Networking-related utilities
87
# Networking-related utilities
84
REPO $:\net
88
REPO $:\net
85
#REPO http://svarog386.viste.fr/repos/net
89
#REPO http://svarog386.viste.fr/repos/net
86
 
90
 
87
# Packers, ie. file archivers (zip, arj, etc)
91
# Packers, ie. file archivers (zip, arj, etc)
88
REPO $:\packers
92
REPO $:\packers
89
#REPO http://svarog386.viste.fr/repos/packers
93
#REPO http://svarog386.viste.fr/repos/packers
90
 
94
 
91
# Sound
95
# Sound
92
REPO $:\sound
96
REPO $:\sound
93
#REPO http://svarog386.viste.fr/repos/sound
97
#REPO http://svarog386.viste.fr/repos/sound
94
 
98
 
95
# Various utils
99
# Various utils
96
REPO $:\util
100
REPO $:\util
97
#REPO http://svarog386.viste.fr/repos/util
101
#REPO http://svarog386.viste.fr/repos/util
98
 
102