Subversion Repositories SvarDOS

Rev

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

Rev 1022 Rev 1037
Line 285... Line 285...
285
 
285
 
286
 
286
 
287
// load the list of CORE and MSDOS_COMPAT packages
287
// load the list of CORE and MSDOS_COMPAT packages
288
 
288
 
289
$core_packages_list = load_core_list($repodir);
289
$core_packages_list = load_core_list($repodir);
290
$msdos_compat_list = explode(' ', 'append assign attrib chkdsk choice 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 svarcom swsubst tree undelete unformat xcopy');
290
$msdos_compat_list = explode(' ', 'append assign attrib callver chkdsk choice 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 svarcom swsubst tree undelete unformat xcopy');
291
 
291
 
292
// do a list of all svp packages with their available versions and descriptions
292
// do a list of all svp packages with their available versions and descriptions
293
 
293
 
294
$pkgdb = array();
294
$pkgdb = array();
295
foreach ($pkgfiles as $fname) {
295
foreach ($pkgfiles as $fname) {