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