Path to this page:
Subject: CVS commit: pkgsrc/devel/autogen
From: Thomas Klausner
Date: 2008-05-26 16:50:19
Message id: 20080526145019.30007175D0@cvs.netbsd.org
Log Message:
Update to 5.9.5:
New in 5.9.5 - May 2008
* integer number arguments may now have their values suffixed with
one of the letters k/K/m/M/g/G/t/T to signify scaling by powers
of 1000 (lower case) or 1024 (upper case). Specify, "scaled".
* AutoOpts "arg-type" may now be set to "file". Existence \
of the directory
portion of the name will be checked. The existence (or not) of the actual
file may also be checked. Finally, the file may be pre-opened with either
"fopen(3C)" or "open(2)".
* The "columns" program now accepts a "--fill" option to \
cause it to fill
text instead of filling columns.
* The tests should no longer indirectly reference installed versions of
the binaries. They should all work out of the build directories.
Files: