Subversion Repositories SvarDOS

Rev

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

Rev 135 Rev 149
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 programs that come with their sources
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%
50
# links to apps that are supposed to be executable from %PATH%
51
# IMPORTANT: this directory should be included in your %PATH%
51
# IMPORTANT: this directory should be included in your %PATH%
52
dir links c:\system\links
52
dir links c:\system\links
53
 
53
 
54
 
54
 
55
##############################################################################
55
##############################################################################
56
# 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:
57
# REPO repository_path
57
# REPO repository_path
58
#
58
#
59
# 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-
60
# disk repos.
60
# disk repos.
61
# When using ondisk repositories, you have to use the full path (eg. D:\REPO)
61
# When using on-disk repositories, you have to use the full path (eg. D:\REPO)
62
#
62
#
63
 
63
 
64
# CORE repository - all MSDOS replacements
64
# CORE repository - all MSDOS replacements
65
REPO $:\core
65
REPO $:\core
-
 
66
#REPO http://svarog386.sourceforge.net/repos/core
66
 
67
 
67
# Devel stuff - mostly compilers
68
# Devel stuff - mostly compilers
68
REPO $:\devel
69
REPO $:\devel
69
#REPO http://svarog386.viste.fr/repos/devel
70
#REPO http://svarog386.sourceforge.net/repos/devel
70
 
71
 
71
# Drivers (hardware-related)
72
# Drivers (hardware-related)
72
REPO $:\drivers
73
REPO $:\drivers
73
#REPO http://svarog386.viste.fr/repos/drivers
74
#REPO http://svarog386.sourceforge.net/repos/drivers
74
 
75
 
75
# Editors
76
# Editors
76
REPO $:\edit
77
REPO $:\edit
77
#REPO http://svarog386.viste.fr/repos/edit
78
#REPO http://svarog386.sourceforge.net/repos/edit
78
 
79
 
79
# Emulators
80
# Emulators
80
REPO $:\emulatrs
81
REPO $:\emulatrs
81
#REPO http://svarog386.viste.fr/repos/emulatrs
82
#REPO http://svarog386.sourceforge.net/repos/emulatrs
82
 
83
 
83
# Games
84
# Games
84
REPO $:\games
85
REPO $:\games
85
#REPO http://svarog386.viste.fr/repos/games
86
#REPO http://svarog386.sourceforge.net/repos/games
86
 
87
 
87
# Networking-related utilities
88
# Networking-related utilities
88
REPO $:\net
89
REPO $:\net
89
#REPO http://svarog386.viste.fr/repos/net
90
#REPO http://svarog386.sourceforge.net/repos/net
90
 
91
 
91
# Packers, ie. file archivers (zip, arj, etc)
92
# Packers, ie. file archivers (zip, arj, etc)
92
REPO $:\packers
93
REPO $:\packers
93
#REPO http://svarog386.viste.fr/repos/packers
94
#REPO http://svarog386.sourceforge.net/repos/packers
94
 
95
 
95
# Sound
96
# Sound
96
REPO $:\sound
97
REPO $:\sound
97
#REPO http://svarog386.viste.fr/repos/sound
98
#REPO http://svarog386.sourceforge.net/repos/sound
98
 
99
 
99
# Various utils
100
# Various utils
100
REPO $:\util
101
REPO $:\util
101
#REPO http://svarog386.viste.fr/repos/util
102
#REPO http://svarog386.sourceforge.net/repos/util
102
 
103