openbsd-ports/devel/autogen/pkg/DESCR
espie 061815ac17 autogen is one of those critters used within gcc, to build
the fixincludes machinery.

Works on OpenBSD, some regression tests fail because of difference in
our shell and sed behavior...
2005-03-12 22:13:27 +00:00

17 lines
796 B
Plaintext

AutoGen is a tool designed to simplify the creation and maintenance
of programs that contain large amounts of repetitious text. It is
especially valuable in programs that have several blocks of text
that must be kept synchronized.
AutoGen can now accept XML files as definition input, in addition
to CGI data (for producing dynamic HTML) and traditional AutoGen
definitions.
A common example where this would be useful is in creating and
maintaining the code required for processing program options.
Processing options requires multiple constructs to be maintained
in parallel in different places in your program. Options maintenance
needs to be done countless times. So, AutoGen comes with an add-on
package named AutoOpts that simplifies the maintenance and documentation
of program options.