Subversion Repositories SvarDOS

Rev

Go to most recent revision | Details | 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
 
44
# this folder contains sources to program that comes with their source files
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
 
50
 
51
##############################################################################
52
# Below are listed all online repositories used by FDNPKG. The syntax is:
53
# REPO repository_path
54
#
55
# FDNPKG supports both online (http or gopher) repositories, as well as on
56
# disk repos.
57
# When using ondisk repositories, you have to use the full path (eg. D:\REPO)
58
#
59
 
60
# CORE repository - all MSDOS replacements
61
REPO $:\core
62
 
63
# Devel stuff - mostly compilers
64
REPO $:\devel
65
#REPO http://svarog386.viste.fr/repos/devel
66
 
67
# Drivers (hardware-related)
68
REPO $:\drivers
69
#REPO http://svarog386.viste.fr/repos/drivers
70
 
71
# Editors
72
REPO $:\edit
73
#REPO http://svarog386.viste.fr/repos/edit
74
 
75
# Emulators
76
REPO $:\emulatrs
77
#REPO http://svarog386.viste.fr/repos/emulatrs
78
 
79
# Games
80
REPO $:\games
81
#REPO http://svarog386.viste.fr/repos/games
82
 
83
# Networking-related utilities
84
REPO $:\net
85
#REPO http://svarog386.viste.fr/repos/net
86
 
87
# Packers, ie. file archivers (zip, arj, etc)
88
REPO $:\packers
89
#REPO http://svarog386.viste.fr/repos/packers
90
 
91
# Sound
92
REPO $:\sound
93
#REPO http://svarog386.viste.fr/repos/sound
94
 
95
# Various utils
96
REPO $:\util
97
#REPO http://svarog386.viste.fr/repos/util