Subversion Repositories SvarDOS

Rev

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

Rev 768 Rev 775
Line 8... Line 8...
8
  files. buildidx will generate the index file and save it into the package
8
  files. buildidx will generate the index file and save it into the package
9
  repository.
9
  repository.
10
 
10
 
11
  requires php-zip
11
  requires php-zip
12
 
12
 
-
 
13
  17 feb 2022: checking for non-8+3 filenames in packages and duplicates + devload no longer part of CORE
13
  16 feb 2022: added warning about overlong version strings and wild files location
14
  16 feb 2022: added warning about overlong version strings and wild files location
14
  15 feb 2022: index is generated as json, contains all filenames and alt versions
15
  15 feb 2022: index is generated as json, contains all filenames and alt versions
15
  14 feb 2022: packages are expected to have the *.svp extension
16
  14 feb 2022: packages are expected to have the *.svp extension
16
  12 feb 2022: skip source packages from being processed (*.src.zip)
17
  12 feb 2022: skip source packages from being processed (*.src.zip)
17
  20 jan 2022: rewritten the code from ANSI C to PHP for easier maintenance
18
  20 jan 2022: rewritten the code from ANSI C to PHP for easier maintenance
Line 127... Line 128...
127
$pkgcount = 0;
128
$pkgcount = 0;
128
 
129
 
129
 
130
 
130
// load the list of CORE packages
131
// load the list of CORE packages
131
 
132
 
132
$core_packages_list = explode(' ', 'amb attrib chkdsk choice command cpidos debug deltree devload diskcopy display dosfsck edit fc fdapm fdisk find format help himemx kernel keyb keyb_lay label localcfg mem mode more move pkg pkgnet shsucdx sort tree');
133
$core_packages_list = explode(' ', 'amb attrib chkdsk choice command cpidos debug deltree diskcopy display dosfsck edit fc fdapm fdisk find format help himemx kernel keyb keyb_lay label localcfg mem mode more move pkg pkgnet shsucdx sort tree');
133
 
134
 
134
 
135
 
135
// do a list of all svp packages with their available versions and descriptions
136
// do a list of all svp packages with their available versions and descriptions
136
 
137
 
137
$pkgdb = array();
138
$pkgdb = array();