Subversion Repositories SvarDOS

Rev

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

Rev 184 Rev 185
Line 1... Line 1...
1
 
1
 
2
buildidx is a little program that generates index.lst files for FDNPKG repositories out of a directory filled with FreeDOS packages.
-
 
3
 
-
 
4
You DON'T need buildidx if you're only using FDNPKG. This is a tool that can be useful only to administrators hosting and maintaining FDNPKG repositories. I tested (and used) it only on a Linux platform, but it might work on other platforms as well (if you manage to compile it correctly).
2
buildidx is a little program that generates an index.tsv file for the SvarDOS repository.
5
 
3
 
6
 
4
 
7
* Requirements *
5
* Requirements *
8
 
6
 
9
To operate properly, buildidx needs following tools to be available:
7
To operate properly, buildidx needs 'unzip' to be available.
10
 - gzip
-
 
11
 - unzip
-
 
12
 
8
 
13
 
9
 
14
* How to use it *
10
* How to use it *
15
 
11
 
16
Put all your packages into a single directory, for ex. "mystuff", and call buildidx with the directory as a parameter:
12
Put all your packages into a single directory, for ex. "mystuff", and call buildidx with the directory as a parameter:
17
 
13
 
18
./buildidx mystuff
14
./buildidx mystuff
19
 
-
 
20
Then buildidx will compute a index.lst file and store it inside your directory. The directory will be useable as a FDNPKG repository then.
-
 
21
 
-
 
22
 
-
 
23
- Mateusz Viste
-