Up to [cvs.netbsd.org] / pkgsrc / devel / autogen
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.14 / (download) - annotate - [select for diffs], Fri Jul 8 11:44:02 2011 UTC (10 months, 2 weeks ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
HEAD
Changes since 1.13: +33 -14
lines
Diff to previous 1.13 (colored)
-add portability fixes, avoid picking up bash -update to 5.12 -- too many changes to list here, see the Changelog
Revision 1.13 / (download) - annotate - [select for diffs], Sun Jun 14 17:48:34 2009 UTC (2 years, 11 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2
Changes since 1.12: +1 -3
lines
Diff to previous 1.12 (colored)
Remove @dirrm entries from PLISTs
Revision 1.12 / (download) - annotate - [select for diffs], Mon May 26 14:50:19 2008 UTC (3 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.11: +2 -2
lines
Diff to previous 1.11 (colored)
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.
Revision 1.11 / (download) - annotate - [select for diffs], Sun Dec 16 14:38:29 2007 UTC (4 years, 5 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4
Changes since 1.10: +4 -2
lines
Diff to previous 1.10 (colored)
update to 5.9.3 many bugfixes and feature additions, too much to list here Thanks to Ulrich Etile for help and testing. (There might be remaining issues on some platforms, but I wanted to checkpoint before the Q4 freeze.) There also seem to be issues with guile's thread support.
Revision 1.10 / (download) - annotate - [select for diffs], Thu Mar 30 03:44:42 2006 UTC (6 years, 1 month ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2
Changes since 1.9: +2 -1
lines
Diff to previous 1.9 (colored)
* Honor PKGINFODIR. * List the info files directly in the PLIST.
Revision 1.9 / (download) - annotate - [select for diffs], Thu Mar 9 20:45:20 2006 UTC (6 years, 2 months ago) by kristerw
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Changes since 1.8: +22 -4
lines
Diff to previous 1.8 (colored)
Update autogen to 5.8.3. Changes since 5.6.4 includes: * Fixed a small timing hole where the read from the read end of the output pipe of the server shell can fail. (The read is retried.) * Added a macro for testing mmap failure to accommodate a picky compiler. * The minor version number is being bumped. There is a new (albeit tiny) feature being added to the syntax. See the doc on the pseudo-macro. * Fixed a bug wherein out-of-order definitions could get mistyped causing various catastrophic results. * Definition and license text files were mmap-ed in without checking for the size being a multiple of a page. strlen() would seg fault. Horrible, horrible design of mmap! * disable autoopts/test/getopt.test unless autoopts has been fully installed. (It requires getopt.tpl which requires a fully installed environment.) * several other usability improvements to the tear off library. * template shell code may now use a shell function "die" that will print an error message and shoot down the master autogen process. * the tear-off/add-in libopts library will now specify that the "options.h" header is to be installed. * realpath(3C) usage in libopts has been cleaned up. It is now only used if PATH_MAX is defined for the platform. canonicalize_file_name(3C) is used where available.
Revision 1.8 / (download) - annotate - [select for diffs], Sat Nov 27 12:13:37 2004 UTC (7 years, 5 months ago) by kristerw
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4,
pkgsrc-2005Q3-base,
pkgsrc-2005Q3,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2,
pkgsrc-2005Q1-base,
pkgsrc-2005Q1,
pkgsrc-2004Q4-base,
pkgsrc-2004Q4
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
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!!
Revision 1.7 / (download) - annotate - [select for diffs], Wed Sep 22 08:09:23 2004 UTC (7 years, 8 months ago) by jlam
Branch: MAIN
Changes since 1.6: +1 -9
lines
Diff to previous 1.6 (colored)
Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST. All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
Revision 1.6 / (download) - annotate - [select for diffs], Mon Mar 1 02:26:13 2004 UTC (8 years, 2 months ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base,
pkgsrc-2004Q3,
pkgsrc-2004Q2-base,
pkgsrc-2004Q2,
pkgsrc-2004Q1-base,
pkgsrc-2004Q1
Changes since 1.5: +7 -6
lines
Diff to previous 1.5 (colored)
Update autogen to 5.6.0 and bl3ify.
Changes since 5.5.3:
* AutoFSM was enhanced with the notion of a "noop" transition handling
* fmemopen() is now used (when possible) for anonymous output (diversions)
* The Guile function (chdir "...") is now wrapped so AutoGen can adapt
* the definitions parser now uses a FSM parser instead of YACC
* AutoOpt-ed programs can now have internationalized usage text
* Templates have been added for using getopt(3) or getopt_long(3GNU)
to parse options (in lieu of libopts).
* better docs on partitioned ini (rc) files
Revision 1.5 / (download) - annotate - [select for diffs], Fri Feb 13 08:26:03 2004 UTC (8 years, 3 months ago) by seb
Branch: MAIN
Changes since 1.4: +1 -2
lines
Diff to previous 1.4 (colored)
Remove info files entries from PLIST file.
Revision 1.4 / (download) - annotate - [select for diffs], Wed Jun 25 22:28:10 2003 UTC (8 years, 11 months ago) by seb
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base,
pkgsrc-2003Q4
Changes since 1.3: +1 -3
lines
Diff to previous 1.3 (colored)
USE_NEW_TEXINFO. Notice I did not say "convert to"...
Revision 1.3 / (download) - annotate - [select for diffs], Wed Mar 19 18:50:51 2003 UTC (9 years, 2 months ago) by kristerw
Branch: MAIN
Changes since 1.2: +4 -4
lines
Diff to previous 1.2 (colored)
Update autogen to 5.5.3. Changes since 5.5.2 include: * AutoOpts' usage procedure has been enhanced to produce either AutoOpts standard usage or usage that looks more like current GNU practices. The latter provides less information and help. * I32LPx behavior has improved. Don't think I can call it "industrial strength" just yet, tho.
Revision 1.2 / (download) - annotate - [select for diffs], Tue Feb 25 23:23:57 2003 UTC (9 years, 2 months ago) by kristerw
Branch: MAIN
Changes since 1.1: +4 -12
lines
Diff to previous 1.1 (colored)
Update autogen to 5.5.2. New in 5.5.2 - February, 2003 * Fixes for FreeBSD weirdisms with sed, dlopen(), and the Guile library * stash offsets in uintptr_t types so this thing works when sizeof(void*) != sizeof(off_t) * still more configury fixes. It will never, ever end. New in 5.5 - December 15, 2002 * The FOR macro will now accept a list of values, as in: [= FOR v IN one, "two , part" three =] * snprintfv-0.99f was fully incorporated, saving 300K of distribution space and a lot of configure time. * The 'dne' function will accept "-d" as the first argument in order to suppress the date from the output. New in 5.4.8 - December 10, 2002 * Freed AutoOpts from libguile. It was never really dependent. * new snprintfv library incorporated
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Feb 14 20:26:15 2003 UTC (9 years, 3 months ago) by kristerw
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Import autogen 5.4.7 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.
Revision 1.1 / (download) - annotate - [select for diffs], Fri Feb 14 20:26:15 2003 UTC (9 years, 3 months ago) by kristerw
Branch: MAIN
Initial revision