2008-01-23 20:58:19 by Aleksey Cheusov | Files touched by this commit (3) |
Log message:
Upgraded to the latest upstream release 0.10.0
|
2008-01-06 12:30:00 by Aleksey Cheusov | Files touched by this commit (1) |
Log message:
FIX: now runawk is built correctly if PKGMANDIR=share/man or whatever else
|
2007-12-31 11:33:27 by Aleksey Cheusov | Files touched by this commit (1) |
Log message:
${PKGBASE} -> runawk
|
2007-12-31 10:38:28 by Aleksey Cheusov | Files touched by this commit (1) |
Log message:
no AUTO_MKDIRS, now this package can be built with pkgsrc-2007Q3 too
|
2007-12-31 10:37:18 by Aleksey Cheusov | Files touched by this commit (1) |
Log message:
@dirrm added
|
2007-12-24 00:55:47 by Aleksey Cheusov | Files touched by this commit (1) |
Log message:
fix for Linux and others: MKCATPAGES=no
|
2007-12-23 22:59:02 by Aleksey Cheusov | Files touched by this commit (1) |
Log message:
fixed: pkglint warning
|
2007-12-23 22:38:17 by Aleksey Cheusov | Files touched by this commit (3) | |
Log message:
updated to latest upstream release 0.9.0
NEWS:
I switched to BSD make. I really hate automake and its approach in
general. I'm not expert in BSD, but their 'make' looks much
better. But using it makes some changes in building process, see
README/INSTALLATION section for a brief description.
ADDED: man page for runawk. HTML version runawk.html can also be
generated from runawk.pod using pod2html, see Makefile.
ADDED: -i/-I options for forcing/disabling adding /dev/stdin to
the list of awk arguments. See man page for more information.
A few AWK modules are installed to PREFIX/share/runawk: abs.awk,
min.awk, max.awk and alt_assert.awk. This directory is also checked
while searching for modules. See man page for more details.
AWK_PROG and STDIN_FILENAME Makefile variables can be passed to make
program to change a path to an actual AWK interpreter (/usr/bin/awk
by default) and stdin file (/dev/stdin by default).
Lots of improvements in documentation
ADDED: regression tests. Run them by running 'make test' and let
me know if somethiung fails.
debugging output is sent stdout, not stderr
ADDED: long synonyms for short options, --help, --version etc.
clean-ups in Makefile
options handling improvements
|
2007-11-02 23:12:45 by Aleksey Cheusov | Files touched by this commit (1) |
Log message:
fixed: two pkglint warnings
|
2007-10-24 14:50:30 by Aleksey Cheusov | Files touched by this commit (2) | |
Log message:
update to the recent version 0.8.1
FIXED: default stdin file should be /std/stdin, not /dev/stderr (typo)
|