pkgsrc/devel/autogen/PLIST

43 lines
1,009 B
Text
Raw Normal View History

Update autogen to 5.6.4. AutoOpts: * The listing of enumerated option arguments is a bit more concise. * Options may be handled twice: once during the immediate phase and again during the "normal" processing phase. * If environment variable "rc" processing is enabled, then the "${PROGNAME}" environment variable will be processed - tokenizing it and processing it as a list of command line options. It may not contain any command line operands. * a new main procedure type: each-or-stdin This will fopen() each command line operand and pass the FILE* pointer to the callout procedure. If there are no operands, then stdin is passed. * main() procedures can be specified more consistently AutoGen: * The '$$' expansion in locating the program will now use "realpath(3C)". This way, if a program is installed in /opt/whatever/bin/program and you run it via a symlink, '$$' will resolve to /opt/whatever/bin. * exist and not-exist selection macros -- the CASE macro can now select a clause based on value existence. Previously, you could detect an empty string and you then had to use the ``(exist? "name")'' function. * fixed tpl-file-line so that "%2$d" works for the format. * Added (emit) function that directly emits its args into output * keyword lists are columnized in usage text * distributed subdirectories no longer depend on also being built. getdefs (an AutoGen support utility): * With "listed" attributes, if you quote an entry, then the scanning code has to push the scan forward to the next entry so we don't wind up with a spurious empty entry!!
2004-11-27 13:13:37 +01:00
@comment $NetBSD: PLIST,v 1.8 2004/11/27 12:13:37 kristerw Exp $
bin/autogen
bin/autoopts-config
bin/columns
bin/getdefs
bin/xml2ag
include/options.h
include/usage-txt.h
lib/libguileopts.la
lib/libopts.la
man/man1/autogen.1
man/man1/autoopts-config.1
man/man1/columns.1
man/man1/getdefs.1
man/man1/xml2ag.1
man/man3/optionFree.3
man/man3/optionLoadLine.3
man/man3/optionProcess.3
man/man3/optionRestore.3
man/man3/optionSaveFile.3
man/man3/optionSaveState.3
man/man3/optionVersion.3
share/aclocal/autoopts.m4
share/autogen/aginfo.tpl
share/autogen/aginfo3.tpl
share/autogen/agman1.tpl
share/autogen/agman3.tpl
share/autogen/autoopts.m4
share/autogen/confmacs.tpl
share/autogen/conftest.tpl
share/autogen/fsm-macro.tpl
share/autogen/fsm-trans.tpl
share/autogen/fsm.tpl
share/autogen/getopt.tpl
Update autogen to 5.6.4. AutoOpts: * The listing of enumerated option arguments is a bit more concise. * Options may be handled twice: once during the immediate phase and again during the "normal" processing phase. * If environment variable "rc" processing is enabled, then the "${PROGNAME}" environment variable will be processed - tokenizing it and processing it as a list of command line options. It may not contain any command line operands. * a new main procedure type: each-or-stdin This will fopen() each command line operand and pass the FILE* pointer to the callout procedure. If there are no operands, then stdin is passed. * main() procedures can be specified more consistently AutoGen: * The '$$' expansion in locating the program will now use "realpath(3C)". This way, if a program is installed in /opt/whatever/bin/program and you run it via a symlink, '$$' will resolve to /opt/whatever/bin. * exist and not-exist selection macros -- the CASE macro can now select a clause based on value existence. Previously, you could detect an empty string and you then had to use the ``(exist? "name")'' function. * fixed tpl-file-line so that "%2$d" works for the format. * Added (emit) function that directly emits its args into output * keyword lists are columnized in usage text * distributed subdirectories no longer depend on also being built. getdefs (an AutoGen support utility): * With "listed" attributes, if you quote an entry, then the scanning code has to push the scan forward to the next entry so we don't wind up with a spurious empty entry!!
2004-11-27 13:13:37 +01:00
share/autogen/libopts-23.0.14.tar.gz
share/autogen/optcode.tpl
share/autogen/opthead.tpl
share/autogen/options.tpl
share/autogen/optlib.tpl
share/autogen/optmain.tpl
share/autogen/stdoptions.def
@dirrm share/autogen