Skip to content

Commit

Permalink
Update to 1.5.5:
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
xtraeme committed May 23, 2007
1 parent aa1c561 commit e9e8484
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
5 changes: 3 additions & 2 deletions converters/txt2man/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.7 2006/03/04 21:29:07 jlam Exp $
# $NetBSD: Makefile,v 1.8 2007/05/23 09:39:13 xtraeme Exp $
#

DISTNAME= txt2man-1.4.2
DISTNAME= txt2man-1.5.5
CATEGORIES= converters
MASTER_SITES= http://mvertes.free.fr/download/

Expand All @@ -10,6 +10,7 @@ HOMEPAGE= http://mvertes.free.fr/
COMMENT= Convert flat ASCII text to man page format

NO_BUILD= YES
USE_TOOLS+= gawk

MAKE_FLAGS+= prefix=${PREFIX:Q}

Expand Down
6 changes: 5 additions & 1 deletion converters/txt2man/PLIST
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
@comment $NetBSD: PLIST,v 1.1 2001/10/31 21:51:11 zuntum Exp $
@comment $NetBSD: PLIST,v 1.2 2007/05/23 09:39:13 xtraeme Exp $
bin/bookman
bin/src2man
bin/txt2man
man/man1/bookman.1
man/man1/src2man.1
man/man1/txt2man.1
8 changes: 4 additions & 4 deletions converters/txt2man/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.3 2005/02/23 16:12:35 agc Exp $
$NetBSD: distinfo,v 1.4 2007/05/23 09:39:13 xtraeme Exp $

SHA1 (txt2man-1.4.2.tar.gz) = 8ca190af51ef4f935ddb2e9ced92ce6d0f264e47
RMD160 (txt2man-1.4.2.tar.gz) = 32cd5e428868642ccdb9185fb7a7ca717f2c4687
Size (txt2man-1.4.2.tar.gz) = 10425 bytes
SHA1 (txt2man-1.5.5.tar.gz) = e19c284ebcf4ced66ccb4a4954d99e69cc7b63b1
RMD160 (txt2man-1.5.5.tar.gz) = 1272f520556ed5c57a2886c5a0c3d4536a0f0459
Size (txt2man-1.5.5.tar.gz) = 16136 bytes

0 comments on commit e9e8484

Please sign in to comment.