Subversion Repositories SvarDOS

Rev

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

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