Prune audio/xmmix
[dports.git] / devel / generate / pkg-descr
1 Generate is a text preprocessor that I originally wrote to help me write
2 custom accounting applications based on the Progress database product. I
3 felt that the built in wasn't useful enough so I designed a new one and
4 implemented it. It actually started life as a package configuration and
5 batch file generator for DOS and mutated to a simple script interpreter
6 to replace shar file distribution. At this point it has almost nothing in
7 common with that first program.
8
9 The basic idea behind generate is to create a script which generates files.
10 There is some simple flow control constructs but the power lies in its
11 macro processing. I have shamelessly stolen ideas from cpp, m4, make and
12 David Tilbrook's dtree.
13
14 WWW: http://www.druid.net/darcy/readme-generate.html