Age | Commit message (Collapse) | Author | Files | Lines |
|
txt2man-1.5.5 21-mar-2007
* txt2man: correct layout of C structures in synopsis
* src2man: genrate manpages for C types/struct definitions
txt2man-1.5.4 16-mar-2007
* bookman: Added copyright
* src2man: Added copyright. Fix cover page handling. Add origin
comment in generated manpages.
txt2man-1.5.3 15-mar-2007
* bookman: better handling of header and footers of cover page.
* src2man: date can now be set.
* txt2man: date can now be set. Better handling of C function prototypes.
txt2man-1.5.2 28-feb-2007
* txt2man: fix synopsis handling.
txt2man-1.5.1 25-oct-2006
* src2man: search if the function prototype is defined in corresponding
'.h' include file, and if yes, add a '#include "file.h"'
statement in synopsis.
* src2man: allow to force SYNOPSIS sections in comment blocks.
* bookman: reads the file list from stdin in no arg is supplied.
* Makefile: specify commands path (in current dir) when generating doc.
txt2man-1.5 16-oct-2006
* txt2man: fix indentation.
* bookman: new command to generate a book from manpages.
* src2man: new command to extract manpages from source files.
* Makefile: update and fix rules.
|
|
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
|
|
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in
http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
|
|
|
|
|
|
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
|
|
|
|
via MAKE_FLAGS.
|
|
Changes:
Fixes of long C function definitions, better handling of blank lines,
removal of unused options and shorter doc.
|
|
txt2man converts the input text into nroff commands using
man(7) macros for man pages. Smart argument processing is
available either for commands using "-" sign for flags
(including long options used in GNU tools). If ifile is
omitted, standard input is taken as argument. Result is
displayed on standard output.
|