Subversion Repositories SvarDOS

Rev

Rev 135 | 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
#
149 mv_fox 59
# FDNPKG supports both online (http or gopher) repositories, as well as on-
50 mv_fox 60
# disk repos.
149 mv_fox 61
# When using on-disk repositories, you have to use the full path (eg. D:\REPO)
50 mv_fox 62
#
63
 
64
# CORE repository - all MSDOS replacements
65
REPO $:\core
149 mv_fox 66
#REPO http://svarog386.sourceforge.net/repos/core
50 mv_fox 67
 
68
# Devel stuff - mostly compilers
69
REPO $:\devel
149 mv_fox 70
#REPO http://svarog386.sourceforge.net/repos/devel
50 mv_fox 71
 
72
# Drivers (hardware-related)
73
REPO $:\drivers
149 mv_fox 74
#REPO http://svarog386.sourceforge.net/repos/drivers
50 mv_fox 75
 
76
# Editors
77
REPO $:\edit
149 mv_fox 78
#REPO http://svarog386.sourceforge.net/repos/edit
50 mv_fox 79
 
80
# Emulators
81
REPO $:\emulatrs
149 mv_fox 82
#REPO http://svarog386.sourceforge.net/repos/emulatrs
50 mv_fox 83
 
84
# Games
85
REPO $:\games
149 mv_fox 86
#REPO http://svarog386.sourceforge.net/repos/games
50 mv_fox 87
 
88
# Networking-related utilities
89
REPO $:\net
149 mv_fox 90
#REPO http://svarog386.sourceforge.net/repos/net
50 mv_fox 91
 
92
# Packers, ie. file archivers (zip, arj, etc)
93
REPO $:\packers
149 mv_fox 94
#REPO http://svarog386.sourceforge.net/repos/packers
50 mv_fox 95
 
96
# Sound
97
REPO $:\sound
149 mv_fox 98
#REPO http://svarog386.sourceforge.net/repos/sound
50 mv_fox 99
 
100
# Various utils
101
REPO $:\util
149 mv_fox 102
#REPO http://svarog386.sourceforge.net/repos/util