Subversion Repositories SvarDOS

Rev

Rev 803 | Rev 909 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 803 Rev 804
Line 141... Line 141...
141
 
141
 
142
 
142
 
143
// load the list of CORE and MSDOS_COMPAT packages
143
// load the list of CORE and MSDOS_COMPAT packages
144
 
144
 
145
$core_packages_list = load_core_list($repodir);
145
$core_packages_list = load_core_list($repodir);
146
$msdos_compat_list = explode(' ', 'append assign attrib chkdsk choice command cpidos debug defrag deltree diskcomp diskcopy display edit edlin exe2bin fc fdapm fdisk find format help himemx kernel keyb label localcfg mem mirror mode more move nlsfunc print replace share shsucdx sort swsubst tree undelete unformat xcopy');
146
$msdos_compat_list = explode(' ', 'append assign attrib chkdsk choice command comp cpidos debug defrag deltree diskcomp diskcopy display edit edlin exe2bin fc fdapm fdisk find format help himemx kernel keyb label localcfg mem mirror mode more move nlsfunc print replace share shsucdx sort swsubst tree undelete unformat xcopy');
147
 
147
 
148
// do a list of all svp packages with their available versions and descriptions
148
// do a list of all svp packages with their available versions and descriptions
149
 
149
 
150
$pkgdb = array();
150
$pkgdb = array();
151
foreach ($pkgfiles as $fname) {
151
foreach ($pkgfiles as $fname) {