AutoGen is a tool designed for generating program files that contain repetitive text with varied substitutions. Its goal is to simplify the maintenance of programs that contain large amounts of repetitious text. This is especially valuable if there are several blocks of such text that must be kept synchronized. One common example is the problem of maintaining the code required for processing program options. Processing options requires a minimum of four different constructs be kept in proper order in different places in your program. You need at least: 1. The flag character in the flag string, 2. code to process the flag when it is encountered, 3. a global state variable or two, and 4. a line in the usage text. WWW: http://autogen.sourceforge.net/ .ntu.edu.tw/~b01902062/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/lang/chicken
Commit message (Expand)AuthorAgeFilesLines
* - Update to version 2.6.alepulver2007-04-154-60/+19
* Use libtool port instead of included version to avoid objformat a.out botchkris2007-02-011-0/+1
* - Patch csc.c (used to bootstrap) instead of csc.scm.alepulver2006-12-072-1/+40
* - Fix 'csc' assuming /usr/local/include is in the default search path of 'cc'.alepulver2006-12-061-0/+1
* - Update to 2.5.alepulver2006-10-315-32/+41
* - Mirror distfile and change MASTER_SITES/MASTER_SITE_SUBDIR.alepulver2006-10-241-1/+2
* Change the maintainership address to the @FreeBSD.org one.alepulver2006-04-091-1/+1
* - Update to 2.3pav2006-03-183-15/+44
* Conversion to a single libtool environment.ade2006-02-23